<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{background:rgba(241,241,241,.5);font-family:"Poppins";color:#000}.container{width:auto;max-width:100%;padding:0 15px}.header{padding:40px 0}p{margin-bottom:.5rem}h1,h2{font-family:"Poppins";text-align:center}h1{color:rgb(0,126,229);font-weight:700}h1 span{color:red;font-style:italic}h2,h3{font-size:22px}h3{margin-top:35px}a:hover{text-decoration:none}.links a{color:#000}.otherpagetitle{font-size:32px;font-family:"Poppins";text-align:center;color:rgb(0,126,229);font-weight:700}.otherpagetitle span{color:red;font-style:italic}.pan{margin-bottom:7px}.panel{margin-bottom:21px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgb(0 0 0 / 5%);box-shadow:0 1px 1px rgb(0 0 0 / 5%)}.panel-info{border-color:#3498db}.panel-inner{border-color:#d7ecf1}.panel-info&gt;.panel-heading{color:#fff;background-color:#007bff;border-color:#007bff}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-body{padding:15px}.inlinediv{font-family:Roboto,sans-serif;display:inline}.ad{border-radius:10px;box-shadow:0 3px 30px 0 rgba(0,0,0,.1);margin-bottom:20px}form{border-radius:10px;background-color:rgb(255,255,255);box-shadow:0 3px 30px 0 rgba(0,0,0,.1);padding:20px}input,select,textarea{width:100%;height:40px;border-width:1px;border-color:rgb(210,210,210);border-style:solid;border-radius:10px;background-color:rgb(255,255,255);padding:5px;font-family:"Poppins";margin-bottom:10px;font-size:14px}select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,white 50%),linear-gradient(135deg,white 50%,transparent 50%),radial-gradient(rgb(0,126,229) 70%,transparent 72%);background-position:calc(100% - 18.5px) calc(1em + 3px),calc(100% - 13.5px) calc(1em + 3px),calc(100% - .5em) .5em;background-size:5px 5px,5px 5px,1.7em 1.7em;background-repeat:no-repeat}form p{text-align:center}::-webkit-input-placeholder{color:#000;opacity:1}:-ms-input-placeholder{color:#000;opacity:1}::placeholder{color:#000;opacity:1}input[type="button"],input[type="submit"],button{background-color:rgb(0,126,229);font-size:18px;font-family:"Poppins";color:rgb(255,255,255);font-weight:700;line-height:1}.buttonReputation{background-color:rgba(3,199,28);font-size:18px;font-family:"Poppins";color:rgb(255,255,255);font-weight:700;line-height:1}input[type="button"]:hover,input[type="submit"]:hover,.buttonReputation:hover{background-color:red}button{border:none;padding:8px 15px;border-radius:10px}input[type="reset"]{background:transparent;padding:0;border:none;width:auto;margin:0 auto;height:auto;display:block;color:rgb(0,126,229)}input[type="reset"]:hover{color:red}.footer{text-align:center;background-color:#f5f5f5;font-size:12px}div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:normal!important}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{background:none}table.dataTable tr.odd{background-color:#fff}table.dataTable tr.even{background-color:#E2E4FF}table.dataTable thead tr{background-color:rgb(0,126,229);color:#fff}table.info{border:none;width:100%}table.info td{width:50%}#results_wrapper{margin:50px 0}#provider-directory{width:100%}.alphabet{display:flex;background:#007bff;padding:10px;color:#fff;margin-bottom:20px}.alphabet span{flex-grow:1;flex-shrink:1;flex-basis:0%;text-align:center;cursor:pointer}.alphabet span.active{color:red}#provider-directory_info{font-size:10px}@media only screen and (min-width:1150px){.col-md div{height:100%}.col-md .adsbygoogle{position:-webkit-sticky;position:sticky;top:0;z-index:9999;margin:5px auto!important}}@media only screen and (max-width:1149px){.row{display:block!important}.col-md,.col-md-5,.col-md-6{max-width:100%!important}}@media only screen and (max-width:600px){div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:center!important}.container&gt;.row:nth-of-type(2),.container&gt;.row:nth-of-type(4){display:block!important}h1{line-height:1;font-size:1.75rem}h2{font-size:18px}ins.adsbygoogle{margin-top:15px!important;margin-bottom:15px!important;height:auto!important}.header{padding:15px 0}footer p{margin:0 0 25px!important}}

.review p {
    margin: 0;
}

.review-author {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 15px;
}

.review-author .source {
    text-align: right;
}

.review-text {
    font-size: 0.85rem;
}

.review .rating {
    display: flex;
    align-items: center;
}

.review .rating .number {
    margin-right: 5px;
    font-weight: 500;
}

.review .rating .stars {
    display: flex;
    align-items: center;
}

.review .rating .stars svg {
    width: 16px;
}

.review .rating .stars .yellow {
    fill: orange;
}

.review .rating .stars .gray {
    fill: lightgray;
}</pre></body></html>