a {
  text-decoration: none;
  border-bottom: 1px solid #000099;
}

input {
  font-family: inherit;
  font-size: inherit;
}

label {
  font-weight: normal;
}

.skiplink {
  position: absolute;
  left: -9999em;
}

.bare_list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.off {
  display: none;
}

#footer {
  text-align: center;
  margin-bottom: 10px;
}

#message em {
  font-style: normal;
  font-weight: bold;
}

.season_weeks {
  margin: 0 0 1.5em 1.5em;
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}

.season_weeks li {
  line-height: 1.5;
}

#questions {
  list-style-type: none;
  margin-left: 0; 
  margin-right: 0;
}

#questions > li {
  padding-bottom: 1.5em;
}
.question > span, .answer > span {
  float: left;
  width: 20px;
  margin: 0 10px;
  font-size: 2em;
}

.question, .answer, .answer + p {
  clear: left;
}

.link_plain {
  font-weight: normal;
  border-bottom: 0;
  color: #000000;  
}

