form#the_beer_finder {
    background: #d6d6d6;
    padding: 15px;
    margin: 20px auto;
}

input#zip-submit {
/*    display: block; */
background-color: #B9042D;
color:#FFF;
text-transform:uppercase;
padding: 0px 20px 0px 20px;
font-size:16px;
}

form#the_beer_finder select {
/*   margin: 15px auto; */
	    margin: 15px 10px;
	color:#4e4e4e!important;
}

form#the_beer_finder select option {
	color:#336699!important;
	text-transform:uppercase;
}

div#location-container .location {
 /*    border: 1px solid lightgray; */
	    border: none;
}

#location-container .location strong {
    font-size: 12px;
    display: block;
}

div#location_results img[src*="wheel"] {
    display: block;
    margin: 0 auto;
}

div#location-container.error {
    background: #ffd8d8;
    border: 2px solid red;
    padding: 10px;
    font-weight: bold;
}

/* Bootstrap Updates */
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #F9F9F9;
	/*
    background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
	*/
}
/*
.inside em.brands_list {
display:none!important;	
}
*/

.inside-full-height {
    /*
    // if you want to give content full height give him height: 100%;
    // with content full height you can't apply margins to the content
    // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
    */
      height: 100%;
    margin-top: 0;
    margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.inside-full-height h5 {
	font-size:15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}