/* CSS Document */
.red {
  color: #c00;
}

.bg-purple {
  background-color: #dcdaef;
}

.square {
  list-style-type: square;
}

.abs0 {
  position: absolute;
  top: 0;
  left: 0;
}

.pdg-l30 {
  position: relative;
  padding-left: 30px;
}

.w838 {
  width: 838px !important;
}

.w840 {
  width: 840px !important;
}

@media screen and (max-width: 768px) {
  .scroll-box table.w838 th, .scroll-box table.w838 td {
    white-space: nowrap;
  }
}