    space {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    }

    body {
        font-size: 0.9rem;
    }
    caption {
        color: #093b43;
        background-color: #e9f9fc;
        caption-side: top;
        display: table-caption;
        text-align: left;
        padding-left: 0.2rem;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .jumbotron {
       background: rgba(0, 0, 0, 0);
    }
    .container-fluid {
       width: 90%;
    }
    .bg-info-lighter {
        background-color: #e9f9fc;
    }
    .border-3 {
        border-bottom-width:0.1rem !important;
    }
    .bg-info-light {
        background-color: #d2f4f9;
    }
    .bad-score {
        background-color: Tomato;
        color: white;
    }
    .good-score {
        background-color: #5CB85C;
        color: white;
    }
    .normal-score {
        font-weight: 700;
        color: black;
    }
    .MCA_CLS {
        background-color: Tomato;
        color: white;
    }
    .WATCH_OUT_CLS {
        background-color: #ffbf00;
    }
    .bg-yellowish {
        background-color: #ffffe6;
        color: black;
    }
    .outlined {
        border-top-style: solid;
        border-top-width: 0.13rem;
        border-top-color: #00000022;
        border-bottom-style: solid;
        border-bottom-width: 0.13rem;
        border-bottom-color: #00000022;
        color: black;
    }
    .bg-warning-light {
        background-color: #fff2cc;
    }
    .table {
        margin-bottom: 0.0rem;
    }
    .nopad {
        padding: 0rem;
    }
    .progress {
          display: -ms-flexbox;
          display: flex;
          height: 2rem;
          overflow: hidden;
          font-size: 0.75rem;
          background-color: #e9ecef;
          border-radius: 0.25rem;
    }
    ul.a {
        list-style-type: None;
        padding-inline-start: 0rem;

    }
    li.b {
        list-style-type: square;
    }
    .color-type-1 {
        font-weight: bold;
    }
    .color-type-2 {
        font-weight: bold;
    }
    .color-type-3 {
        font-weight: bold;
    }
    .bg-ocean {
        background-color: #f9f1d2;
    }
    .SP_mca {
        background-color: tomato;
        font-weight: 500;
        color: white;
        text-shadow: 0.03rem 0.03rem #000000;
    }
    .SP_middleman {
        background-color: SandyBrown;
        font-weight: 500;
    }
    .SP_non {

    }
    a.nu {
        text-decoration: none;
    }