.seotools {
	min-height:500px;
	width:980px;
	margin:0 auto;
	padding:0 0 50px 0;
}

.SEOanalyzer1 {
	border:0px solid red;
	margin:30px 0 0 0;
}
.SEOanalyzer1 h1 {
	color:#F90;
	text-decoration:none;
}
.SEOanalyzer1 h1 a {
	color:#F90;
	text-decoration:none;
}
.SEOanalyzer1 .sf {
	margin:20px 0;
}

.SEOanalyzer1 .sf  #url{
	    color: #333333;
    background-color: #FFFFFF;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
    border-color: #b4b4b4 #e9e9e9 #e9e9e9 #b4b4b4;
    border-style: solid;
    border-width: 1px;
    /*Rounded corners*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 1px 1px 0px #fff;
    -webkit-box-shadow: 1px 1px 0px #fff;
    box-shadow: 1px 1px 0px #fff;
	margin:0 5px 0 0;
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 99%;
overflow:auto;
border-bottom: 5px solid #EB8B13; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin-top: 15px;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
	float: left;
	display: block;
	font: bold 13px Arial;
	color: white;
	text-decoration: none;
	margin: 0 5px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color:#7AB4C2; /*Brown color theme*/
	border-bottom: 1px solid white;
	
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.modernbricksmenu2 a:hover{
background-color: #EB8B13; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	background-color: #EB8B13; /*Brown color theme*/
	color: white;
	border-color: #EB8B13; /*Brown color theme*/
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
