/* Live */
.shotsFromArea{
	.boxWrapper  {
    .boxContent{
      	.boxTeams{
        	.home{
          		.boxElements{
            		float: right;
            		margin-right: 10px;
          		}
        	}
	        .away{
	          	.boxElements{
	            	float: left;
	            	margin-left: 10px;
	          	}
	        }
      	}
    }
	}
  .tooltipShotsMobile{
    top: 228px;
  }
  &.maxSize-767{
    .boxWrapper{
      .boxContent{
        padding: 0 15px 45px;
      }
    }
    .boxArc{
      width: 222px;
      background-position: -108px;
      padding: 22px 0 0;
      &.right{
        background-position: 85px;
      }
    }
  }
  &.maxSize-479{
   .boxArc{
		 width: auto;
		 padding: 0;
   }
  }
}
   /* Fin Live */
