@media (min-width:786px) {
  .jumbotron {
    margin: 0px 150px 0px;
  }

}

@media (max-width:600px) {
  .jumbotron {
    background-color: #fff !important;
    margin-top: 24px;
    padding-top: 180px !important;
  }

}

.jumbotron {
  background-color: #fff !important;
  margin-top: 24px;
  padding-top: 85px;
}

.jumbotroncontainer {
  border-bottom: solid black 1px;
  margin-bottom: 25px;
}

body {
  padding-bottom: 100px;
}

.container {
  font-size: .95em;
}

.nav-pills > li > a {
  padding: 3px;
  margin: 3px;
  background-color: #dddddd
}

.nav-pills > li > a:hover {
  background-color: #ffffff
}

.hidden {
  display: none !important;
}

p {
  margin-bottom: 0.3rem;
}

button {
  margin-top: 10px;
}

.navbar-brand {

  /*opacity: 0.5;*/
}

.alert h5 {
  font-size: 1.1em;
}

.radio input {
  margin-right: 10px;
}

.browser_msg {
  color: #337ab7 !important;
  padding-top: 5px;
  margin-top: 8px
}

/*.jumbotron-heading {
font-weight: 500;
font-size: 2.2rem !important;
}*/
input[type="radio"], input[type="checkbox"] {
  margin-right: 5px !important;
}

.opt_cifr {
  margin-bottom: 15px;
}

input[type=file] {
  margin-bottom: 12px;
}

#more_less_btn {
  font-size: 1.4rem;
  display: none;
  margin-bottom: 10px;
  padding: 4px;
}

.jumbotron-heading {
  font-size: 40px;
  font-weight: 300;
}

.jumbotroncontainer {
  border-bottom-color: #CCCCCC;
}

#more_text, #more_text2 {
  color: blue;
  cursor: pointer;
}

#more, #more2 {
  display: none;
}

.blubar {
/*    height: 45px;*/
    color: white;
    background-color: #005582;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 1.1em;

}

.citation_div {
  display: none;
}