td {
    padding: 5px;
}

.textunderline {
    text-decoration: underline;
}

/* Accessibility helpers */
.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  background: #000;
  color: #fff;
  padding: 5px;
}
.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #ffffff;
    color: #000000;
    padding: 8px 14px;
    font-weight: bold;
    border: 2px solid #000000;
    z-index: 10000;
    text-decoration: none;
}

.skip-link:focus {
    top: 10px;
}

.textunderline {
    text-decoration: underline;
}	

/* Day Mode Help Page */
body.help-page {
    background-color: #FFFFFF;
    font-family: Arial;
}

.help-content {
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
    border-radius: 4px;
}

.help-title {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0;
}

.help-warning {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.help-list {
    margin-left: 20px;
}

.help-close {
    text-align: center;
    margin-top: 25px;
}

.help-footer {
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 8px;
}
