.greenButton {
    background: #82C555;
    border:1px solid #5A5E5A;
    color: #5A5E5A;
    padding:1em;
    display: block;
    text-align: center;
    line-height: 1;
}
.greenButton a {
    color: #5A5E5A;
}


.whiteButton {
    background: #ffffff;
    border:1px solid #5A5E5A;
    color: #5A5E5A;
    padding:1em;
    display: block;
    text-align: center;
    line-height: 1;
}
.whiteButton a {
    color: #5A5E5A;
}

/* editor styles */
.greenButton a:hover,
.whiteButton a:hover,
.greenButton a:focus,
.whiteButton a:focus,
a.greenButton,
a.whiteButton,
a.greenButton:hover,
a.whiteButton:hover,
a.greenButton:focus,
a.whiteButton:focus {
    color: #5A5E5A;
    text-decoration: none;
}

.largeGreenText {
    font-size:x-large;
    font-weight: bold;
    text-align: center;
    color: #82C555;
}