.hokejs2018-menu {
	margin:0 -5px;
}

.hokejs2018-menu ul {
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
	table-layout:fixed;
}

.hokejs2018-menu ul > li {
	display:table-cell;
	padding:5px;
}

.hokejs2018-menu ul > li > a {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	background: #989d9f;
	border-radius: 8px;
	padding:30px 0px;
}

.hokejs2018-menu ul > li > a.active {
	background:#b53239;
}

.hokejs2018-menu ul > li > a i {
	color:#FFf;
	font-size:32px;
	margin-bottom:10px;
}

.hokejs2018-menu ul > li > a strong {
	text-transform:uppercase;
	color:#FFf;
}

table.hockey-2018-table th {
	border:none; 
}

table.hockey-2018-table tr td {
	background:#efefef;
	border-top:solid 10px #FFF; 
	vertical-align:middle; 
	padding:10px;
}

table.hockey-2018-table tr td img {
	vertical-align:middle;  
	margin-right:10px;
}

table.hockey-2018-table tr td time {
	background: #FFF;
    padding: 3px 0px;
    font-size: 1.75em;
    font-weight: bold;
    display: block; 
}

table.hockey-2018-table tr.hockey-2018-caption td {
	background:none;
	padding-left:0;
	padding-right:0;  
	padding-bottom:0; 
}

table.hockey-2018-table.hockey2018-inverse tr td time {
	background:#000;
	color:#FFF;
}

@media (max-width: 38.74em) {
	.hokejs2018-menu > ul {
		display:block;
		overflow:hidden;
	}
	
	.hokejs2018-menu > ul > li {
		display: block;
		float: left;
		width: 50%;
		font-size:0.875em;
	}
	
	.hokejs2018-menu > ul > li > a {
		padding:8px 15px;
		display:block;
		text-align:left;
		padding-right:0;
	}
	
	.hokejs2018-menu > ul > li > a > i {
		float:left;
		font-size:16px;
		margin-right:5px;
		width:24px;
		text-align:center;
	}
	
	table.hockey-2018-table {
		font-size:0.875em;
	}
	
	table.hockey-2018-table tr th,
	table.hockey-2018-table tr td {
		padding:4px;
	}
	
	.block.text table.hockey-2018-table tr td img {
		height:16px !important;
		margin-right:5px;
	}
}
