<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detail-div{
    display: none;
    border-bottom: 1px solid rgb(192, 191, 191);
    padding: 10px;
    border: 1px cornflowerblue solid;
}


.detail-div .directions-tb{
    background: lightgray;
    padding: 5px;
}

.detail-div .directions-tb td,.detail-div .functions-tb td{
    background: none;
    border: none;
    border-left: none !important;
}
.detail-div .state-txt{
    width: 70px;
}
.detail-div .zip-txt{
    width: 100px;
}
.detail-div &gt; div.top-row &gt; div{
    display: inline-block;
}

.detail-div &gt; div.top-row &gt; div.myleft{
    width: 65%;
}

table.detail-tb-top{
    border: none;
}

.detail-div table.detail-tb-top td{
    padding: 5px;
    border: none;
}

.detail-div table.detail-tb-top td:first-child{
    font-weight: bold;
    text-align: right;
    border-left: none;
}

tr.detail-tr &gt; td {
    padding: 0;
    border-bottom: none;
}

tr.detail-tr-odd &gt; td {
    padding: 0;
    border-bottom: none;
    background: #ebeded;
}

tr.first,tr.odd{
    cursor: pointer;
}
.table-data tr.odd:hover td {
    background: #e5e7e7;
}
.table-data tr.first:hover td {
    background: #f8fafa;
}
.detail-div .gmap{ width: 320px; height: 300px;}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    margin: 20px auto;
}

.loading{display: none;}
#feedback-form-div,#email-div{
    width: 400px;
}
#feedback-frm input,#email-frm input,#feedback-frm textarea{
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

button.btn{
    padding: 5px 10px;
}

button.btn-dark{
    padding: 5px 10px;
    background-color: black;
    color: white;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
#feedback-msg,#email-msg{
    padding: 10px;
    display: none;
}
span.pro-name{color: #405696;}
#loading{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(240, 240, 240, 0.6);
    z-index: 7000;
    padding-top: 30%;

}</pre></body></html>