 .table-scrollable
{
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb
{
    border-radius: 7px;
    border: 1px solid #fff;
    background-color: #002940;
}

.wpb_text_column table
{
    width: 100%; 
} 
.wpb_text_column thead
{
    background: #b51f29;
    white-space: nowrap;
    color: #fff;
} 

.wpb_text_column table tr td
{
    padding: 15px 10px;
    line-height: 22px;
	 width: 25% ; 
}

.wpb_text_column table tr td:nth-child(1n+2)
{
    text-align: left;
    min-width: 100px;
}

.wpb_text_column table tr td:nth-child(1n)
{
    padding-left: 10px;
}

.wpb_text_column table tbody tr:nth-child(even)
{
    background: #e2e2e2;
    color: #0e293d;
}

.wpb_text_column table tbody tr:nth-child(odd)
{
    background: #f5f5f5;
    color: #0e293d;
}

 
/**---------------- Media query ----------------**/ @media only screen and (max-width:660px)
{
.wpb_text_column table tr td
{
    width: auto;
}

}