  body {
    background-color: navy;
  }

  button {
    margin-bottom: 2px;
    vertical-align: middle;
    font-weight: bold;
  }

  input {
    text-transform: uppercase;
  }

  select {
    text-align: left !important;
  }

  a.button {
    font-weight: bold;
  }

  label {
    font-weight: bold;
  }

  .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
  }

  .columns {
    min-height: 1px;
  }

  .service:nth-child(odd) {
    background-color: #00008E;
  }

  .cps {
    border-bottom: 1px solid #33F;
  }
  .cpsb {
    padding: 5px !important;
  }

  .lr {
    font-family: consolas,monospace;
    background-color: black;
    padding:3px;
  }

  .nre_img {
    background-color: white;
    padding: 10px !important;
    height: 50px !important;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .padding1 {
    padding: 10px 0 10px 0;
  }

  .padding2 {
    padding: 5px 0 5px 0;
  }

  .color1 {
    color: white;
  }

  .color2 {
    color: yellow;
  }

  .color3 {
    color: #00EE66;
  }

  .color4 {
    color: #aaa;
  }

  .bgcolor1 {
    background-color: #00009E;
  }

  .style0 {
    font-weight: normal;
  }

  .style1 {
    font-weight: bold;
  }

  .alignC {
    text-align: center;
  }

  .alignR {
    text-align: right;
  }

  .font2 {
    font-family: courier;
  }

  .html-nobr {
    white-space: nowrap;
  }

  .html-s {
    text-decoration: line-through;
  }

  .html-u {
    text-decoration: underline;
  }

  .html-i {
    font-style: italic;
  }

  .rtl {
    direction: rtl;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .controls_panel {
    background-color: white;
    border-radius: 3px;
    padding: 10px;
  }

  .controls_panel button {
    width: 100%;
  }

  /* small */
  @media only screen {

    .size1 {
      font-size: x-large;
    }

    .size2 {
      font-size: small;
    }

    .size3 {
      font-size: small;
    }

    .size4 {
      font-size: small;
    }

    .size5 {

    }

    .size6 {

    }

    .size7 {

    }

    .small-hidden {
      display: none;
    }

  }

  /* medium @ 641px */
  @media only screen and (min-width:40.063em) {

    .size1 {

    }

    .size2 {

    }

    .size3 {
      font-size: 95%;
    }

    .size4 {
      font-size: 100%;
    }

    .size5 {

    }

    .size6 {

    }

    .size7 {

    }

    .small-hidden {
      display: inline;
    }

    .float-right-medium-up {
      float: right;
    }

  }

  /* large @ 1025px */
  @media only screen and (min-width:64.063em) {

    .size1 {

    }

    .size2 {

    }

    .size3 {

    }

    .size4 {

    }

    .size5 {

    }

    .size6 {

    }

    .float-right-large-up {
      float: right;
    }

    .large-hidden {
      display: none;
    }

  }

  /* x-large @ 1441px */
  @media only screen and (min-width:90.063em) {

    .size1 {

    }

    .size2 {

    }

    .size3 {

    }

    .size4 {

    }

    .size5 {

    }

    .size6 {

    }

  }
