/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	background-color:#ddd !important; background-image:none !important; margin:0; text-align:center;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: left;
}
.countdown-show1 .countdown-section {
	padding:0 6px;
}
.countdown-show2 .countdown-section {
	padding:0 6px;
}
.countdown-show3 .countdown-section {
	padding:0 6px;
}
.countdown-show4 .countdown-section {
	padding:0 6px;
}
.countdown-show5 .countdown-section {
	padding:0 6px;
}
.countdown-show6 .countdown-section {
	padding:0 6px;
}
.countdown-show7 .countdown-section {
	padding:0 6px;
}
.countdown-section {
	display: block;
	float: left;
	font-size:9px;
	text-align: center;
}
.countdown-amount {
  font-size:15px;
/*	font-family:'Oswald',Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif; */
	text-align:center;
  font-weight:bold;
  color:#333;
}
.countdown-period {
  display: block;
	border-top: 1px solid #444;
	padding-top:4px;
  margin-top:3px;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* HUSKERMAX CUSTOM */
.kotable {
  width:236px; 
  background-color:#ddd !important;
  background-image:none !important;
  margin:3px auto 22px auto; 
}
.kocell {
  text-align:right;
  vertical-align:top !important;
  font-weight:700; 
  font-family:'Oswald',Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif; 
  font-size:15px; color:#aa3333;
  padding:10px 0 8px 10px; 
  line-height:19px; 
}
.koblank {
  padding:0 0 0 3px; 
  color:#ddd !important;
	border:none;
  border:none; 
  padding:8px 2px;
}
.clocker {
  background-color:#ddd !important; 
  background-image:none !important; 
  vertical-align:top !important; 
  margin:1px 0 1px 0;
}
.postgame {
  margin:0;
  font-weight:400;
  font-family:'Oswald',Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
  font-size:11px;
  color:#444;
  border-top:1px dotted #aaa; 
  padding:8px 0;
  text-align:center;
}
.pgpoint {position:relative;
  top:-1px;
	padding:0 3px;
}

@media only screen and (max-width: 600px) {
  #alwaysShow {
  display:none !important;
 }
  #alwaysShowB {
  text-align:center !important; 
  display:inline-block !important;
  margin:0 auto 10px auto;
 }
}

@media only screen and (min-width: 601px) {
  #alwaysShow {
  text-align:center !important; 
  display:inline-block !important;
  margin:0 auto 10px auto;
 }
  #alwaysShowB {
  display:none !important;
 }
}

.WPkotable {
  width:100% !important;
  background-color:#fff !important;
  background-image:none !important;
  margin:0 auto;
  text-align:center !important; 
}
.WPkocell {
  vertical-align:top !important;
  padding:10px 0 2px 0; 
}
.WPnext {
  text-align:center;
  color:#cc0000;
	font-weight:700;
  margin:0 auto;
}
.WPclocker {
  background-color:#fff !important; 
  background-image:none !important; 
  vertical-align:top !important; 
  text-align:center !important;
  margin:1px 0 1px 0;
  font-weight:700;
}
.WPpostgame {
  margin:0;
  font-weight:400;
  font-family:'Oswald',Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
  font-size:11px;
  color:#444;
  border-top:1px dotted #aaa; 
  padding:8px 0;
  text-align:center !important;
}
.WPpgpoint {
  position:relative;
  top:-1px;
  padding:0 3px;
}

/* COMPACT COUNTDOWN CLOCK ON NON-DESKTOP */

@media only screen and (max-width: 992px){
 TABLE.cdc .countdown-show1 .countdown-section {
  padding:0 2px;
 }
 TABLE.cdc .countdown-show2 .countdown-section {
  padding:0 2px;
 }
 TABLE.cdc .countdown-show3 .countdown-section {
  padding:0 2px;
 }
 TABLE.cdc .countdown-show4 .countdown-section {
  padding:0 2px;
 }
 TABLE.cdc .countdown-show5 .countdown-section {
  padding:0 2px;
 }
 TABLE.cdc .countdown-show6 .countdown-section {
  padding:0 2px;
 }
 TABLE.cdc .countdown-show7 .countdown-section {
  padding:0 2px;
 }
 .cdc span.countdown-row span.countdown-section span.countdown-amount {
  font-size:20px;
  line-height:21px;
 }
 .cdc .widget-head {
  height:31px !important;
  width: calc(100% - 0px) !important;
}
 .cdc .widget-head h2 {
  font-size:1.1rem;
  height:31px !important;
  line-height:31px !important;
  text-align:center;
 }
 .cdc .widget-head:before {
  display:none;
 }
}