/*
* Plugin Name: Themeum Soccer
* Plugin URI: http://www.themeum.com/item/themeum-soccer
* Author: Themeum
* Author URI: http://www.themeum.com
* License - GNU/GPL V2 or Later
* Description: Themeum Soccer is a Soccer plugin.
* Version: 1.0
*/

.match-timeline-inner .yellow-card{
	background: url(../images/icons/yellow-card.png) no-repeat;
}
.match-timeline-inner .double-yellow{
	background: url(../images/icons/double-yellow-card.png) no-repeat;
}
.match-timeline-inner .red-card{
	background: url(../images/icons/red-card.png) no-repeat;
}
.match-timeline-inner .free-kick{
	background: url(../images/icons/free-kick.png) no-repeat;
}
.match-timeline-inner .panalty{
	background: url(../images/icons/penalty.png) no-repeat;
}
.match-timeline-inner .corner-kick{
	background: url(../images/icons/corner-kick.png) no-repeat;
}
.match-timeline-inner .goal{
	background: url(../images/icons/goal.png) no-repeat;
}
.match-timeline-inner .goal-shot{
	background: url(../images/icons/goal-shot.png) no-repeat;
}
.match-timeline-inner .foul{
	background: url(../images/icons/foul.png) no-repeat;
}
.match-timeline-inner .handball{
	background: url(../images/icons/handball.png) no-repeat;
}
.match-timeline-inner .start-first-half{
	background: url(../images/icons/start-first-half.png) no-repeat;
}
.match-timeline-inner .start-second-half{
	background: url(../images/icons/start-second-half.png) no-repeat;
}
.match-timeline-inner .throw{
	background: url(../images/icons/throw.png) no-repeat;
}
.match-timeline-inner .off-side{
	background: url(../images/icons/offside.png) no-repeat;
}
.match-timeline-inner .extra-time-1{
	background: url(../images/icons/extra-time.png) no-repeat;
}
.match-timeline-inner .extra-time-2{
	background: url(../images/icons/extra-time-2.png) no-repeat;
}









