body.background
{	background-image: url(../images/bg_carbon.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-color: #000;
}

.bold
{	font-weight: bold;
}

.contentTitle
{	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: right;
	height: 7.6vh;
	min-height: 40px;
	padding: 20px 20px 0px 0px;
	padding: 1.2vw 1.1vw 0 0;
	font-size: 400%;
	font-size: 4.5vw;
	font-weight: bold;
	color: white;
	z-index: 30;
	text-shadow: 1px 1px black, 45px 15px 30px #aaa;
	background-color: #333;
	border-bottom: solid #aaa 1px;
	//border: solid cyan 2px;
	overflow: hidden;
	//display: none;
}
.contentTitleSpacer
{	position: relative;
	z-index: 29;
	top: 0px;
	height: 10vh;
	min-height: 40px;
	width: 99%;
	//border: solid orange 2px;
}

.contentBar
{	//position: fixed;
	position: static;
	//top: 10vh;
	height: 3.5vh;
	padding: 0px 0px 0px 8px;
	font-size: 3vh;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	text-shadow: 1px 1px black, 0px 0px 10px #111;
	color: white;
	z-index: 11;
	//border: solid cyan 2px;
}

.contentDiv
{	//position: absolute;
	position: static;
	width: 98%;
	//top: 12vh;
	//left: 0px;
	//right: 0px;
	text-align: left;
	padding: 0px 8px 0px 8px;
	z-index: 10;
	display: none;
	//border: solid yellow 2px;
}

.ciaButton
{	width: 18px; }

div.loading
{	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 100;
	opacity: 0.5;
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	display: none; 
}

/* for mobile */

@media screen and (max-width: 480px)
{
.contentTitle
{	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: right;
//	height: 4.2vw;
	height: 40px;
	padding: 5px 5px 0px 0px;
	font-weight: bold;
	font-size: 150%;
//	font-size: 4.5vw;
	color: white;
	z-index: 30;
	text-shadow: 1px 1px black, 60px 15px 30px #aaa;
	background-color: #333;
	border-bottom: solid #aaa 1px;
	overflow: hidden;
}
.contentDiv
{	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	display: none;
} */

.submitButton
{	min-width: 100px; }

} /* end mobile */