html,
body {
  background-color: #333;
}

a,
a:focus,
a:hover {
  color: #fff;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.footer {
    background-color: #333;
    color: rgba(255, 255, 255, .5);
    border-top: 2px solid #fff;
}


.table {
    text-align: center;
}
.table td {
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
}
.table td.wrap {
    white-space: normal !important;
}
.table td strong {
    display: inline-block;
    border-bottom: 1px solid #c0c0c0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

