@font-face {
  font-family: "Gothamy";
  src: local('Gotham Medium'), local('Gotham-Medium');
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "Gothamy";
  src: local('Gotham Bold'), local('Gotham-Bold');
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
#video_background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
body {
  background-color: #999;
}

.well, .well2 {
  border-radius: 1px;
  margin-left: -20px;
  background-color: #FFF;
  font-family: Gothamy, Gotham-Medium, Arial, sans-serif;
  opacity: 0.7;
  font-size: 15px;
  padding: 15px 15px 15px 15px;
  width: 80px;
  height: 250px;
}
.well2 {
  text-align: left;
  line-height: 20px;
  width: 120px;
}
.rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3); 
}
.criterion {
  width: 255px;
  margin-top: 117px;
  margin-left: -50px;
}

.logo {
  position: fixed;
  top: 40px;
  left: 40px;
  padding: 0px;
}
.span1 {
  position: fixed;
  top: 220px;
  left: 0;
  min-height: 1px;
  margin-left: 10px;
}
.span1 + .span1 {
  left: 115px;
}
a {
  color: #333;
  font-family: Gothamy, Gotham-Medium, Arial, sans-serif;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
a:visited {
  font-family: Gothamy, Gotham-Medium, Arial, sans-serif;
}

.content {
  padding: 15px;
  margin-top: 50px;
  text-align: center;
  position: fixed;
  left: 290px;
  min-height: 450px;
  max-height: 75%;
  overflow: auto;
  width: 800px;
  background-color: rgba(255,255,255,0.85);
  font-family: Gothamy, Gotham-Medium, Arial, sans-serif;
}
.dead {
  font-family: Gothamy, Gotham-Medium, Arial, sans-serif;
}
.alive {
  font-weight: bold;
}
img {
  padding: 20px;
}
/*
#photo-frame {
  padding: 15px;
  margin-top: 50px;
  text-align: center;
  position: fixed;
  height: auto;
  width: auto;
  background-color: rgba(255,255,255,0.85);
}
*/
