﻿body {
    margin: 0 0 0 0;
    background-color: white;
    font-family: Montserrat;
    font-size: medium;
}
.btnAdd, .btn-primary {
    box-shadow: inset 0px 0px 14px -3px #a4e271;
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color: #89c403;
    border-radius: 6px;
    border: 1px solid silver;
    display: inline-block;
    cursor: pointer;
    color: beige;
    font-family: Montserrat;
    font-weight: normal;
    padding: 6px 14px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    font-size: medium;
    text-transform: uppercase;
}
.btn-secondary {
    box-shadow: inset 0px 0px 14px -3px #a4e271;
    background: linear-gradient(to bottom, silver 5%, #666 100%);
    background-color: #89c403;
    border-radius: 6px;
    border: 1px solid silver;
    display: inline-block;
    cursor: pointer;
    color: beige;
    font-family: Montserrat;
    font-weight: normal;
    padding: 6px 14px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    font-size: small;
    text-transform: uppercase;
}

    .btnAdd:hover, .btn-primary:hover {
        background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
        background-color: darkgreen;
        color: yellow;
        text-decoration: none;
        border: solid 1px darkgreen;
    }

    .btnAdd:active, btn-primary:active, btn-secondary:active {
        position: relative;
        top: 1px;
        text-decoration: none;
    }
.dg {
    color: dimgray;
}

.er {
    color: red;
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.ib {
    display: inline-block;
}

.imgno {
    box-shadow: none;
}

.lcontrol {
    max-width: 350px;
    margin: auto;
}

.lg {
    font-size: large;
}

.lgr {
    font-size: larger;
}

.ma {
    margin: auto;
}

.mb10 {
    margin-bottom: 10px;
}

.md {
    font-size: medium;
}

.msgi {
    margin-top: 10px;
    font-style: italic;
    color: #666;
    padding: 10px;
    font-size: medium;
}

.mw350 {
    max-width: 350px;
}

.pt10 {
    padding-top: 10px;
}

.slv {
    color: silver;
}

.sm {
    font-size: small;
}

.titlef {
    font-size: xx-large;
    color: darkgreen;
}