﻿
.price-list-button {
    width: 25%;
    text-align: center;
    padding: 5px;
    border: thin;
    border-width: thin;
    border-color: white;
    border-width: 2px;
    color: white;
    background-color: #003477;
    cursor: pointer;
}

    .price-list-button:hover {
        background-color: #ec6500;
    }
