/* Live */ 
.shotsFromArea{
  	.boxWrapper  {
	    .boxContent{
	      	.boxTeams{
	        	.home{
	          		.boxElements{
	            		float: right;
	            		margin-right: 10px;
	          		}
	        	}
		        .away{	
		          	.boxElements{
		            	float: left;
		            	margin-left: 10px;
		          	}
		        }
	      	}
	    } 
  	}
}
   /* Fin Live */