@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Sintony');





img#countdown-header {
	display: block;
	margin: 10px auto;
	max-width: 90%;
}



.countdown-wrapper {
	    background: #feeb55;
	/*width: 400px;*/
	border: 1px solid rgba(0, 0, 0, .1);
	margin: auto;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 0;
}

img#matchup-loading {
	margin: 10px auto;
	max-width: 90%;
}

#matchup-date p {
    text-align: center;
    font-weight: bold;
    margin: 0 auto 30px;
    font-size: 26px;
}

.clock-wrapper {padding: 0 10px; text-align: center;}
.clock-number {
	display: inline-block;
	text-align: center;
	width: 23%;
	padding: 4px;
}

.buttons {
	text-align: center;
	padding: 10px 5px;
}

.buttons p {
	display: inline-block;
	width: 48%;
	margin: auto;
	text-align: center;
	font-family: 'Sintony', tahoma, sans-serif;
	font-size: 14px;
}

.buttons p a {
	color: white;
	text-decoration: none;
	background: #cc0000;
	display: block;
	padding: 8px 0;
}

#tickets-button, #follow-button {display: none}

p.number {
      padding: 5px;
    border: none;
    font-weight: bold;
    font-size: 34px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background: #333333;
    line-height: 1em;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
}

p.label {
	margin-top: 5px;
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#countdown-matchup {
	border: none;
	max-width: 280px;
	margin: auto;
	table-layout: auto;
	height: 90px;
}

#countdown-matchup .countdown-opponent-logo {
	filter: grayscale(1);
}

#countdown-matchup .team-logo {
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
}

#countdown-vsat {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 12px;
	padding: 0 20px;
}

#countdown-matchup td {
	vertical-align: middle;
}

#countdown-matchup .countdown-njd-logo {
	background-size: 125px;
}

.countdown-hide {display: none;}
.countdown-show {display: block;}

/*HFC*/
#countdown-matchup .logo-bg-dark--team-njd {
    /*background-image: url(https://nhl.bamcontent.com/images/assets/binary/301891622/binary-file/file.svg);*/
}