.button-green,
        .button-lightblue {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-green {
            background: rgb(28, 184, 65);
            /* this is a green */
        }
        

        .button-lightblue {
            background: rgb(66, 184, 221);
            /* this is a light blue */
        }
                .button-small {
            font-size: 95%;
        }
        td.right {text-align: right;}
        