IChingTable {
    display: table;
    border-width: 1px;
    border-spacing: 5px;
    width: 100%;
    background-color:;
}

ICCaption {
   display: table-caption;
   text-align:center;
   height: 30px;
   font-size: larger;
}

ICRow {
   display: table-row;

}

ICContent {
   display: table-cell;
}

ICHistTable {
    display: table;
    border-style: solid;
    border-width: 1px;
    border-spacing: 2px;
    border-color: grey;
    width: 100%;
}

ICHistRow {
   display: table-row;
   text-align: left;
}

ICHistContent {
   display: table-cell;
   border-style: solid;
   border-width: 1px;
   border-color: grey;
}
