.field.field-body.field-type-text-with-summary.field-label-hidden.field-item p{
  text-indent:2em;
}
.field.field-body.field-type-text-with-summary.field-label-hidden.field-item p.center,.field.field-body.field-type-text-with-summary.field-label-hidden.field-item p.right,.field.field-body.field-type-text-with-summary.field-label-hidden.field-item table p{
  text-indent:0em;
}
.field.field-body.field-type-text-with-summary h2{
font-size:22px; 
margin-top: 20px;
margin-bottom:15px;
}
.field.field-body.field-type-text-with-summary h3{
font-size:19px;
margin-bottom:15px;
}
/*********** table *********/
table>tbody>tr>td, table>thead>tr>td, table>tfoot>tr>td, table>tbody>tr>th, table>thead>tr>th, table>tfoot>tr>th {
    border: 1px solid #c6c6c6;
}
table {
    border: 1px solid #c6c6c6;
}
table p{
	margin-bottom:0;
}
.table{
margin-top:5px;
}

.table thead tr th {
    font-size: 15px !important;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight:600;
    text-align: center;
    border-bottom: 0;
    color:#FFF;
}
.table thead tr th p{
      font-size:15px !important;
}
.table p{
  font-size:14px;
  margin:0;
  line-height:150%;
}
.table tbody tr:nth-child(odd) {

}
.table tbody tr:nth-child(even) {

}
.table.normal tbody tr td {
    vertical-align: top;
}
.table tbody tr td {
   line-height: 180%;
}
