body {
	padding-top: 70px;
	padding-bottom: 70px;
}

.navbar-text > a {
  color:inherit;
  text-decoration: none;
}

.navbar-text.navbar-text-thin  {
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar.navbar-thin  {
  min-height: 20px;
  max-height: 20px;
}

.btn-custom { 
  color: #000000; 
  background-color: #D6D6D6; 
  border-color: #8F8F8F; 
  border-radius: 2px;
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #000000; 
  background-color: #B3B3B3; 
  border-color: #8F8F8F; 
} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #D6D6D6; 
  border-color: #8F8F8F; 
} 
 
.btn-custom .badge { 
  color: #D6D6D6; 
  background-color: #000000; 
}

.img-custom {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 1px;
  border: 1px solid #666;
}

.col-max-300 {
  max-width: 300px;
}

.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #666666;
}