﻿


.btn-custom-1 {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

    .btn-custom-1:hover {
        background-color: #1ab394;
        border-color: #1ab394;
        color: #FFFFFF;
    }

.btn-custom-2 {
    background-color: #efefef;
    border-color: #efefef;
    color: #676a6c;
}

.table-details {
    /*margin: 10px 0 30px 40px;*/
}

    .table-details td:first-child {
        text-align: right;
        padding-right: 10px;
        /*font-weight: bold;*/
    }

.table-mini-inner td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

.table-mini-inner td:nth-child(2) {
    white-space: nowrap;
}
