.match-protocol .match-info {
	font-size: 1.42857em;
    line-height: 1.2em;
}

.match-score h2 {
	font-weight: 400;
	color: #000;
    font-size: 1.71429em;
}

.match-score h2 span {
	color: #333;
	margin: 0px 5px;
}

.match-score > div {
	vertical-align: middle;
}

.inline-block {
	display: inline-block;
}

.stat-title {
	font-size: 1.71429em;
	text-align: center;
	margin-top: 25px;
}

.match-table-line {
	justify-content: space-between;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 24px;
	border-bottom: solid 1px #e7e9eb;
}

.match-table-line:last-child {
	border-bottom: 0;
}

.empty-match-table-line {
	border-bottom: 0;
	line-height: 10px;
}

.match-team-logo {
	max-height: 100px;
}

.team-stats:first-child {
	border-right: solid 1px #e7e9eb;
}

.stat-block .substat-title {
	font-size: 1.12857em;
	text-align: center;
	padding: 10px 0px;
}

.team-stats:first-child {
	border-right: solid 1px #e7e9eb;
}

.referee, .observer {
	text-align: center;
}

.event-icon {
	padding: 0px 10px;
	width: 40px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
}

.time {
	display: inline-block;
}

.event-icon.event-foul {
	background: url('../icons/whistle.png') center no-repeat;
}

.event-icon.event-timeout {
	background: url('../icons/timeout.png') center no-repeat;
}

.event-icon.event-red_card {
	background: url('../icons/red.png') center no-repeat;
}

.event-icon.event-yellow_card {
	background: url('../icons/yellow.png') center no-repeat;
}

.event-icon.event-second_yellow_card {
	background: url('../icons/second_yellow.png') center no-repeat;
}

.event-icon.event-match_time_goal {
	background: url('../icons/ball.png') center no-repeat;
}

.event-icon.event-own_goal {
	background: url('../icons/own_goal.png') center no-repeat;
}

.event-icon.event-6m_penalty_goal {
	background: url('../icons/ball_6m.png') center no-repeat;
}

.event-icon.event-6m_penalty_non_goal {
	background: url('../icons/ball_6m_missed.png') center no-repeat;
}

.event-icon.event-9m_penalty_goal {
	background: url('../icons/ball_9m.png') center no-repeat;
}

.event-icon.event-9m_penalty_non_goal {
	background: url('../icons/ball_9m_missed.png') center no-repeat;
}

.event-icon.event-10m_penalty_goal {
	background: url('../icons/ball_10m.png') center no-repeat;	
}

.event-icon.event-10m_penalty_non_goal {
	background: url('../icons/ball_10m_missed.png') center no-repeat;
}

.event-icon.event-11m_penalty_goal {
	background: url('../icons/ball_11m.png') center no-repeat;
}

.event-icon.event-11m_penalty_non_goal {
	background: url('../icons/ball_11m_missed.png') center no-repeat;
}

.event-icon.event-substitution {
	background: url('../icons/substitution.png') center no-repeat;
}

.event-icon.event-player_on {
	background: url('../icons/substitution_on.png') center no-repeat;
}

.event-icon.event-player_off {
	background: url('../icons/substitution_off.png') center no-repeat;
}

.media-url-container {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	padding-bottom: 10px;
}

.media-url-container img {
	padding-right: 5px;
	vertical-align: top;
}

.media-url-container a {
	vertical-align: middle;
	color: #192e59;
}

.protocol-container {
	padding-bottom: 30px;
}

h2.match-result-box {
	font-weight: bold;
	padding: 15px;
}

.horizontal-separator {
	border-top: solid 1px #000;
	line-height: 1px;
}

.team-lineup .content-paragraph {
	padding-top: 20px;
	padding-bottom: 20px;
}