/*

*/

.btn-tn-red {
    display: inline-block !important;
    background-color: #D12657;
    border: 1px solid #D12657;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    mso-hide: all;
    padding: 0 15px;
    margin: 5px 10px 5px 0;
}

.btn-tn-green {
    display: inline-block !important;
    background-color: #B6D334;
    border: 1px solid #B6D334;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    mso-hide: all;
    padding: 0 15px;
    margin: 5px 10px 5px 0;
}

.btn-tn-green:hover,
.btn-tn-red:hover {
    color: white;
}



