body {
    margin: 0;
    font: 10px CitrixSans,"Helvetica Neue","Segoe UI",Helvetica,Arial,"Lucida Grande",sans-serif;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}

.web-screen {
    background-color: #161619;
    background-image: url(../media/ReceiverFullScreenBackground.jpg);
    background-size: 100% 100%;
    min-height: 400px;
    height: auto!important;
    height: 400px;
}

.fullscreen-pane {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: block;
}

.vertical-center-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-center-inner {
    display: table-cell;
    vertical-align: middle;
}

.web-screen .content-area {
    padding: 60px 0;
    background-color: #3f3643;
    background-color: rgba(63,54,67,0.8);
    text-align: center;
}

.detection-right-links {
    background: url(../media/civ_white.png) no-repeat;
    background-size: 420px 88px;
    background-position: left center;
    padding-top: 1px;
    padding-left: 600px;
}

.box-links {
    width: 480px;
    margin: 0 auto;
    text-align: left;
}

.web-screen .main-text {
    color: white;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}

.web-screen .detail-text {
    color: white;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding-left: 20px;
}

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
}  

.logo {
    background: url(../media/grad_info_logo.svg) no-repeat;
    background-position: left center;
    padding-top: 1px;
    padding-left: 230px;
}

.mainContainer {
    /* border: 5px solid red; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
    text-align: center;
    color: white !important;
    font-size: 16px;
    font-weight: 300;
    background-color: rgba(63,54,67,0.8);
  }

  .header{
      border-bottom: 1px solid white;
  }