﻿
.sm-blue {
    color: royalblue;
    font-weight: 800;
}

.mymenutxt-1 {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700;
}

.mymenutxt-2 {
    display: inline-block;
    font-size: 1.0em;
    font-weight: 700;
}


.btn-pill {
    border-radius: 16px;
}

.mycolor-lavender {
    background-color: lavender;
}

.mySubTitle {
    background-color: royalblue;
    text-align: left;
    color: white;
    margin-bottom:10px;
    padding-bottom:4px;
}

.tbl-hdr-center {
    text-align: center;
}

.mybtn-primary {
    background-color: royalblue;
    color: white;
}

.mybtn-primary:hover {
    background-color: royalblue;
    opacity: 0.8;
    color: white;
    
}

.mychkbox-format label {
    font-size: 1em;
    color: black;
    margin-left: 15px;
}

[type="checkbox"] {
    vertical-align: middle;
}

