.pricetab{
  width:25%;
  /*min-width:220px;*/
  background: linear-gradient(#555, #444);
  float:left;
  margin-top:.2%;
  box-shadow:2px 2px 10px rgba(0, 0, 0, .8);
  text-align: center;
  margin-bottom:25px;
}

.pricetab:hover{
  background: #3b679e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNjc5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3b679e 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3b679e 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3b679e 0%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3b679e 0%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3b679e 0%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */

  
}
.pricetab h3{
margin-bottom: 0;
color: #f0f0f0;
display: inline-block;
margin-top: 0;
font-weight: bold;
padding: 5px;
  font-size: 15px;
}
.pricetab span{
margin-bottom: 0;
color: #f0f0f0;
display: inline-block;
margin-top: 0;
font-weight: 400;
padding: 5px;
  font-size: 15px;
}

.pricefooter{
  width:100%;
  height:50px;
  margin-top:0px;
  background:#333; 
}
.button{
  width:50%;
  height:50px;
  margin:0 auto 0 auto;
  /*background:#ff9547;*/
  text-align:center; 
  cursor:pointer;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #ff6600; /* Old browsers */
background: -moz-linear-gradient(top, #ff6600 51%, #c72200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#ff6600), color-stop(100%,#c72200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff6600 51%,#c72200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff6600 51%,#c72200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff6600 51%,#c72200 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff6600 51%,#c72200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
}
.button a{
text-decoration: none;
  background:none;
  line-height:50px;
}
.button a:hover{
text-decoration: none;
  background:none;
}


.button:hover{
  width:100%;
  
}

h1, h2, h3, h4, h5, h6, b, strong {
 font-family: 'Arvo',Georgia,"Times New Roman",Times,serif; 
}

#authorbox {
    min-height: 150px;
}

#authorbox .inner {

    padding: 5px 9px 50px 13px;
}