.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  padding: 0;
}

#content {
  width: 100%;
  padding: 0;
}

.navbar-default .navbar-brand {    
    font-size: 30px;
    line-height: 30px;
    color: #02918d;    
    font-weight: bold;
    font-family: cursive;
}

.body {
  margin-top: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.navbar-default .navbar-nav > li > a:focus {
   background: #edecec;
   color: #02918d;
}

.navbar {    
    margin-bottom: 0;
}

.header, .navbar{
  border: none;
}

.panel-title > a,
.panel-title {
    font-weight: bold;
    color: #129894;
}

.price-search .panel-title{
  text-transform: uppercase;
}

.right-sidebar .row{
  margin-bottom: 10px;
}
.btn-danger {  
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: -moz-linear-gradient(top, #b42121, #5e1111);
  background-image: -ms-linear-gradient(top, #b42121, #5e1111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
  background-image: -o-linear-gradient(top, #b42121, #5e1111);
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-success {  
  background-color: hsl(145, 62%, 68%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cdf3dd", endColorstr="#7adfa4");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#cdf3dd), to(#7adfa4));
  background-image: -moz-linear-gradient(top, #cdf3dd, #7adfa4);
  background-image: -ms-linear-gradient(top, #cdf3dd, #7adfa4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdf3dd), color-stop(100%, #7adfa4));
  background-image: -webkit-linear-gradient(top, #cdf3dd, #7adfa4);
  background-image: -o-linear-gradient(top, #cdf3dd, #7adfa4);
  background-image: linear-gradient(#cdf3dd, #7adfa4);
  border-color: #7adfa4 #7adfa4 hsl(145, 62%, 63%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}

.right-sidebar .btn{
  width: 100%;
}

.select-menu {
    display: none !important;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  #content {
    min-height: 915px;
  }
  .container {
    /*max-width: 730px;*/
  }
  
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 0;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }

  .form-horizontal .col-sm-2 {
    width: 25%
  }

  .form-horizontal .col-sm-10{
    width: 75%;
  }

  .form-horizontal .control-label {
      width: 20%;
      line-height: 20px;
      text-align: center;
      display: inline-block;
  }

  .form-horizontal .form-control{
    width: 75%;
    display: inline-block; 
  }
}

#search-table > tbody > tr > td:not(:first-child) {
  padding: 0;
}

#search-table > tbody > tr > td > table{  
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}

.box_6 .put-left.auto {
  margin-right: auto;
}

.grid_8.col-md-8{
  width: 66%;
  margin-left: 0;
}

@media only screen and (max-width: 767px){
  .grid_8.col-md-8{
    width: 100%;
  }
  .nav {
    border:1px solid #e7e7e7;
  }

  .nav.sf-menu{
    border: none;
    margin-left: 0;
    margin-right: 0;
  }

  .sf-menu,
  .nav > li,
  .nav > li > a {
      display: block;
  }   

  .nav > li {
      float: none;
  }  

  .sf-menu > li + li {
      margin-left: 0;
  } 

  .header {
      padding-left: 0;
      padding-right: 0;
  }

  .navbar-default {
       border-color: transparent; 
  }
}

