/*body {
  box-sizing: border-box;
  padding-top: 80px;
  padding-left: 250px;
}*/

.content {
  position: absolute;
  padding: 20px 35px 0 35px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 270px;
  overflow: auto;
}

article {
  max-width: 70%;
}

h1 > a,
h4 > a{
  color: #52585D;
}

h1 > a:hover,
h4 > a:hover {
  color: #52585D;
}

a {
  color: #BE0000;
}
a:hover {
  text-decoration: none;
}

li.little a {
  font-size: 85%;
}

li.little {
  margin: 8px 0;
}

p {
  color: #52585D;
}

p.correct,
p.wrong,
p.base {
  margin: 0;
  color: white;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
}

p.correct {
  background: #00a20f;
}

p.wrong {
  background: #C20101;
}

p.base {
  background: #DDD;
  color: #777;
}

pre {
  border: 1px solid #DDDDDD;
  border-top: none;
  border-radius: 0;
  background-color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white !important;  /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white !important; /*BACKGROUND color for active*/
  background-color: #030033;
}

.navbar-default {
  background-color: #D73333;
  border-color: #030033;
  border: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: white !important;
  text-decoration: none;
  background-color: #66CCFF;  /*change color of links in drop down here*/
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: silver; /*Change rollover cell color here*/
}


.navbar-default .navbar-nav > li > a {
  color: white !important; /*Change active text color here*/
}

.navbar-default .navbar-brand {
  color: white;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: white;
}

.navbar-fixed-top {
  border-width: 0;
}

header.heading {
  padding: 10px;
  background: #f4f4f4;
  background: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#e8e8e8));
  background: -moz-linear-gradient(top,#f4f4f4,#e8e8e8);
  background: linear-gradient(top,#f4f4f4,#e8e8e8);
  border-bottom: 1px solid #d1d1d1;text-align:center;
}

header.heading h2 {
  line-height: 35px;
  font-size: 30px;
}

#header h1 {
  border-top: 1px solid #d73333;
  border-bottom: 1px solid #;
  background: #d73333;
  background: -webkit-gradient(linear,left top,left bottom,from(#d73333),to(#d73333));
  background: -moz-linear-gradient(top,#d73333,#d73333);
  background: linear-gradient(top,#d73333,#d73333);
  color: #fff;
  text-shadow: 0 -1px #000;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 41px;
  margin: 0;
  font-size: 22px;
  text-align: left;
}

#header h1 span {
  font-size: 14px;
}

#header h1 a {
  color: inherit;
  text-shadow: 0 1px 0 #888;
}

#header ul.langs {
  float: right;
  overflow: hidden;
  padding-top: 10px;
}

#header ul.langs li {
  float: left;
  display: inline-block;
  padding: 0 5px;
  color: #808080;
}

#header h4 {
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.40);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.40);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.40);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.40);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.40);
  background: #f4f4f4;
  background: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#dcdcdc));
  background: -moz-linear-gradient(top,#f4f4f4,#dcdcdc);
  background: linear-gradient(top,#f4f4f4,#dcdcdc);
  padding: 0 0 0 41px;
  margin: 0;
  text-align: left;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #c7c7c7;
}

#header h4 .breadcrumbs {
  margin-left: 118px;
}

#header h4 .breadcrumbs span {
  margin: 0px 6px;
}

#header {
  top: 0;
  left: 0;
  position: fixed !important;
  width: 100%;
  z-index: 10000;
}

#site {
  /*padding-top: 500px;*/
}
