body {
  background-color: #000000
}
p {
  font-family: Verdana, Geneva, sans-serif;
  color: white;
}

a {
  color: lightgray;
}

form {
  float: left;
  padding: 0px 4px 0px 0px;
}

.alignleft {
  float: left;
  width:33.33333%;
  text-align:left;
}
.aligncenter {
  float: left;
  width:33.33333%;
  text-align:center;
}
.alignright {
  float: left;
  width:33.33333%;
  text-align:right;
}​

.warn {
  color: red;
  font-weight: bold;
}

.reload {
  color: #FFFFFF; 
  text-decoration: none; 
  font-size: 120%;
}

/* Container holding the image and the text */
.btn {
  position: relative;
  color: white;
  width: 120px;
  height: 80px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 8pt;
  padding: 0px;
  background: black;
  border-radius: 5px;
  border: 1px;
}

.btn-img {
  font-size: 8pt;
  padding: 0px;
  border-radius: 4px;
  width: 120px;
  height: 80px;
}

.birdname {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  text-shadow: 0px 0px 3px #000000;
}

.checked-img {
  opacity: 0.4;
}

/* Centered text */
.checkmark {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold; font-size: 500%;
}

.lastSeenDays {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 100%;
  text-shadow: 0px 0px 3px #000000;
}

.seenInWeek {
  position: absolute;
  top: 2px;
  right: 6px;
  font-weight: bold; font-size: 120%;
  text-shadow: 0px 0px 3px #000000;
}

.smalllist {
  font-size: 75%;
}