* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f1f1f1;
}

a, a > * {
    color: #1b9fa7;
    text-decoration: none;
}

a:hover, a > *:hover {
    color: #d73300;
}
div#container {
    background-color: #fff;
    left:50%;
    position: relative;
    width: 1040px;
    margin-left: -520px;
    font: 14px/1.9 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

input {
    font-size: 1.2em;
}

label {
  display:inline-block;    
  vertical-align:middle; 
  color: #636363;
}

label.error {
    display:inline;
    padding-left:10px;
    color:red;
}

textarea#csr {
    width: 470px;
    height: 250px;
    font-size:0.8em;
}

div#header {
    padding:15px 20px 15px 20px;
}

div#contentContainer {
    padding:15px 25px 20px 25px;
}

h2, h3, h4 {
    color: #333;
    text-size:1.15em;
    text-transform: uppercase;
}

h2 {
    margin-top:15px;
}

h1.logo {
    font-size: 3.1em;
    display:inline;
}

h1.logo a{
    text-decoration: none;
}

span.black {
    color: #333;
}

ul{list-style:none}

#nav {
  float: right;
  margin-right:20px;
}
#nav li {
    float: left;
    position: relative;
}

#nav a {
    color: #333;
    display: block;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 30px;
    padding: 25px 10px;
    position: relative;
    text-transform: uppercase;
}

#nav a:hover, #nav .hover > a, #nav .current > a {
    color: #1b9fa7;
}

hr {
    margin: 0 25px 0 25px;
    color: #ccc;
}

div#content {
    margin:20px 0 20px;
}

p.info {
  vertical-align: text-top;
  margin-left:5px;
  padding-left:25px;
  background: url(/img/ok.png) no-repeat 0 0;
}

p.error {
  margin-left:5px;
  padding-left:25px;
  background: url(/img/error.png) no-repeat 0 0;
}

p {
  font-size: 14px;
  color: #636363;
}

.hidden {
  display: none;
}

.showDetails {
  font-size: 14pt;
  color: #1b9fa7;
}

#form {
  background-color: #e8e8e8;
  padding:20px;
  margin-bottom:15px;
}

form {
  background-color: white;
  padding:5px 0 0 0;
}

#url {
  border: 1px solid #ccc;
  width: 450px;
}

#scannerSettings {
  margin:5px 0 0 32px;
}

#scannerSettings span {
  vertical-align: top;
  padding: 0 10px 5px 5px;
  color: #636363;
}

#fetchCertificate {
  margin-left: 10px;
}

input[type=radio] {
  margin-right:5px;
}

fieldset {
  padding:7px;
  margin-bottom: 10px;
  border:1px solid #e1e1e1;
  background-color: #ededed;
}

#fullCertificate {
  font-size:0.65em;
  height: 480px;
  width: 380px;
}

fieldset#details label {
  width:140px;
}

input.small {
  width:50px;
}

th {
  text-align: left;
}

span.alias {
  font-size; 0.8em;
}

.greyButton {
  background: grey;
}

.pulse, input[type=submit], button {
  border-radius: 2px;
  background-size: 100% 200%;
  color: #FFF;
  cursor: pointer;
  background: transparent linear-gradient(#1b9fa7, #478a8e) repeat scroll 0% 0%;
  border: 0px none;
  font-size: 100%;
  margin: 0px;
  outline: 0px none;
  padding:2px 8px 1px 8px;
  font-size: 1.1em;
  font-weight: bold;
}

div#footer div#socialLinks {
  text-align:left;
  margin-left:30px;
  padding-top:35px;
}

div#footer div#socialLinks span#twitterLink {
  background: url(/img/twitter.png) no-repeat 0 0;
  padding-left:20px;
}

div#footer div#socialLinks span#linkedinLink {
  background: url(/img/linkedin.png) no-repeat 0 0;
  padding-left:20px;
}

div#footer div#accountLinks {
    float:right;
    margin-top:33px;
    margin-right:20px;
}

div#footer div#socialLinks span a {
  color: #7a8181;
}

div#footer div#socialLinks span a:hover, a > *:hover {
    color: #1b9fa7;
}

div#footer {
  clear:both;
  background: #333333 none repeat scroll 0% 0%;
  height: 120px;
  color: #818181;
  text-align:right;
}

span#copyright {
  padding: 0 10px 5px;
}

div#score {
  margin-top:10px;
  color: #636363;
}

div#output div#results {
  background-color: #fff;
  border:none;
  margin-top:0;
  padding-top:0;
  padding-bottom:0;
  margin-bottom:0;
}

div#results {
  padding:5px;
  margin-top:10px;
  margin-bottom:15px;
  vertical-align: top;
  background-color: #ededed;
  border:1px solid #d4d4d4;
}

div#results pre {
  color: #000;
  font-weight: normal;
  font-size: 0.8em;
}

div#details h2 {
  margin-top: 0;
}

div#details {
  color: #636363;
  float:right;
  width:285px;
  text-align:right;
}

div#details h5{
  margin-bottom: 10px;
}

div#details div.httpsRedirect, div#details div.httpRedirect{ 
  margin-bottom: 15px;
  background-color: #E8E8E8;
  color: 1px solid #636363;
}

div.ipv6 div.left span.redirectIp, div.http2 div.left span.redirectCode, div.httpsRedirect div.left span.redirectInfoUrl {
  color: #1b9fa7;
}

div#details div.left{
  text-align:left;
  font-size: 0.75em;
  padding:5px;
  line-height: 1.25;
  float:left;
}

div#details div.left a{
  text-decoration: none;
  color: #636363;
}

div#details div.right{
  float: right;
  margin-top:10px;
  margin-right:8px;
}

/* support */

#results {
  margin-top:10px;
  color: #1b9fa7;
  font-weight: bold;
}

div#results.error {
  color: red;
}

#supportForm label {
  width:80px;
}

#supportForm textarea {
    width:500px;
    height:200px;
}

span#tlsaRecord {
    font-weight:normal;
    font-size:0.85em;
}
/* scannerinfo */

div#content p {
    margin-bottom:7px;
}

div#content h2 {
    margin-top:0;
    font-size:1.3em;
}
