<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /*CSS for box 6/22/2021 */
 .box-border {
    background:  #fcf9f9;
    padding: 1.5rem 2rem;
    box-shadow: 0 .2rem 0.5rem #B30000 !important;
 }

  #more {
  display: none;
  }
  
  #myBtn{
    background: rgba(65, 94, 38, 0.6); /* Green */
    color:white;
    font-size: 0.9rem;
    }

    /* Make the image fully responsive */
    .carousel-inner img {
    width: 100%;
    height: 100%;
    }

    .btn-squared-default
    {
        width: 150px !important;
        height: 150px !important;
        font-size: 15px;
        padding-top: 10px;
    }

    .btn-squared-default:hover
    {
        border: 3px solid white;
        font-weight: 800;
    }

    .btn-squared-default-plain
    {
        width: 100px !important;
        height: 100px !important;
        font-size: 10px;
    }

    .btn-squared-default-plain:hover
    {
        border: 0px solid white;
    }</pre></body></html>