﻿.order-history {
    font-size: 15px;
    font-weight: bold;
    color: blue;
    cursor: pointer;
    text-decoration: underline !important;
    margin-right: 4px;
}

order-history:link {
    text-decoration: underline;
}

order-history:visited {
    text-decoration: underline;
}

order-history:hover {
    text-decoration: underline !important;
    font-weight: bold !important;
    color: #EA8634;
}

order-history:active {
    text-decoration: underline;
}

.alpha-selected {
    font-size: 15px;
    font-weight: bold;
    color: #EA8634;
    cursor: pointer;
    text-decoration: underline !important;
    margin-right: 4px;
}

.alpha-unselected {
    font-size: 14px;
    font-weight: normal;
    color: black;
    cursor: pointer;
    text-decoration: underline !important;
    margin-right: 4px;
}

alpha-selected:link {
    text-decoration: underline;
}

alpha-selected:visited {
    text-decoration: underline;
}

alpha-selected:hover {
    text-decoration: underline !important;
    font-weight: bold !important;
    color: black;
}

alpha-selected:active {
    text-decoration: underline;
}

alpha-unselected:link {
    text-decoration: underline;
}

alpha-unselected:visited {
    text-decoration: underline;
}

alpha-unselected:hover {
    text-decoration: underline !important;
    font-weight: bold !important;
    color: black;
}

alpha-unselected:active {
    text-decoration: underline;
}

