body {
background-color: black;
background-image: none;
}

img {
       ms-interpolation-mode: bicubic;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
}
ul.dropdown-menu{ margin-top: 0; }

.nav { width: 65%; }

table.collapse {
  border-width:3px;
  border-style:solid;
  border-collapse:collapse;
  empty-cells: hide;
  }

table.collapselight {
  border-width:1px;
  border-style:solid;
  border-collapse:collapse;
   empty-cells: hide;
  }

td.collapsetd {
  border-width:2px;
  border-style:solid;
  border-collapse:collapse;
  }

.navbar .brand {
  padding: 3px 15px 3px 15px !important;
}

.navbar .nav > li > a:hover, .navbar .nav > .active > a, .navbar .nav > .active > a:hover {
    border-bottom: 1px solid palegoldenrod;
}

.navbar .btn, .navbar .btn-group {
    margin: 0;
}
.banner {
        /* width: 718px; */
        width: 638px;
        margin-left: 20px;
        float: left;
}

.tagline {
    color: #AAD1EE;
    margin-left: 10px;
}

.maincontainer {
    margin: 5px auto;
    width: 1000px;
    border: 1px solid palegoldenrod;
}

.maincontent {
    width: 950px;
    border: 1px solid #1b1c1e;
    margin: 5px auto 20px auto;
}

.maincontent .features {
     margin: 0;
     width: 50%;
     float: left;
     color: #fff;
}
.maincontent .features h4 {
    color: palegoldenrod;
    text-align: center;
}
.maincontent .features ul {
    list-style: none
}
.maincontent .features ul li {
    margin-bottom: 10px;
}

.maincontent .gamestats {
     margin: 0;
     width: 50%;
     float: left;
     color: #fff;
}
.maincontent .gamestats h4 {
    color: palegoldenrod;
    text-align: center;
}
.maincontent .gamestats ul {
    list-style: none;
}
.maincontent .gamestats ul li {
    margin-bottom: 10px;
}

.maincontent .connect {
    margin: 0;
    float: left;
}

.maincontent .commands {
    margin-left: 10px;
    float: left;
}

a{
color: yellow;
font-weight:normal;
// font-weight:bold;
text-decoration:none;
}

a:hover {
color: yellow;
font-weight:normal;
// font-weight:bold;
text-decoration:underline;
}

h4 {
color: palegoldenrod;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #AAD1EE;
    background-image: none;
    color: #111;

    }

.headerright {
    float: right;
    margin-right: 25px;
    margin-top: 25px;
    padding: 10px;
}

.social img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid palegoldenrod;
    border-radius: 10px 10px 10px 10px;
    margin-right: 10px;
}

.right.carousel-control, .left.carousel-control {
      display: none;
    }

.icon-remove {
  display: none;
}

.popover-medium {
  max-width: 600px;
}



ol.comments, ol.child-comments {
  counter-reset: item;
}
ol.comments li {
  padding: 10px;
  display: block;
}

ol.comments > li:before, ol.comments > li > ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  margin-left: -5%;
  float: left;
  color: palegoldenrod;
}

ol.comments > li:before { margin-left: -30px; }

ol.comments > li {
  border-bottom: 1px solid #333;
  margin-top: 10px;

}

ol.comments > li > ol {
  margin-top: 10px;
  margin-left: 30px;
}

ol.comments .comment {
  margin-top: 5px;
}

.metacolumn { vertical-align: middle !important; text-align: center !important; }
.metacounter {  width: 25px;  display: inline-block; }
.metatags { padding: 0 25px; }

.table-logs > tbody > tr:hover { background-color: #222 }

.greyback {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    background-color: #1b1c1e;
    padding: 10px;
}

//a {
//  color: palegoldenrod !important;
//}
//h4 {
//  color: #A69E46 !important;
//}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #222 !important;
}
//.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
//  background-color: #3B3B74 !important;
//}

//#log_content {
//  width: 100% !important;
//  height: 100% !important;
//}


@media only screen and (max-device-width: 480px) {
 div { 
   font-size: 110%; 
 }
 h1 h2 h3 h4 h5 { 
   font-size: 120%; 
 }
 .navbar-inner {
   font-size: 160%;
   line-height: 160%;
 }
 .dropdown-menu {
   font-size: 180%;
 }
 .dropdown-menu > li {
   padding: 10px;
 }
 //.table-logs {
 //  font-size: 250%;
 //  height: auto;
 //}
 .magewares_feed {
   font-size: 140%;
   line-height: 140%;
 }
}

