html , body, div, span, iframe, blockquote,
a,em,font, img, b, u, i, table, tbody, tfoot, thead, tr, th, td, input{
	font-size: 15px !important;
	line-height: 1.30;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

#wrapper {
	margin:10px;
}

.projIndx li:hover{
	color: rgb(255,121,0);
	-webkit-box-shadow: 0px 0px 1px 1px rgb(255,121,0);
	-moz-box-shadow: 0px 0px 1px 1px rgb(255,121,0);
	box-shadow: 0px 0px 1px 1px rgb(255,121,0);
	/*width:100%;
	background-color:rgb(255, 255, 255);*/
}
.projIndx  li {
	border:1px solid rgba(0,0,0,0.2);
	margin-bottom:2px;
	font-size: 16px;
	line-height: 24px;
	padding-left:5px
}

.adbg {
	color: rgb(255,121,0);
	background-color:rgb(255, 255, 230);
}

.checkbox input[type="checkbox"]:checked + label, .checkbox input[type="radio"]:checked + label {
	background-color:rgb(110,138,195);
	color:#ffff00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2px 5px;
}

.adminChkBoxLbl {
	margin-left:15px;
}
.adminChkBox div {
	padding-bottom:5px;
}

.submitbutton
{	position:relative;
	margin-left:25px;
}

.glass-holderad{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	border-style:outset;
	border-color:rgb(225,255,255);
	position:relative;
	z-index:10;
}

.shiftRight{
	position:relative;
	left:10%;
}

.search, .filter{
position:relative;

}

#ads .adminChkBoxLbl:hover{
	color:red;
}

.diagnostic img{
	position:relative;
}
.center{
	position:relative;
	top:10px;
	left:20px;
	transform: none;
}

#adfilter{
	margin-left:10px;
}

@media only screen and (max-width: 400px) {

.center{
	position:relative;
	top:10px;
	left:20px;
	transform: none;
}

.diagnostic img{
	position:relative;
	width:50%;
	min-width:120px;
	height:auto;
}	

h2{font-size:1em;
}

.search, .filter{

}



}
@media only screen and (max-width: 300px) {

.logo {
	text-shadow: 1px 1px .5px rgb(51,72,115);
}


}

@media only screen and (max-width: 200px) {

.menuFloatR{
	float:right;  
	top: 20px;
      right: 10px;
}

.navigation img, .backbuttn img{
		width:30px;
		height:30px:
	}	
	.help,.iconlist{
		left:0px;
	}
	
	#adfilter{
	margin-left:0px;
}

.logo {
	text-shadow: .5px 1px .5px rgb(51,72,115);
}


}


