/*.themed-grid-col {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(86, 61, 124, .2);
}
*/



.vrboLogo {
	float: right;
}

.price {
	background-color: #eee;
	margin: 0 12px 0 0;
}

.price:last-child {margin: 0px 0px 0px 0px; background-color: red;}

.volume {
	border: 1px solid #eee;
	padding: 36px;
}

.locations {
	border: 0px;
	padding: 36px;
}

  table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  
  
/*body {
  
  background: url("../img/gh-burger.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  content: "";
  opacity: 0.4;
  position: absolute;
   top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;   
}  
*/
.container {
	background-color: white;  
	padding-top: 21px;
    opacity: 1 !important;

}
  
  
body {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

body::after {
  background: url("https://d3nfodagugxf3s.cloudfront.net/brand-assets/grubhub/grubhub_landing/img/gh_landing_background.jpg");
  content: "";
  opacity: .9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;   
  background-size:100% auto;
}
  
