
/* Custom css for IE8 and bellow table width issue*/

/* tables in IE8 and spacing from thead to tbody */
.table thead + tbody:before {
    color: white;
    display: block;
    line-height: 0.2;
    content: "" !important;
}