﻿.bl {
    color: black !important;
    font-weight: normal;
}

.bggw {
    background-color: ghostwhite;
    text-align: left;
}
@media only screen and (max-width:991px) {
    body {
        overflow-x: hidden;
    }
}
.btt {
    padding: 3px;
    text-align: center;
    margin: -10px;
    margin-bottom: 0px;
    font-family: montserratregular;
}
.bw {
    background-color: white;
}
.close {
    font-size: x-large;
    font-weight: 700;
    color: silver;
    float: right;
}
.cph {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: ivory !important;
}
.fr {
    float: right;
}
.i {
    font-style: italic;
}
.ic {
    width: 330px !important;
    height: 233px !important;
    border-radius: 10px;
    border: 2px solid silver;
    margin: auto !important;
}
.material-icons {
    vertical-align: top;
    font-size: large;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mh90p {
    margin: auto;
    text-align: center;
    padding-bottom: 25px;
}
.modal-body {
    border-radius: 10px;
    margin-right: 8px;
    margin-left: 25px;
    top: 25px;
    background-color: white;
}
@media only screen and (max-width:575px) {
    .modal-body {
        width: 95vw; 
        margin: auto;
    }
}
.mt20 {
    margin-top: 20px;
}
.mw90p {
    max-width: calc(100vw * .9);
    margin: auto;
    text-align: center;
}
.num {
    background-color: #C0051B;
    width: 24px !important;
    height: 24px !important;
    color: white;
    border-radius: 50%;
    padding: 4px;
    margin: 1px;
    display: inline-block !important;
    text-align: center;
}
.oxh {
    overflow-x: hidden;
}
.p0 {
    padding: 0px;
}
.p25 {
    padding: 25px;
}
.pic {
    max-height: 83vh;
    max-width: 100%;
    margin: auto;
    }

.picc {
    max-height: 80vh;
}
.pict {
    margin: auto ! important;
    max-width: 305px;
    max-height: 193px;
}
.py {
    background-color: #faf0c7;
}
.s {
    font-size: small;
}
.sbx {
    border: solid 1px silver;
    padding: 5px;
    border-radius: 3px;
    margin-top: 10px;
}
.ttl {
    padding: 5px;
    border: solid 1px silver;
    border-radius: 5px;
    margin-top: 10px !important;
    background-color: gray;
    color: white;
}
.tw {
    color: white;
}
.ulexp {
    margin-left: 0px !important;
}
.x {
    font-size: x-small;
}