body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ececec;
	font-size: 16px;
	line-height: 22px;
}
#wrapper {
    max-width: 1024px;
    margin-top: 80px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper h1 {
    font-size: 24px;
    text-align: center;
    line-height: 80px;
    
    background-color: #fff;
    border-radius: 3px;
}

#wrapper h2 {
    font-size: 20px;
    text-align: center;
    
}

#wrapper h1 span {
    color: #666;
}

#connectionDetails {
    float: left; 
    width: 48%;
    margin-bottom: 20px;
    
    min-height: 250px;
    
    background-color: #fff;
    border-radius: 3px;
}

#browserDetails {
    float: right;
    width: 48%;
    margin-bottom: 20px;
    padding-left: 20px;
    min-height: 250px;
    
    background-color: #fff;
    border-radius: 3px;
    
}

#domaincheck {
    float: left;
    width: 48%;
    height: 330px;
    
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
}

#domaincheck #scanner {
    margin-right: 20px;
}

#domaincheck .input {
    text-align: center;
    margin-bottom: 10px;
}

#domaincheck .input input {
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    margin-right: 5px;
}

#speedtest {
    float: left;
    width: 48%;
    height: 330px;
    
    background-color: #fff;
    border-radius: 3px;
}

#portscanner {
    float: right;
    width: 48%;
    min-height: 330px;
    
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    
    padding-left: 20px;
    
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 3px;
}


#portscanner #scanner {
    margin-right: 20px;
}

#portscanner .input {
    text-align: center;
    margin-bottom: 10px;
}

#portscanner .input input {
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    margin-right: 5px;
}

span.item {
    width: 150px;
    color: #666;
    display: inline-block;
    text-align: right;
    margin-right: 8px;
}



blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 10px;
  line-height: 11px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


@media (max-width: 1024px) {
    
    #wrapper {
        width: 100%;   
        margin-top: 20px;
        margin-bottom: 0px;
    }
    
}

@media (max-width: 800px) {
    
    #connectionDetails,
    #portscanner, 
    #speedtest,
    #browserDetails {
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        
        min-height: auto;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    
    #wrapper h1 {
        line-height: 60px;
    }
    
    #wrapper h1 span {
        display: block;
    }
    
    #wrapper h2 {
        text-align: center;
        margin-left: 0px;
        padding-top: 10px;
    }
    
    span.isp {
        overflow: scroll;
        display: inline-block;
        width: calc(100% - 158px);
        word-wrap: unset;
        height: 22px;
        line-height: 32px;
    }
    
}