.OptionButton {
    background: inherit;
    border: none;
    color: $bluejay;
    padding-top: 5px;
    text-align: center;

    &:hover {
        color: $bluejay-dark;
        text-decoration: underline;
    }

    &:focus {
        outline: 0;
    }

}
