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



#gmbLogo {
	float: right;
	width: 150px;
	margin-top: 28px;
}

#sslogo {margin: 21px 0 0 0; width: 300px;}

.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;
  }
  
  .step {width: 40px ; height: 40px; margin: -5px 6px 0 0; }
    .stepcenter {width: 80px ; height: 80px; margin: 0px auto 22px auto; text-align: center; }
    
    .centerheader {margin: 0px auto 15px auto; text-align: center;}
    


/* Container needed to position the button. Adjust the width as needed */
.cont {
  position: relative;
  width: 50%;
}

/* Make the image responsive */
.cont img {
  width: 200%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
.cont .btn {
  position: absolute;
  top: 66%;
  left: 185%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #007bff;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.cont .btn a { color: #fff;    display: inline-block;     position: relative; z-index: 1; padding: 2em;     
   margin: -2em; }

.cont .btn:hover {
  background-color: #3e9bff;
}


@media all and (min-width:0px) and (max-width: 800px) {
.cont .btn {display: none; visibility: hidden;}}