.table thead{
    font-size:12px;
}
.table tbody{
    font-size:12px;
}
.table tfoot{
    font-size:12px;
}

.height400{
    min-height:360px;
}

.floatright{
    float:right;
}
.req{
    color:red;
}
.color-red{
    color:red;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
.w100{
    width:100%;
}