/* General */
h1,h2,h3,h4,h5,h6,h8,test2{cursor:pointer;}

/* Intro */



/* Body */

#container{
  width:100%;
  min-width:1100px;
  min-height:500px;
  margin:3% auto 0 auto;
}
.pricetab{
  width:25%;
  min-width:220px;
  background: linear-gradient(#555, #444);
  float:left;
  margin-top:.2%;
  box-shadow:1px 1px 5px rgba(0, 0, 0, .5);
}
.pricetabmid{
  width:25%;
  min-width:220px;
  background: linear-gradient( #F9B84A, #ff9547);
  float:left;
  box-shadow:0 0  15px rgba(0, 0, 0, 1);
  position:relative;
}
.priceheader{
  width:100%;
  height:60px;
  background-image: -o-linear-gradient(bottom ,#444 , #555); 
  background-image: -webkit-linear-gradient(bottom ,#444 , #555);
  background-image: -o-linear-gradient(bottom ,#444 , #555); 
  background-image: -moz-linear-gradient(bottom ,#444 , #555); 
  background-image: linear-gradient(to bottom , #444 , #555); 
  box-shadow:0 2px 12px rgba(0, 0, 0, .5);
}
.price{
  width:120px;
  height:120px;
  border-radius:50%;
  border:1px solid #ff9547;
  margin:5% auto 0 auto;
  text-align:center;
}
.pricemid{
  width:120px;
  height:120px;
  border-radius:50%;
  border:1px solid #444;
  margin:5% auto 0 auto;
  text-align:center;
  
  
}
.infos{
  margin-top:10%;
}


/* Typo */ 
.title{
  font-family:arial;
  color:#fff;
  font-size:26px;
  font-weight:normal;
  text-align:center;
  text-transform:uppercase;
  margin:auto;
}


.price h2{
  text-align:center !important;
  font-size:42px;
   padding: 30px 10px 10px 10px !important;
  color:#FFF !important;
  
}
.pricemid h2{
  text-align:center !important;
  font-size:42px;
   padding: 30px 10px 10px 10px !important;
  color:#FFF !important;
  
}
sub{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.infos h3{
  font-size:14px;
  font-weight:normal;
  text-align:center;
  color:#FFF !important;
  line-height:1;
}
