.btn-success {
    background-color: #fff;
    border-radius: 27px;
    border: 2px solid #fdbb30;
    color: #000 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s cubic-bezier(.23,1,.32,1);
}


.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #fdbb30;
    border: 2px solid #fdbb30;
    color: #000;
}

.table {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    border: solid 1px #d1d1d1;
    border-collapse: separate;
    border-radius: 3px;
}

.table .titlerow, .table .titlerow a {
    background: #fff;
    text-align: left;
    font-size: 1.059em;
    color: #000 !important;
    font-weight: 700;
}

.table { 
    font-family: Lato, sans-serif;
    font-weight: 400;
}