input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#full-size-page {
   min-height:100%;
   width: 100%;
   position:absolute;
   top:0;
   left: 0;
	 
}
#wrapper {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 175px;
	padding-left: 0;
 
}
#topBar {
 
	position: fixed;
	top:0px;
	left:0px;
	z-index: 100;
}
 
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: flow-root;
}

div#notLive {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: #ff002d;
    color: white;
    animation: pulseRedWhite 2s infinite ease-in-out;
}