body {
    margin: 0 auto;
    font-size: 1.2em;
    font-family: "Arial", "Helvetica", sans-serif;
}
h1 {
    font-size: 1.5em;
    width: 980px;
    float: left;
}


h2 {
    font-size: 1.1em;  
    width:980px;
    float:left;
}

.title-mid {
    text-align: center;
}

a:link {
    color: #5098ff;
    text-decoration: none;
}

a:visited {
    color: #5098ff;
    text-decoration: none;
}

a:hover {
    color: #5098ff;
    text-decoration: underline;
}

a:active {
    color: #5098ff;
    text-decoration: none;    
}

#wrapper {
    width: 980px;
    padding:0px;
    margin-left: auto;
    margin-right: auto;  
}

#header {
    width: 960px;
    padding:10px;
    margin-top: 0px;
    color: #333;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;  
    height:80px;
    border-bottom: 3px solid #468c46;

}

#header_data {
    width:100%;
    padding:10px;
    margin-right: auto;     
    margin-left: auto;

}

#header_menu {
    border-bottom: 3px solid #468c46;
    float: left;
    width: 100%;
}

.header-link {
    padding: 10px;
    float: left;
    color: #fff;
}

.header-link:hover{
    text-decoration: underline;
}



#logo {
    width:170px;
    float:left;
}

#search {
    width:500px;
    float:left;
    padding:7px;
}

.searchbox {
    width:300px;
    padding:10px;
    font-size: 1em;
}

.searchbtn {
    width:90px;
    padding:10px;
    background-color: #468c46;
    border: 0;
    font-size: 16px;
    color:#dedede;
}

#content {  
    width:960px;
    padding:10px;
    float:left;
    background-color: #fff;
    line-height: 26px;
}

#content_data {
    padding:10px;   
}

.details {
    color:grey;
    font-size: 18px;
    float: left;
}

.ipinfo {
    float:left;
    width:49%;
    height:20px;
    text-align: right;
    color: grey;
    padding:0 2% 10px 0;
}

.ipdata {
    float:left;
    width:49%;
    height:20px;
    text-align: left;
}

.country {
    padding:0px;
    margin:0px;
}

#location {
    width:100%;
    margin-top:20px;
    float:left;
}

#footer {
    width: 960px;
    float:left;
      background-color: #fff;
    padding:10px;
}

#footer_menu {
    width:100%;
    float:left;
    padding: 10px 0 10px 0;
    text-align: right;
}    

#footer_copyright {
    width:100%;
    float:left;
    color:grey;
    padding-bottom: 10px;
    text-align: right
}    
    

#footer_data {
  width: 890px;
  margin-top: 0px;
    padding:10px;
        color: #333;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 1024px) {
    
body {
    font-size: 4em;
    font-family: "Arial", "Helvetica", sans-serif;
    width:100%;
}
    
h1 {
    font-size: 1.2em;
    width: 100%;
    float: left;
}


h2 {
    font-size: 1.2em;  
    width:100%;
    float:left;
}

.title-mid {
    text-align: center;
    padding-top:1em;

}

a:link {
    color: #5098ff;
    text-decoration: none;
}

a:visited {
    color: #5098ff;
    text-decoration: none;
}

a:hover {
    color: #5098ff;
    text-decoration: underline;
}

a:active {
    color: #5098ff;
    text-decoration: none;    
}

#wrapper {
    width: 100%;
    padding:0px;
      margin-left: auto;
  margin-right: auto;  
}

#header {
    width: 98%;
    padding:2%;
    margin-top: 0px;
    color: #333;
    border-bottom: 0;
    height:220px;
}

#header_data {
    width:100%;
    margin-right: auto;     
    margin-left: auto;
}

#logo {
    float:left;
    padding-left:2%;
}

#search {
    width:100%;
    float:left;
    text-align: right;
    margin-top:-1.4em;
}
    
#search span {
    font-size:0.5em;
}    

.searchbox {
    width:60%;
    font-size: 1.2em;
    border: 5px solid grey;
}

.searchbtn {
    width:35%;
    background-color: #468c46;
    border: 5px solid #468c46;
    font-size: 1.2em;
    color:#dedede;
}

#content {  
    width:100%;
    margin:20px;
    float:left;
    background-color: #fff;
    line-height: 1.5em;
}

#content_data {
    padding:10px;   
}

.details {
    color:grey;
    font-size: 1em;
    text-align: center;
}

.ipinfo {
    float:left;
    width:49%;
    height:20px;
    text-align: right;
    color: grey;
    padding:0 2% 2em 0;
}

.ipdata {
    float:left;
    width:49%;
    height:20px;
    text-align: left;
}

.country {
    padding:0px;
    margin:0px;
}

#location {
    width:98%;
    margin-top:20px;
    float:left;
    display: none;
}

#footer {
    width: 100%;
    float:left;
      background-color: #fff;
    padding:10px;
}

#footer_menu {
    width:100%;
    float:left;
    padding: 10px 0 10px 0;
    text-align: right;
}    

#footer_copyright {
    width:100%;
    float:left;
    color:grey;
    padding-bottom: 10px;
    text-align: center;
}    

#footer_data {
    width: 100%;
    margin-top: 0px;
    padding:10px;
    color: #333;
}
    
.footer-link {
    width:100%;
    text-align: center;
    float:left;
}    
}





















