body {
  /*font-family: 'Quicksand', sans-serif;*/
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  background-color: #f6f6f6;
}

.content {
  max-width: 950px;
  padding-top: 30px;
  padding-bottom: 30px;
  /*padding-bottom: 100px;*/

  margin: auto;
}

th, td {
  border-bottom: 1px solid #ddd;
  width: 150px;
  text-align:center;

}

.alertsDiv {
  padding-top: 50px;
  padding-bottom: 50px;
  /*height: 500px;*/
}

.alerts {
  font-size: 16px;
  width: 100%;
}

.alerts tr {
  height: 30px;
}

.alerts td {
  border: 0px;
  max-width:100%;
  white-space:nowrap;
}

.alerts tr:hover {
  background-color: #C2DFFF;
}

.alerts th {
  font-weight: bold;
  background: #ccc;
}

.timeTable {
  width: 50%;
}

#eventName {
  color: crimson;
}


.event tr:hover {
  background-color: #C2DFFF;
}

.fermitable tr:hover {
  background-color: #C2DFFF;
}

.help {
  font-size: 14px;
}

td.time {
  border-bottom: 0px;
  text-align:left;
  width: auto;
}

td.narrow {
  width: 100px;
}

tr.contained {
  background-color: aquamarine;
}

table {
  font-size: 13px;
  width: 900px;
}


img {
    max-width: 100%;
    max-height: 100%;
}

.visibility {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
}

.visibility img {
  max-width: 70%;
}

.visibility td, th {
  border: 0px;
}

hr {
  border: 1px solid #cccccc;
}

.skymaps {
  background-color: #fff;
  border: 1px solid #cccccc;

  height: 500px;
  width: 100%;
}

.allsky {
  width: 40%;
  text-align: left;
}

.skymap {
  width: 60%;
}

.skymaps td {
  border: 0px;
}

/* Clear floats after the columns */
.maps:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  color: #cccccc;
  background-color: #333;
  font-size: 15px;
  height: 70px;
  text-align: center;
}

.footer a {
  color: #ffffff
}
