/*.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: 18px;
}

#sslogo {margin: 18px 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: 61%;
  left: 180%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #467af9;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #467af9;
}

.btn-primary {  background-color: #467af9; border-color: #467af9;}

.cont .btn a { color: #fff;    display: inline-block;     position: relative; z-index: 1; padding: 2em;     
   margin: -2em; }

.cont .btn:hover {
  background-color: #467af9;
}





















@import url(https://fonts.googleapis.com/css?family=Lato:700);
body {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.box {
  position: relative;
  max-width: 600px;
  width: 90%;
  height: 400px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ff6600;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ff6600;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}


/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

























