#pageArea #pageDec a{color: #f04444;}
.letters-btn {
    line-height: 40px;
    background-color: #f0f6fc;
    border: 1px #bde solid;
    color: #2980b9;
    display: block;
    width: 120px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}
.list-table {
      width: 100%;
      border-top: 1px #bde solid;
      margin-bottom: 20px;
    }

.list-table thead th {
      background-color: #f0f6fc;
      border-bottom: 1px #bde solid;
      color: #2980b9;
      font-weight: bold;
    }

    .list-table th,
    .list-table td {
      border-bottom: 1px #d2d2d2 dotted;
      padding: 5px 10px;
      line-height: 24px;
      text-align: center;
      font-size: 16px;
    }

    .list-table td p {
      text-align: left;
      text-indent: 10px;
    }