
.mealButton {
    color            : black;
    cursor           : pointer;
    font-family      : Arial;
    font-size        : 11px;
    padding          : 1px 1px;
    text-decoration  : none;
    text-shadow      : 0px 1px 0px #2f6627;
    width            : 105px;
    background-color : yellow;
}
.mealButton:hover {
    color            : white;
    background-color : green;
}
.mealButton:active {
    position         : relative;
    top              : 1px;
}
