body {
  background-image: url(../images/background.jpg);
  background-position: absolute;
  background-position-x: 50%;
  background-position-y: 0;
  background-size: 75%;
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #ffffff;
  margin: 0;
}

main {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  background-repeat: no-repeat;
  background-size: 100%;
}

.logo {
  width: 40% !important;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

#FireNetHeader {
  margin: auto;
  margin-bottom: 80px;
}

.inputbox {
  text-align: left;
  width: 93%;
  margin-left: 10px;
  margin-right: 10px;
  height: 24px;
}

.inputradio {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

.radiodata {
  text-align: left;
  margin-left: 10px;
}

#inputrow {
  margin: 0 auto;
}

.bashtd {
  text-align: left;
  width: 700px;
}

th {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: right;
  width: 270px;
}

.spacer {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

h3 {
  margin-top: 40px;
  font-size: 20px;
}

h3 img {
  vertical-align: middle;
  padding-right: 5px;
}

ul li {
  padding-right: 40px;
  font-size: 18;
}

ul a {
  text-decoration: none;
}

ul img {
  vertical-align: middle;
  padding-right: 10px;
}

a {
  color: #5d8bff;
  text-decoration: none;
}

a:visited {
  color: #5d8bff;
  text-decoration: none;
}

#content {
  margin-top: 50px;
  margin: 0 auto;
}

.usercert {
  vertical-align: top;
  padding: 20px;
}

#indextable {
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
}

.tabletitle {
  width: 50%;
  text-align: left;
  font-weight: 700;
  width: 835px;
  margin: 20px auto 5px;
}

.tableshort {
  text-align: center;
  padding: 15px;
  background-color: #2a313e;
  width: 835px;
  margin: 0 auto 5px;
}

.indextd {
  text-align: center;
  height: 70px;
  margin-top: 20px;
  vertical-align: text-top;
}

.tr-margin {
  margin-top: 20px;
}

.indextdlower {
  text-align: center;
  height: 170px;
}

.blank {
    width: 25px;
    height: 25px;
}

.info {
    width: 25px;
    height: 25px;
    background-image: url('../images/flamebgk_2.svg');
    background-repeat: no-repeat;
    display: inline-block;;
}

.info .infotext {
    opacity: 0;
    transition: opacity 1s;
    display: inline-block;
    
    width: 300px;
    background-color: #4e4e4e;
    text-align: left;
    padding: 7px 7px;
    border-radius: 6px;
    z-index: 1;

    top: -5px;
    margin-left: 25px;
}

.info:hover .infotext {
    opacity: 0.85;
}

