/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 a.exchangeLink {
    background: #03c424;
    color: white;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 0px 20px 0px;
}
a.exchangeLink:hover {
    background: #009f1b;
    color: white !important;
}

.quickOrderCommonLink {
    background: #FDB913;
    color: white;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 0px 20px 0px;
}


.quickOrderCommonLink:hover {
    background: #e3912f;
    color: white !important;
}