
  html {
    height: 100%;
  }

  body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    overflow: auto;
    max-height: 100%;
    font-weight: 500;
  }

  .container{

  }

  a {
    text-decoration: none;
  }

  a:link {
    color: #39A2E1;
  }

  a:visited {
    color: #39A2E1;
  }

  .header {
    width: 100%;
    padding: 15px 0px;
    background-color: rgb(0,153,231);
    text-align: center;
    font-family: Helvetica;
    z-index: 100;
  }

  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    color: white;
    vertical-align: middle;
  }

  .header-content div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .header-content img {
    height: 5vw;
  }

  .splash-box {
    position: relative;
    padding-bottom: 25px;
    margin: 0px;
    width: 100%;
    font-family: Helvetica;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: 0 -500px fixed;
    -webkit-box-shadow: inset 0px 11px 13px -10px #334;
            box-shadow: inset 0px 11px 13px -10px #334;
  }

  .splash-box-inner {
    width: 80%;
    color: white;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
  }

  .splash-box-inner div {
    margin: 0 auto;
    width: 100%;
    padding-top: 3vw;
  }

  .splash-box-inner div:nth-child(1) {
    font-size: 46px;
    font-weight: bold;
  }

  .splash-box-inner div:nth-child(2) {
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    padding-top: 3vw;
    line-height: 155%;
    opacity: 0.85;
  }

  .splash-box-inner div:nth-child(3) {
    margin: 0 auto;
    width: 100%;
    padding-top: 3vw;
  }


  .splash-btn {
    color: white;
    font-size: 20px;
    font-weight: bold;
    border: 0px;
    border-radius: 3px;
    padding: 15px;
  }

  .info-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .info-panel-container{
    width:80%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    padding: 30px 0px;
  }

  .info-panel:nth-child(even) {
    background-color: #F7F7F7;
  }

  .info-panel-icon {
    margin: 30px auto;
    text-align: center;
    padding-right: 4vw;
  }

  .info-panel-icon img {
    width: 6vw;
    min-width: 60px;
  }

  .info-panel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: inline-block;
    margin: 20px 0px;
  }

  .info-panel-content div:nth-child(1) {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
  }

  .info-panel-content div:nth-child(2) {
    font-size: 18px;
    line-height: 155%;
  }

  .info-panel-content div:nth-child(3) {
    padding-top: 20px;
    vertical-align: middle;
  }

  .info-panel-content div:nth-child(4) {
    padding-top: 1.5vw;
    vertical-align: middle;
    color: #CCC;
    font-style: italic;
    font-weight: bold;
  }

  .go-mlp-uri {
    height: 3vw;
    width: 30vw;
    border: 0px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
  }

  .go-mlp-uri::-webkit-input-placeholder {
    font-family: sans-serif;
    font-size: 18px;
    padding-left: 15px;
    font-weight: bold;
  }

  .go-mlp-uri:-ms-input-placeholder {
    font-family: sans-serif;
    font-size: 18px;
    padding-left: 15px;
    font-weight: bold;
  }

  .go-mlp-uri::placeholder {
    font-family: sans-serif;
    font-size: 18px;
    padding-left: 15px;
    font-weight: bold;
  }

  .go-mlp-uri-btn {
    position: relative;
    right: 3px;
    height: 3vw;
    width: 3.8vw;
    background-color: #009FE3;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 0px;
    padding-left: 3px;
  }

  .mlp-error-queue-box {
    position: fixed;
    top: 20px;
    right: 20px;
    text-align: left;
    z-index: 999999;
  }

  .mlp-error-queue-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    border: 1px solid;
    border-radius: 5px;
    border-color: #ef9a9a;
    font-weight: bold;
    background-color: #ffcdd2;
    padding: 15px;
    min-width: 500px;
    min-height: 24px;
    margin-top: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
            box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }

  .mlp-error-queue-item-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    line-height: 29px;
  }

  .mlp-error-queue-item-dismiss {
    width: 20px;
    font-size: 24px;
    color: #222;
    vertical-align: middle;
    padding-left: 10px;
    cursor: pointer;
  }

  .demo-dialog-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999999;
    vertical-align: middle;
  }

  .demo-dialog-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    top: 20%;
    width: 50%;
    background-color: white;
    text-align: center;
    padding: 1vw;
  }

  .demo-dialog-box div:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
  }

  .demo-dialog-box div:nth-child(2) {
    font-size: 16px;
    margin: 10px 0px;
  }

  .no-channels-in-config-msg {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
    line-height: 5vw;
  }
