.ais-SearchBox-input {
     width: 100%;
     max-width: 640px;
}
 select.form-control {
     -webkit-appearance: menulist;
}
 #navbar {
     display: block;
}
 #navbar td {
     display: inline-block;
     text-align: left;
}

body.dark {
  background-color: rgb(14,20,10);
  color: #fff;  
}

table.dark {
    color: #fff;
}

li.dark::marker {
    color: black;
}

a.dark {
    text-decoration: none;
    border-bottom: 1px solid black;
}

.caption {
    color: black;
}

.fa-shuffle-light:hover {
    color: #000000;
}

.fa-shuffle-dark:hover {
    color: white;
}

.fa-shuffle-light {
    color: #f22d34;
}

.fa-shuffle-dark {
    color: #f22d34;
}

.fa-square-twitter-light {
    color: #f22d34;
}

.fa-square-twitter-dark {
    color: #f22d34;
}

.fa-square-twitter-light:hover {
    color: black;
}

.fa-square-twitter-dark:hover {
    color: white;
}

.stickiedPostTable {
    margin: 0;
    min-height: 75px;
    padding-top: 25px;
    margin-bottom: 30px;
    background-color: #F2D7D5;
    width: 100%;
    border: 1px solid black;
}

.stickiedPostTable-dark {
    margin: 0px;
    height: 75px;
    padding-top: 25px;
    margin-bottom: 30px;
    background-color: #ad3c36;
    width: 100%;
    border: 1px solid white;
}

.jrpm-form-switch .jrpm-form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.jrpm-form-switch .jrpm-form-check-input:checked {
    background-color: #f22d34;
    border-color: #f22d34;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

/* create a pdfButton base class, then a -light and -dark subclass */

.submitButton {
    color: white;
    background-color: #f22d34;
    height: 40px;
    width: 115px;
    font-size: 12px;
    border: 1px solid black;
}

.newsletterCTAButton {
    color: white;
    background-color: #f22d34;
    height: 50px;
    width: 200px;
    font-size: 12px;
    border: 1px solid black;
}

.pdfButton {
    color: white;
    background-color: #f22d34;
    height: 50px;
    width: 115px;
    font-size: 12px;
    border: 1px solid black;
}

.pdfButton-dark {
    color: white;
    background-color: #f22d34;
    height: 50px;
    width: 115px;
    font-size: 12px;
    border: 1px solid white;
}

.nohighlight {
    text-decoration-color: none;
    background-image: none;
}

 .bottom-text-p {
     margin-bottom: 0;
}
 .pillimg {
     min-width: 30px;
     width: 65px;
}
 .pilltd {
     width: 65px;
}
 .pilllabeltd {
     width: 12%;
}
 .pilltxt {
     width: 150px;
     padding-left: 15px;
}
 .pilltxtmeaning {
     font-style: italic;
     font-size: 12px;
     padding-right: 15px;
}
 .pilltxtparent {
     display: inline;
     padding-top: 3px;
}
 .pillratingtxttd {
     width: 125px;
}
 .pillratingtxt {
     width: 100px;
     font-size: 12px;
     font-weight: bold;
     padding-left: 15px !important;
     min-width: 20%;
}
 ::selection {
     color: black;
     background: #f22d34;
}
 .footerLineBreak {
     display: none;
}

.posTopLeft-Crop {
}
.posTopRight-Crop {
}
.posTop-Crop {
}

.banner {
    height: 75px;
    outline: 1px solid black;
    outline-offset: -1px;
}

.banner-dark {
    height: 75px;
    outline: 1px solid white;
    outline-offset: -1px;
}

.affiliateAdBanner {
    max-height: 75px;
    background: url("banners/coffeebrandcoffee.png");
}


@media (max-width: 420px){

    .affiliateAdBanner {
        max-height: 75px;
        background: url("banners/coffeebrandcoffee_300px.png");
    }

}

 @media (max-width: 670px){

     .posTopLeft-Crop {
         height: 75px;
         object-fit: cover;
         object-position: left top;
    }
    
     .posTopRight-Crop {
         height: 75px;
         object-fit: cover;
         object-position: right top;
    }

     .posTop-Crop {
         height: 75px;
         object-fit: cover;
         object-position: top;
    }

     .footerLineBreak {
         display: initial;
    }
}
/* the redpill box breaks down at 425px, so need custom layout for that */
 @media (max-width: 425px) {
     .pillratingtxt {
         width: 75px;
         display: inline-block;
    }
     .pillratingtxttd {
         max-width: 75px;
    }
}
/* top table breaks down at 366 */
 