/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: Montserrat,"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 28px;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.gr_header {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #fff;
  
  text-align:center;
}

.gr_header img {
  max-width: 100%;
}

.gs {
  border: 1px solid black;
  padding: 2px 8px;
  background-color: #44673d;
  color: #ffffff;
  font-weight:bold;

  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}
/* , input.hover[type="submit"] { */
.gs:hover {
  border: 1px solid black;
  padding: 2px 8px;
  cursor:pointer;
  background-color: #f5f583;
  color: #000000;
}

.left-content {
  padding: 0;
  margin:0;
}

.navbar-brand {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400
}

h2 {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400
}
.navbar-gr {
  background-color: #44673d;
  font-weight: bold;
  
}
a.navbar-brand {
  color: #fff;
  font-weight: bold;
}
.navbar-nav > li > a {
  color: #fff;
}
.navbar-nav > li > a:hover {
  background-color: #aaa;
}

.pretty-box {
  width:100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #000000;
  background-color: #fefefe;
}
.pretty-box td {
  padding: 10px;
}
.pretty-box li {
  list-style-type:circle;
  margin-left:20px;
}
.pretty-box caption {
  border: 1px solid #000000;
  border-bottom: 0;
  background-color: #eeeeee;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  padding: 5px;
}
