/*----------------------------------------
    Invoice Page
------------------------------------------*/
.invoice-table
{
    padding-top: 40px;
}

.invoice-text
{
    padding: 18px 0;
}

.invoice-icon i
{
    font-size: 2rem;
}

.border-right-1
{
    border-right: 1px solid #cfd8dc;
}

table thead tr th
{
    color: #263238;
}
