html,
body {
    text-align: center;
    font: 13px "Helvetica Neue", Helvetica, sans-serif;
    color: #5d5d5d;
}
div#wrapper {
    min-height: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #fff;
    text-align: left;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.subspclass {
    margin-top: 5px;
    margin-bottom: 5px;
}
.subspclass:first-letter {
    text-transform: uppercase;
}
#checkform {
    width: 100%;
    height: auto;
    border-radius: 1em;
    background: #18aace;
    margin-bottom: 5px;
    min-width: 100px;
}
#checkform:hover {
    outline: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    box-shadow: 0 0 15px rgba(20, 163, 180, 1);
    -webkit-box-shadow: 0 0 15px rgba(20, 163, 180, 1);
    -moz-box-shadow: 0 0 15px rgba(20, 163, 180, 1);
}
#checkform input#url {
    background: #1fe07f;
    height: 60px;
    color: #666;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: center;
    display: block;
    outline: none;
    border: #999 1px solid;
    cursor: text;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 220%;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    resize: none;
    opacity: 0.8;
    margin-top: 10px;
    margin-left: 1%;
    overflow: auto;
    margin-bottom: 8px;
}
#checkform input#url:focus {
    color: #000;
    outline: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    box-shadow: 0 0 15px rgba(27, 204, 94, 1);
    -webkit-box-shadow: 0 0 15px rgba(27, 204, 94, 1);
    -moz-box-shadow: 0 0 15px rgba(27, 204, 94, 1);
}
#checkform button[type="button"],
#check button[type="button"] {
    background: url(https://static.checkprg.com/search.png) no-repeat;
    width: 12%;
    height: 61px;
    border: none;
    opacity: 0.6;
    margin-top: 10px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block
}
.buttonform img {
    vertical-align: middle;
}
.txtarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 1em;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-top: 10px;
    overflow: hidden;
    resize: none;
    width: 95%;
}
h2 {
    font-size: 16px;
    margin-top: -1px;
}
a {
    text-decoration: none;
    color: #5d5d5d;
}
a:hover {
    text-decoration: underline;
}
#title {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 100px 0px 10px 0px;
}
#title img {
    border: 0;
    padding-left: 5px;
    margin-top: 10px;
}
#title a {
    max-width: 347px;
    margin: 0 auto;
    display: block;
}
.lnkcell {
    border: 1px dotted #999999;
    font-family: arial;
    padding-left: 8px;
}
.lnkHdr {
    border: 1px dotted #999999;
    color: #333399;
    padding: 2px 12px;
    font-family: arial;
    font-weight: bold;
}
#presult {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#prbox {
    border: 0px;
    background: #ffffff;
    margin-top: 10px;
    margin: 0 auto;
}
.prnum {
    color: #ffffff;
    background: #000000;
    padding: 2px 8px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
}
#prbar {
    border: 0px;
    background: #ececec;
    margin-top: 1px;
}
.adsense_box {
    margin-top: 0px;
    text-align: center;
}
#wrapper {
    padding: 0px;
    height: auto;
    width: 55%;
    margin: 0 auto;
}
.trademark {
    text-align: center;
    min-width: 150px;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#top-content {
    background: #f5f5f5;
    height: auto;
    width: 100%;
    /*border-radius: 1em;*/
    margin-bottom: 80px;
    min-width: 390px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #D76B00;
    font-weight: normal;
    margin: 0px;
}
.center-text {
    text-align: center;
}
.trademark b {
    text-decoration: underline
}
.textpage {
    margin-left: 10px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}
#errorvalidate {
    text-align: center;
    font-weight: bold;
    color: red;
    margin-top: 20px;
    font-size: 20px;
}
.buttonform td {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
/*.ads-general iframe {
    height: auto !important;
}*/
.ads-general .courses-listing {
    background-color: #f5f5f5 !important;
}
ul.powerd-by li {
    display: inline-block;
}
ul.powerd-by img {
    height: 60px;
}
.ui-autocomplete {
    opacity: 0.9;
}
.bgplaceholder {
	display:none;
	position: fixed;
	background: #000;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.bgplaceholder img{
	opacity: 1;
	margin-top: 15%;
}
.prev-table {
	background: #EFEFEF; 
	margin: 0 auto; 
	width: 600px; 
	text-align: center;
}
.prev-table th {
	border-right:1px solid #CCC; 
	background: #CCC; 
	text-align:center; 
	font-weight: bold; 
	font-size: 18px;
}
.prev-table th:last-child {
	border-right: initial;
}
.prev-table td {
	vertical-align: middle; 
	border-right:1px solid #CCC;
}
.prev-table td:last-child {
	width: 25%;
	border-right: initial;
}
.prev-table td img {
	border-radius: 8px; 
	width: 200px; 
	height: 100px;
}
.moz-data-table {
	background: #EFEFEF; 
	margin: 0 auto; 
	width: 600px; 
	text-align: center
}
.moz-data-table th {
	border-right:1px solid #CCC; 
	background: #CCC; 
	text-align:center; 
	font-weight: bold; 
	font-size: 18px;
}
.moz-data-table th:last-child {
	border-right: initial;
	width: 25%;
}
.moz-data-table td {
	padding: 10px 0px; 
	border-right:1px solid #CCC;
}
.moz-data-table td:last-child {
	border-right:initial;
	width: 25%;
}
table.table-seo th {
    padding: 10px 0px;
}
table.table-seo td {
    padding: 5px 10px;
}
.loading_ads {
    display: none;
    margin: 0 auto;
    width: 284px;
    height: 69px;
}