/* Enter Your Custom CSS Here */
.table01{
 border-collapse: separate;
 border-spacing: 0px;
}
 .table01 th{
 width: 20%;
 padding:4px;
 text-align: left;
 vertical-align: top;
 color: #444;
 background-color: #6b9cbd;
 }
 .table01 td{
 padding:4px;
 background-color: #fafafa;
 text-align: left;
 vertical-align: top;
 }.table01{
 border-collapse: separate;
 border-spacing: 0px;
}

.table02{
 border-collapse: separate;
 border-spacing: 0px;
}
 .table02 th{
 width: 10%;
 padding:2px;
 text-align: left;
 vertical-align: top;
 color: #444;
 background-color: #6b9cbd;
 }
 .table02 td{
 padding:2px;
 background-color: #fafafa;
 text-align: left;
 vertical-align: top;
 }
