/* universal */
body {
  background-color: #1c1c1c;
  min-height: 1070px;
  color: #BABABA;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
body > img {
  display: none;
}
a,
a:visited {
  font-weight: 300;
  text-decoration: none;
  color: #59b4de;
  outline: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
a img,
a:visited img {
  border: 0;
}
p {
  margin-bottom: 1em;
}
p strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d1edf8;
}
h1,
h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 300;
}
h2 {
  font-size: 30px;
  font-weight: 600;
}
h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 300;
}
h3 small {
  font-size: .5em;
  line-height: 1.8em;
}
h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
h4 a,
h4 a:link,
h4 a:visited {
  font-weight: 600;
}
h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
hr {
  height: 1px;
  border: 0;
  background-color: #494949;
  color: #494949;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  clear: both;
}
li.last {
  margin-right: 0;
}
#container {
  display: block;
  width: 960px;
  padding-bottom: 45px;
  margin: 0 auto;
  position: relative;
}
#content-wrapper {
  margin-bottom: 20px;
}
#content-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#modal-container {
  display: none;
}
#debug-console {
  position: fixed;
  top: 60px;
  right: 10px;
  padding: 10px 50px 10px 10px;
  width: 500px;
  height: 300px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  color: #000 !important;
  background: #FFF;
  border: #000 solid 1px;
  z-index: 5000;
}
#debug-console:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#debug-console a#exit {
  position: absolute;
  display: block;
  padding: 2px 5px;
  right: 10px;
  font-weight: bold;
  color: #000 !important;
  border: #000 solid 1px;
}
.learn-more {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.learn-more span {
  text-transform: none;
}
