  /*Place the CSS Content*/
.banner-display-list{padding:10px 0px;
}

.wireready-audio-link {
    display: none;
}

/* School Closings responsive table for mobile */

@media only screen and (max-width: 760px) and (orientation : portrait) {

	/* Force table to not be like tables anymore */
	.wcd-table-front-display table, .wcd-table-front-display thead, .wcd-table-front-display tbody, .wcd-table-front-display th, .wcd-table-front-display td, .wcd-table-front-display tr { 
		display: block;border:0px solid #fff; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
    .wcd-table-front-display thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.wcd-table-front-display tr { border: 1px solid #ccc;margin-bottom:10px }
	
	.wcd-table-front-display td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
        background-color:transparent!important;
		min-height:35px;

	}
	.wcd-table-front-display td {		
	   padding-left: 30%; 
	   display:block;
	}
	
	.wcd-table-front-display td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 15px;
		left: 6px;
		width: 30%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	    .wcd-table-front-display tr:nth-child(odd) {
        background: #f3f3f3!important;
      } 
	/*
	Label the data
    */
    .wcd-table-front-display td:nth-of-type(1):before { content: "Name:";color:#777 }
    .wcd-table-front-display td:nth-of-type(2):before { content: "Type:";color:#777 }
    .wcd-table-front-display td:nth-of-type(3):before { content: "Status:";color:#777 }
    .wcd-table-front-display td:nth-of-type(4):before { content: "Comments:";color:#777 }

}
/* DFP Ads support for centering leaderboard ads */
div[id*="div-gpt-ad"] iframe[width="600"] {
	width: 600px !important;
}

div[id*="div-gpt-ad"] iframe[width="320"] {
	width: 320px !important;
}

div[id*="div-gpt-ad"] iframe[width="384"] {
	width: 384px !important;
}

div[id*="div-gpt-ad"] iframe[width="390"] {
	width: 390px !important;
}

div[id*="div-gpt-ad"] iframe[width="150"] {
	width: 150px !important;
}

div[id*="div-gpt-ad"] iframe[width="120"] {
	width: 120px !important;
}

div[id*="div-gpt-ad"] iframe[width="234"] {
	width: 234px !important;
}

div[id*="div-gpt-ad"] iframe[width="75"] {
	width: 75px !important;
}

div[id*="div-gpt-ad"] iframe[width="125"] {
	width: 125px !important;
}

div[id*="div-gpt-ad"] iframe[width="124"] {
	width: 124px !important;
}

div[id*="div-gpt-ad"] iframe[width="300"] {
	width: 300px !important;
}

div[id*="div-gpt-ad"] iframe[width="468"] {
	width: 468px !important;
}

div[id*="div-gpt-ad"] iframe[width="650"] {
	width: 660px !important;
}