﻿.tiny-text {
    font-size: 12px;
}

.title-text {
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #000;
}

.box {
    background-color: #FFF;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
}

.green-button {
    border: 0;
    background-color: forestgreen;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 14px;
    outline: none;
}
    .green-button a {
        color: white;
    }
        .green-button a:hover {
            color: white;
        }

.red-button {
    border: 0;
    background-color: darkred;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 14px;
    outline: none;
}
    .red-button a {
        color: white;
    }
        .red-button a:hover {
            color: white;
        }