.db {
  margin: auto;
  width: 100%;
}

.db a {
  color: #0053f9;
  text-decoration: none;
}

.db a:hover {
  text-decoration: underline;
}

.dc {
  float: left;
  width: 100%;
}

.dh {
  background-color: #bbdefb;
  float: left;
  height: 48px;
  width: 100%;
}

.dn {
  float: left;
  text-align: center;
  width: 100%;
}

.dn a {
  background-color: #bdbdbd;
  border-radius: 11px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: center;
  width: 30%;
}

.dn a:hover {
  background-color: #bbdefb;
  color: #ffffff;
  text-decoration: none;
}

.ds {
  background-color: #bbdefb;
  float: left;
  height: 48px;
  width: 100%;
}

.im {
  height: auto;
  max-width: 100%;
}

.it {
  width: 60%;
}

.pc {
  color: #616161;
  text-align: justify;
}

.pf {
  background-color: #bbdefb;
  font-size: 0.875em;
  text-align: center;
}

.ph {
  font-size: 1.75em;
  font-weight: bold;
  margin: 6px 0px 0px 0px;
  text-align: center;
}

.pn {
  margin: auto;
}

.ps {
  margin: 12px 0px 0px 0px;
  text-align: center;
}

.pt {
  color: #d32f2f;
  font-weight: bold;
}

.tb {
  width: 100%;
}

.td {
  font-size: 1.125em;
  vertical-align: top;
}

.ts {
  width: 20%;
}

.ty {
  font-size: 0.875em;
  vertical-align: top;
  width: 8%;
}

@media (min-width: 970px) {
  .db {
    width: 970px;
  }
}

@media (orientation:landscape) {
  .dh {
    float: right;
    width: 50%;
  }
  .ds {
    width: 50%;
  }
}
