
  html, body {
    margin: 0;
    padding: 0;
  }

  /* clearfix for floats container */
  /* replace it with your own clearfix code or just use this one */ 
 
 .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
 
  .clearfix {
    display: inline-block;
  }
 
  html[xmlns] .clearfix {
    display: block;
  }
 
  * html .clearfix {
    height: 1%;
  }
  
  /* for demonstration purposes only   */
  /* remove it from here and from html */
 
  
  /* ================================= */
  /* GENERIC STYLES FOR CENTRAL BLOCK  */
  /* ================================= */

  /* Overall */
 
  .CentralCont {
    font-family: tahoma, sans-serif;
  }
  
  .CentralCont .BlockCont {
    background-color: #f1f1f1;
    border: solid 1px #ddd;
    overflow: hidden;
  }
  
  .CentralCont .BlockCont h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }
  
  .CentralCont .BlockCont p {
    font-family: helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
  }
  
  .CentralCont .BlockCont .Button {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #acc7b6;
    border: solid 1px #ced4d0;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
  }
  
  /* Quarter Columns */
  
  .QuarterColumns .BlockCont {
    float: left;
    width: 22.2%;
    margin-left: 3%;
  }
  
  .QuarterColumns .BlockCont h2 {
    text-align: center;
    margin: 10px 10px 0 10px;
  }
  
  .QuarterColumns .BlockCont p {
    text-align: center;
    margin: 0 5px;
  }
  
  .QuarterColumns .BlockCont:first-child {
    margin-left: 0;
  }
  
  .QuarterColumns .BlockCont .Button {
    margin: 0 auto 10px auto;
    width: 80px;
  }
  
  .QuarterColumns .BlockCont .HeaderCont {
    height: 180px;
    overflow: hidden;
  }
 
  .QuarterColumns .BlockCont .Pricing {
    display: block;
    height: 70px;
    overflow: hidden;
  }
  
  /* Half Columns */
 
  #central-half-column-table {
    margin-top: 20px;
    width: 100%;
  }
  
  #central-half-column-table .BlockCont {
    padding: 0 15px;
  }
 
  #central-half-column-table .BlockCont h2 {
    margin: 10px 0;
  }
  
  #central-half-column-table .BlockCont .Button {
    width: 150px;
  }
  
  #central-prices-table {
    width: 100%;
    margin-bottom: 10px;
  }
  
  #central-prices-table td {
    vertical-align: middle;
    padding: 5px 0;
  }
  
  #central-prices-table td:first-child {
    padding-right: 5px;
  }
  
  #central-ad-cell {
    width: 47.9%;
    min-width: 360px;
  }
  
  #central-email-cell {
    text-align: center;
    vertical-align: middle;
  }
  
  #central-email-cell p {
    font-size: 12px;
    color: #000;
  }
  
  #central-email-cell a {
    color: #4c7cac;
  }
  
  /* ==================================== */
  /* INDIVIDUAL STYLES FOR CENTRAL BLOCK  */
  /* ==================================== */

  #central-column-1 .Pricing {
    color: #087b06;
    font-size: 14px;
    font-weight: bold;
  }
  