html, body {
  height: 100%;

}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
  height: 70px; /* .push must be the same height as .footer */
}

pre {border-radius: 0;}

/* layout */
.container-body {
  margin-top: 100px;
}

#content {
  margin: 0 -20 0 20px;
}
#comments-column {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding:10px;
  height: 100%;
}
/* done layout */

/* Global styles */
h1, h2, h3, h4, h5, h6 {
  color: #e95c41;
  font-family: 'Varela', sans-serif; 
}



#credit {
  font-size: 12px;
}
/* Done global styles */

/* Utility styles */
.less, .more {
  color: #666;
  font-weight: bold;
  font-style: normal;
  cursor: hand; cursor: pointer;
}

.help-block-full {
  display: none;
  font-style: normal;
  color: #444;
}

/* Done utility styles */

/* homepage */
h1.jumbo {
  font-size: 72px;
  line-height: 72px;
  text-align: center;
}
.intro {
  text-align: center;
  margin-bottom: 20px;
}
.terms-of-use {
  line-height: 9px; margin: 0 0 20px 25px;
}

/* end homepage */
@media only screen and (max-device-width: 1000px) {
  .addthis_toolbox {
    
  }
}

.plan ul {
  /*list-style-type: none;*/
  text-align: left;
}
.removal-preview {
  text-align: left;
  padding-top: 20px;
}
/* done pricing */

/* style page */
pre.prettyprint {
  position: relative;
}
.preview-css {
  position:absolute;
  top:5px;
  right:5px;
}
/* done style page */



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.tabs li {
  float: left;
  list-style: none;
}
.tabs {padding: 0; margin: 0;}
.nav i {
  font-size: 20px;
}
/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
     -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
          box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  /*background-image: url('/static/images/hcb.png');
  padding: 40px 80px 40px;*/
  font-size: 50px;
  line-height: 50px;
  margin: 0 20px 0 20px;
  color: #444;
  text-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 15px 20px;
  margin: 14px 0;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px;
}
/* done with navbar*/

#HCB_comment_box h3 {
  font-size: 18px;
  line-height: 18px;
}

.resources h6 {
  color: #999;
  font-weight: normal;
}
.resources a {
  color: #888;
}
.sidebar {
  font-size: 11px;
  color: #999;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav  li a {
  display: block;
  width: 120px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav li:first-child a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav li:last-child a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav .active a {

  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav li a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../images/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
  left: 80px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}


.subnav {
    top: 40px;
    z-index: 1020; // make z-index smaller than .mainnav
}

#delete-account-btn {
  font-size: small;
}

.text-align-right {
  text-align: right;
  justify-content: right;
  align-items: flex-end;
}

.control-label {
  font-weight: bold;
}