/**table on 30/29**/
div.column {
 display: inline-block;
 width: 200px;
 font-size: 18px;
 padding: 10px;
 text-align: left;
 padding-bottom: 20px;
 vertical-align: top;
 line-height: 1.2;
}

div.column .cheader {
 font-weight: bold;
 padding-bottom: 20px;
}

div.column .ccontent {
 font-size: 14px;
}

@media only screen and (max-width: 900px) {
  body .crm-container .crm-section .label {
  	float: none;
  	width: auto;
  	text-align: left;
  }

  div.crm-container .label label {
         font-weight: bold;
  }
 
  body .crm-container .crm-section .content {
  	margin: 0px;
  }

  div.column {
    width: 100%;
    text-align: center;
  }
}
