
div.card {
    max-width:600px; 
    padding: 25px;
    margin-left:0.5em;margin-bottom:1.0em;  
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
button.btn-selected {
    background-color: rgb(0, 102, 51) !important;
    border: 1px solid #777;
    border-radius: 0.2em;
    color: #fff !important;
    margin: 0 1em 0 -1em;
    padding: 0 0.2em;
    line-height: 2em;
}
button.btn {
    background-color:#ccc;
    border: 1px solid #777;
    border-radius: 0.2em;
    color: #333;
    margin: 0 1em 0 -1em;
    padding: 0 0.2em;
    line-height: 2em;
    background-image:none !important;
    text-shadow:none !important;
}

button.btn:hover {
    background-color: rgb(0, 102, 51) !important;
    color: #fff !important;
}

button.btn:disabled,
button.btn[disabled]
{
    background-color:#eee;
    color: #999;
}

button.btn:disabled:hover,
button.btn[disabled]:hover
{
    background-color:#eee !important;
    color: #999 !important;
}

#cardnav {
    margin-left:0.5em;
    margin-bottom:0.5em;
}

#cardnav button {
    padding: 0.0em 0.5em;
    margin:0
}

#toastdiv {
    
}

.indexmsg {
    font-weight:bold;
    font-size: 1.05em;
    
}

#badresult {
    font-weight: bold;
}

.imgqm {
    height: 1.1em;
    padding-left: 0.5em;
}
