.displaytable {
  .LcdTxt,
  .dblLcdTxt,
  .rvsLcdTxt,
  .rvsdblLcdTxt,
  .blnk0LcdTxt,
  .blnk0dblLcdTxt,
  .blnk0rvsLcdTxt,
  .blnk0rvsdblLcdTxt,
  .blnk1LcdTxt,
  .blnk1dblLcdTxt,
  .blnk1rvsLcdTxt,
  .blnk1rvsdblLcdTxt,
  .lcd {
    font-family: Courier;
    /*font-size: 28px;*/
    vertical-align: top;
  }

  .lcd {
    background-color: rgb(176, 219, 191);
    color: rgb(98, 132, 196);
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    margin: 0;
    /* BORDER: 5px solid black; */
    border: 5px solid #55b3e5;
  }

  .rvsLcdTxt,
  .rvsdblLcdTxt,
  .blnk0rvsLcdTxt,
  .blnk0rvsdblLcdTxt {
    color: rgb(176, 219, 191);
    background-color: rgb(98, 132, 196);
  }

  .blnk1rvsLcdTxt,
  .blnk1rvsdblLcdTxt {
    color: rgb(98, 132, 196);
    background-color: rgb(98, 132, 196);
  }

  .LcdTxt,
  .dblLcdTxt,
  .blnk0LcdTxt,
  .blnk0dblLcdTxt {
    background-color: rgb(176, 219, 191);
    color: rgb(98, 132, 196);
  }

  .blnk1LcdTxt,
  .blnk1dblLcdTxt {
    background-color: rgb(176, 219, 191);
    color: rgb(176, 219, 191);
  }
  .LcdTxt,
  .blnk0LcdTxt,
  .blnk0rvsLcdTxt,
  .blnk1LcdTxt,
  .blnk1rvsLcdTxt,
  .rvsLcdTxt {
    font-size: 28px;
  }
  .dblLcdTxt,
  .blnk0dblLcdTxt,
  .blnk0rvsdblLcdTxt,
  .blnk1dblLcdTxt,
  .blnk1rvsdblLcdTxt,
  .rvsdblLcdTxt {
    font-size: 40px;
  }

  .btnCold {
    cursor: pointer;
    width: 58px;
    height: 56px;
    font-size: 28px;
    color: #55b3e5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #55b3e5;
    background: #f6f6f6;
    font-weight: 700;
  }
  .btnHot {
    cursor: pointer;
    width: 56px;
    height: 50px;
    color: rgb(98, 132, 196);
    font-size: 28px;
    background-color: rgb(254, 242, 0);
    border: 1px solid rgb(254, 242, 0);
    text-align: center;
    text-decoration: none;
  }
  TD {
    color: black;
  }
  .btn {
    font-size: 28px;
    color: rgb(254, 242, 0);
    text-align: center;
  }
  BODY {
    background-color: rgb(0, 174, 240);
    color: rgb(254, 242, 0);
    font-family: Arial;
    font-size: 20px;
  }
  div.notscanfloater {
    background-color: #fff;
    color: rgb(254, 242, 66);
    font-family: Arial;
    font-size: 20px;
    z-index: 10;
    position: absolute;
    border: 1px solid rgb(254, 242, 0);
    display: none;
    visibility: hidden;
    height: 44px;
    width: 900px;
    left: 120px;
  }

  textarea:focus,
  input:focus {
    color: rgb(254, 242, 0);
  }
  input,
  textarea {
    background-color: rgb(0, 150, 200);
  }

  form {
    display: inline;
    margin: 0;
    padding: 0;
  }

  .ptr {
    cursor: pointer;
  }

  a.tooltip {
    text-decoration: none;
    outline: none;
    font-weight: bold;
    font-size: larger;
  }
  a.tooltip strong {
    line-height: 28px;
  }
  a.tooltip:hover {
    text-decoration: none;
  }
  a.tooltip span {
    z-index: 10;
    display: none;
    padding: 5px 5px;
    margin-top: -10px;
    margin-left: 10px;
    width: 150px;
    line-height: 15px;
  }
  a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #dca;
    background: #fffaf0;
  }
  .callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
  }
  a.bigtooltip {
    text-decoration: none;
    outline: none;
    font-weight: bold;
    font-size: larger;
  }
  a.bigtooltip strong {
    line-height: 30px;
  }
  a.bigtooltip:hover {
    text-decoration: none;
  }
  a.bigtooltip span {
    z-index: 10;
    display: none;
    padding: 5px 5px;
    margin-top: -10px;
    margin-left: 10px;
    width: 300px;
    line-height: 15px;
  }
  a.bigtooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #dca;
    background: #fffaf0;
  }
  .callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
  }

  /*CSS3 extras*/
  a.tooltip span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #ccc;
  }
  a.bigtooltip span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #ccc;
  }

  .keyy td.btn {
    padding: 1px;
  }

  .res-lcd-m .lcd pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
    overflow-y: hidden;
  }
  .res-lcd-m .lcd pre span.ptr {
    line-height: 1;
  }

  td.keyy.res-lcd-n td.btn {
    display: table-cell;
  }

  td.keyy.res-lcd-n .btnCold {
    width: 58px;
    height: 54px;
    line-height: 53px;
    background: #fff;
    font-size: 25px;
  }
  .datetime {
    margin-left: auto;
    text-align: right;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
  }
  .alarmtitle {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.4;
  }
  .alarmtitle strong {
    font-weight: 500;
  }

  @media only screen and (min-width: 320px) and (max-width: 767px) {
    td.keyy.res-lcd-n td.btn {
      display: inline-block;
    }
  }

  @media (max-width: 991px) {
    .alarmtitle {
      font-size: 1.6rem;
    }
  }
  @media (max-width: 991px) {
    .alarmtitle {
      font-size: 1.4rem;
    }
  }
  @media (max-width: 479px) {
    .alarmtitle {
      font-size: 1rem;
    }
  }

  .maintitle {
    font-size: 30px;
    font-weight: 200;
    border: 0;
    line-height: 1.5;
  }
}
