.cms4_store_btn
{

}

.cms4_store_btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.cms4_store_btn {
    color: #212529;
    background-color: #f9e11e;
    border-color: #f9e11e;
}

.cms4_store_btn:hover {
    color: #212529;
    background-color: #ead106;
    border-color: #dec606;
}

.cms4_store_btn:focus, .cms4_store_btn.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 225, 30, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(249, 225, 30, 0.5);
}

.bbv_table_head
{
    font-weight: bold;
}

label
{
    font-weight: bold;
}

label.cms4_checkboxgroup
{
    font-weight: normal;
}