.bsi {}

.bsi table {
    width: 99%;
    background-color: transparent;
    display: table;
    border-collapse: collapse !important;
    border-spacing: 2px;
    border-color: grey;
    margin-bottom: 15px;
}

.bsi h2 {
    text-align: center !important;
}

.bsi table td,
.bsi table th {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    vertical-align: top;
    padding: 8px;
}

.bsi table>tbody>tr:hover {
    background-color: #f5f5f5;
}

.bsi .error,
.bsi td .no {
    color: RED;
}

.bsi .warning {
    background: #f3eec0;
    padding: 5px;
}