.mainborder {
	border: 1px #c0c0c0 solid;
}

TD {
	font-family: verdana;
	font-size: 11px;
	color: black;
}

A:link, A:active, A:visited {
	font-family: verdana;
	font-size: 11px;
	color: #EC7813;
	text-decoration: none;
}

A:hover {
	color: #61B722;
	text-decoration: underline;
}
table,td,tr {max-width:100%	}
body {margin:0px}
.mobile-ads{display:none}
@media screen and (max-width:768px){
	table, td, tr {
	  max-width: 100%;
	  padding: 5px 0px;
	   border-spacing: 0px;
    border-collapse: separate;
	}
	.mobile-ads {display:block;max-width:320px;margin:0 auto;}
	input,select {max-width:290px}
	body,a,p,li,font,td{font-size:14px !important}
	font{font-size:12px !important}
	iframe{max-width:100%;height:100%;min-height:300px}
	img {max-width:100%}
	.hide-mobile{display:none}
}

@media screen and (max-width:568px){
	iframe{min-height:200px}	
	.menu{height:43px}
	input,select,textarea {max-width:180px}	
}