#mokasync .btn {
    margin: 20px 0 30px;
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    padding: 0 30px;
}

#mokasync .btn + .btn {
    margin-left: 20px;
}

#mokasync .btn:hover {
    opacity: .9;
}

#mokasync .table th {
    background: #fef6e1;
}

#mokasync .table td {
    vertical-align: middle;
}

#mokasync .modal-footer {
    text-align: center;
}

#mokasync .modal-footer .btn {
    margin: 0;
}

#mokasync .table td .btn {
    zoom: .7;
    margin: 0;
}
