body {
  font-family: "Roboto", sans-serif;
  
  line-height: 22px;
  background-color: #000;
  padding: 0;
}

p {
  margin: 0 0 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  font-weight: bold;
}
ul {
  padding-left: 20px;
}
img {
  width: 100%;
}

table {
  margin: 0 0 12px;
  width: 100%;
}
th {
  text-align: left;
}

a:hover {
  text-decoration: none;
}

.section
{
  /*max-width: 640px;*/
	/*margin: 30px auto;*/
  margin-bottom: 30px;
}

/*.section img {
  margin: 10px 0px 20px;
}*/

/*@media (max-width:400px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}*/

.hr-nav {
  margin-bottom: 0;
  border: 0;
  background-color: #222;
}

.hr-nav .navbar-header {
  min-height: 62px;
}

.hr-nav .nav > li > a {
  padding: 20px 25px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: background-color 0.2s ease-in-out;
     -moz-transition: background-color 0.2s ease-in-out;
       -o-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;

}
.hr-nav .nav > li > a:hover {
  background-color: #ccc;
  -webkit-transition: background-color 0.2s ease-in-out;
     -moz-transition: background-color 0.2s ease-in-out;
       -o-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}


.hr-nav .nav .active > a, 
.hr-nav .nav .active > a:hover, 
.hr-nav .nav .active > a:focus {
  background-color: #ccc;
}
.hr-nav .navbar-brand {
  padding: 20px 20px 20px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
}
.hr-nav .navbar-toggle {
  margin-top: 14px;
  border:none;
}
.hr-nav .navbar-toggle .icon-bar{
  background-color: #fff;
}
/*
.navbar-inverse .navbar-inner {
  border: none;
}

.navbar-fixed-top .navbar-inner, 
.navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
  
.navbar-fixed-top, .navbar-fixed-bottom {
	-webkit-transform: translateZ(0);
	margin:0;
}

.nav-tabs .active a {
  background-color: #ccc;
}

.nav-tabs a {
  color: #fff;
}*/

/*.content {
  position: relative;
  top: -75px;
}*/

.scores {
  text-align: center;
  margin-top: 40px;
}

.neg {color: #CC3333;}
.pos {color: #33CC33;}

footer {
  text-align: right;
  padding: 20px;
  color: #ccc;
}

#rain {
  	position: fixed;
    z-index: -1;
}

.rain-container {
    /*max-width: 800px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bg {
	position: relative;
	width: 100%;
	z-index: -10;
}
.box {
	background-color: #ddd;
	color: #666;
	padding: 22px 32px 20px 32px;
	/*font-size: 16px;*/
	line-height: 1.6;
}
.box p {
	font-style: italic;
  font-family: "Roboto", sans-serif;
}

.box h4, .box h5 {
  padding-bottom: 3px;
  border-bottom: 2px solid #666;
}


#signupbox {
	text-align: center;
}

#mc_embed_signup{
	clear:left; 
	font:14px Helvetica,Arial,sans-serif; 
	color: #000; 
	width:350px
	text-align:center;
}
#mc_embed_signup form {
	text-align: center;
}
#mc_embed_signup input.email {
	margin: 0 auto 10px;
	width: 200px;
}
#mc_embed_signup input.button {
	margin: 0 auto;
	width: 200px;

}

.fb-like {
  overflow: hidden;
  width: 50px;
  height: 20px;
}

#socialpages{
    height: 24px;
}
#socialpages a{
    float: left;
    overflow: hidden;
}
#socialpages li.steam a {
    background: url("assets/iconsteam.png") no-repeat;
    width: 36px;
    height: 20px;
}
#socialpages li.facebook a {
    background: url("assets/iconfacebook.png") no-repeat;
    width: 24px;
    height: 23px;
}
#socialpages li.twitter a {
    background: url("assets/icontwitter.png") no-repeat;
    width: 27px;
    height: 21px;
}
#socialpages li.youtube a {
    background: url("assets/iconyoutube.png") no-repeat;
    width: 22px;
    height: 25px;
    margin-top: -2px;
}
#socialpages li.desura a {
    width: 30px;
    height: 23px;
    background: url("assets/icondesura.png") no-repeat;
}

#socialpages li.steam a:hover {
    background-position: 0px -20px;
}
#socialpages li.facebook a:hover {
    background-position: 0px -23px;
}
#socialpages li.twitter a:hover {
    background-position: 0px -21px;
}
#socialpages li.youtube a:hover {
    background-position: 0px -25px;
}
#socialpages li.desura a:hover {
    background-position: 0px -23px;
}
#socialpages ul li{
    display: inline;
    float:left;
    margin: 0 20px 0 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rt { width: 100%; font-size: 0.8em;/*12*/ /*15*/ border-collapse: collapse; border-spacing: 0; }

.rt th,
.rt td { margin: 0; padding: 0.4166em;/*10*/ vertical-align: top;}
/*.rt th { text-align: left; background: #fff2b2; }*/

@media only screen and (max-width: 400px) { /*640*/

    .rt { display: block; position: relative; width: 100%; }
    .rt thead { display: block; float: left; }
    .rt tbody { display: block; position: relative; overflow-x: auto; white-space: nowrap; }
    .rt thead tr { display: block; }
    .rt th { display: block; }
    .rt tbody tr { display: inline-block; vertical-align: top; }
    .rt td { display: block; min-height: 1.25em; }

    .rt th { border-bottom: 0; }
    .rt td { border-left: 0; border-right: 0; border-bottom: 0; }
    /*.rt tbody tr { border-right: 1px solid #babcbf; }*/
    /*.rt th:last-child,*/
    /*.rt td:last-child { border-bottom: 1px solid #babcbf; }*/
}

.guide {
  margin-top: 30px;
}
.guide-icon {
  margin: 0 0 12px;
}

#hr-sidebar {
  padding: 20px;
}
#hr-sidebar a{
  padding: 2px 15px;
}
#hr-sidebar li > a{
  font-weight: bold;
}
#hr-sidebar ul > li > ul {
  margin-left: 20px;
}
#hr-sidebar ul > li > ul > li > ul {
  margin-left: 20px;
}
.affix {
  top:0;
}
