body {
  background-color:#f9f9f9;
}

.container {
  width:1200px;
  max-width: none;
}

.layout-content .content-area {
  border:1px solid #e0e0e0;
  background-color:#fff;
  padding:2.5rem;
  border-radius:2px;
}

.layout-header {
  margin-bottom:3.5rem;
}

.sidenav {
  text-align: right;
  position:relative;
}
.sidenav h6 {
  padding:0 10px;
  font-size:18px;
  /*margin-bottom: .5rem;*/
}
.sidenav a {
  display:block;
  color:#aaa;
  padding:2px 10px 0px;
}
.sidenav a.active {
  color:#333;
  background-color:#ededed;
}

h1, h2, h3, h4, h5, h6 {
  margin-top:2.5rem;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top:0px;
}
p, ul, ul.styled, pre, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}
p:last-child, ul:last-child, pre:last-child {
  margin-bottom:0px;
}

hr {
  width:-moz-calc(100% + 5rem);
  width:-ms-calc(100% + 5rem);
  width:-webkit-calc(100% + 5rem);
  width:calc(100% + 5rem);
  height:1px;
  background-color:#e0e0e0;
  margin:2.5rem 0 2.5rem -2.5rem;
}


#redirect_bar_APIv1 {
  color: white;
  background: #e74c3c;
  padding: 10px;
  text-align: center;
  text-shadow: rgba(0,0,0,.1);
}

#redirect_bar_APIv1 a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
