 h3{
        text-transform: uppercase;
    }
    .bg-green {
        background-color: #009245;
    }

    .bg-lgrn {
        background-color: #56dc63;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .border-2 {
        border: solid black 2px;
    }

    .border-dark {
        color: black;
    }

    .container-i {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio */
    }

    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .border-t {
        border-top: solid black 2px;
        border-left: solid black 2px;
        border-right: solid black 2px;
    }

    .boder-lr {
        border-left: solid black 2px;
        border-right: solid black 2px;
        border-bottom: solid black 2px;
    }

    .bold {
        font-weight: 700;
    }

    hr {
        color: black;
        font-weight: 700;
        border: 1px solid black;
    }

    .mw-2 {
        padding: 10px;
        max-width: 250px;
    }
    .bold { font-weight: bold; }
        table { margin-bottom: 30px; }
        th { background-color: #f8f9fa; }
        .rate-link { 
            display: block; 
            margin-bottom: 5px;
        }
        
        thead th{
            color:white;
        }
        tbody td{
            font-size:2rem;
        }
        table th{
            text-align: center;
            font-weight: bold;
            font-size: 2.5rem;
        }

        table a{
            font-size:2rem;
            color:white;
            font-weight:bold;
            text-decoration:none;


        }
        a:hover{
            color:white;
            font-weight:bold;
            text-decoration:none;
        }
        /* rgb(86, 219, 99) */
        .bg-info{
            background-color: rgb(29, 148, 69) !important;
            color: white !important;
            font-weight: bold;
            font-size: 1.2rem;
        }
     