/* Timeline */
	.timeLine {
	   	.time {
	   		.away, .home{
	   			.incidences {
	   				 > div{
	   				 	background-image:url('../images/polo/icons_sheet.png');
	   				 }
	   			}
	   		}
	   		.chukker{
   			    width: 8.3333%;
	   		}
	   		.chukker{
	   			border-right: 1px solid darken(@color01,10%);
	   		}
	   		/*.third{
			    width: 10%;
	   		}*/
	   		&.showExtraTime{
            	.chukker{
               		width: 8.3333%;
	               	border-right: 1px solid darken(@color01,10%);
	            }
	            .extratime1{
	               	width: 5%;
	               	border-right: none;
	            }
	         }
	   	}
	}