
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  COLOR: #000000;
  FONT-SIZE: 12px;
  BACKGROUND-COLOR: #e6e6e6;
  MARGIN: 0;
}

.table-responsive {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}
TD {
    COLOR: #000000;
    FONT-SIZE: 12px;
}

TH {
    COLOR: #000000;
    FONT-SIZE: 12px;
}

.white12 {
    LINE-HEIGHT: 22px;
    COLOR: #333333;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
    font-weight: normal;
}

.tableb {
    BORDER-BOTTOM: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    BACKGROUND-COLOR: #ffffff;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-RIGHT: #cccccc 1px solid;
    padding: 10px;
}

.white14b {
    LINE-HEIGHT: 40px;
    COLOR: #ffffff;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}

.container {
    margin: 0 auto;
}

@media (min-width:600px) {
    .container {
        width: 600px;
    }
}

.content {
    margin-top: 30px;
    border: #e3e3e3 1px solid;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.content .box {
    background-color: #0E5F59;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    box-sizing: border-box;
}

.content .box p {
    line-height: 34px;
}

.table {
    BORDER-BOTTOM: #e3e3e3 1px solid;
    BORDER-LEFT: #e3e3e3 1px solid;
    BORDER-TOP: #e3e3e3 1px solid;
    BORDER-RIGHT: #e3e3e3 1px solid;
}

.ts {
    MARGIN: 20px;
}