.custom_table
{
    border: 1px solid #dee2e6;
    width: 100%;
}
.custom_table th
{
    background-color: #f8f9fa;
    text-align: center;
}
.custom_table td, .custom_table th
{
    border: 1px solid #dee2e6;
    padding: 5px;
    font-size: 12px;
}

.company_finance_item ul li
{
    margin: 5px 0 5px 0;
    float: left;
    color: #272727;
    padding: 0 5px 0px 1px;
    border-bottom: 1px dashed silver;
    width: 100%;
    text-align: left;
    display: block;
    font-size: 12px;
}
.company_finance_item ul li b
{
    float: right;
    color: #111;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
}
.text-right
{
    text-align: right !important;
}