body {
  height: 100%;
  padding-top: 30px;
  background-color: rgb(229 229 229);
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

#page {
  padding-top: 50px;
}

.error {
  height: auto !important;
}

.navbar-inverse .navbar-inner {
  background-color: #2c3e50;
  background-image: none !important;
}

.navbar .nav > li > a:hover {
  color: white;
  text-decoration: underline;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

fieldset hr {
  color: #2c3e50;
  border-top: 1px solid #2c3e50;
  /* border-bottom: 1px solid #2c3e50; */
  border-bottom: none;
}

hr {
  border-color: #2c4e50;
}

.breadcrumb {
  background-color: #2c3e50;
}

@media (max-width: 768px) {
  #menu_span {
    display: none;
  }

  #content_span {
    width: 1170px;
  }
}
