@charset "utf-8";
/* CSS Document */

#wbhead {
/*	visibility: hidden; */
/* outline: 1px solid green;*/
	display: block;
	width: 100%;
	height: 1em;
	padding: 1px 0 2px 0;
	background-color: #c00;
	color: #fefef8;
	text-align:center;
	font-style:normal;
	vertical-align: top;
	font-size: small;
	border-bottom: 2px solid black;
	font-family: "Courier New", Courier, monospace;
	}
	
#wbhead a {
	color: #fefef8;
    text-decoration: none;
}

.wbnote {
	color: DimGrey;
	font-style: italic;
	font-weight: bold;
	font-size:larger;
	font-family: "Courier New", Courier, monospace;
}


body,html {
  margin:0  !important; 
  padding:0;
  top: 0px !important; 
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
	} 




/******** GOOGLE TRANSLATE********/

.wb-trans {
/*outline: 1px solid yellow;*/
/*  position: absolute;
  right: 0px;
  top: 1.5em;
*/
	display: inline;
	background-color: #c00;
	height: 1em; 
 white-space: nowrap;	
 text-align: center;
	vertical-align: top;
 color: #fefef8;
 font-style: italic;
 font-size: small;
 margin: 0px 0px;
 	font-family: "Courier New", Courier, monospace;
}
.wb-trans img {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.wb-trans div {
 display: inline;
}

.wb-trans select {
color: #fefef8;
background: black;
border-color: #c00;
font-size: small;
}
