html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1;
}
button,
input,
select,
textarea {
  font-family: sans-serif;
  vertical-align: baseline;
}
textarea,
overflow auto,
vertical-align top,
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}
table th,
table td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a {
  outline: 0;
}
a img {
  border: none;
}
div.header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 21px;
  padding: 5px;
  background-color: #f2f5f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f5f6), color-stop(1, #e5e8e9));
  background-image: -webkit-linear-gradient(top, #f2f5f6 0%, #e5e8e9 100%);
  background-image: -moz-linear-gradient(top, #f2f5f6 0%, #e5e8e9 100%);
  background-image: linear-gradient(top, #f2f5f6 0%, #e5e8e9 100%);
  border-bottom: 1px solid rgba(0,0,0,0.30);
  -webkit-box-shadow: rgba(0,0,0,0.10) 0 2px 2px;
  -moz-box-shadow: rgba(0,0,0,0.10) 0 2px 2px;
  box-shadow: rgba(0,0,0,0.10) 0 2px 2px;
}
a {
  cursor: pointer;
  display: inline-block;
  padding: 4px;
  outline: 0;
  color: #4791d9;
  text-decoration: underline;
  background: transparent;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
a:hover {
  background: #4791d9;
  text-decoration: none;
  color: #fff;
}
body {
  font-family: "Helvetica Neue", Tahoma, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #111;
  background: #fff url("../Images/background.png");
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}
div.content {
  position: relative;
  margin: 355px auto 0;
  z-index: 8;
  width: 95%;
}
div.content > div {
  width: 29%;
  margin: 2%;
  float: left;
}
div.content > div > span {
  float: right;
}
div.content > div > h1 {
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #4791d9;
}
div.message {
  position: absolute;
  z-index: 20;
  top: 30%;
  left: 34%;
  width: 30%;
  padding: 2%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1.3em;
  color: #fff;
  background: rgba(0,0,0,0.70);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-box-shadow: rgba(0,0,0,0.60) 0 0 40px;
  -moz-box-shadow: rgba(0,0,0,0.60) 0 0 40px;
  box-shadow: rgba(0,0,0,0.60) 0 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.message > h1 {
  margin: 0.2em 0 0.5em 0;
}
div.message > div:last-child {
  margin-top: 1.3em;
}
div.message.active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
h1 {
  font-family: "Helvetica Neue", Tahoma, sans-serif;
  font-weight: 400;
  font-size: 3em;
  margin: 0.25em 0.5em;
  color: #4791d9;
  text-shadow: rgba(255,255,255,0.50) 1px 1px 1px;
  letter-spacing: 2px;
}
h2,
h3 {
  font-family: "Helvetica Neue", Tahoma, sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  color: #4791d9;
  margin: 0 0.25em;
}
h2 small,
h3 small {
  color: #666;
  font-size: 0.7em;
  padding-left: 5px;
}

