body {
    background-color: #f1f1f1;
    /* padding-top: 80px; */
}

.logo img {
    margin: auto;
    display: block;
}

.background-colour {
    color: #fff!important;
    background-color: #7ba840 !important;
    border-color: #7ba840 !important;
}

.text-colour {
    color: #7ba840 !important;
}

.risk-colour {
    height: 30px;
}

.font-size-75 {
    font-size: 75%;
}

.font-size-200 {
    font-size: 200%;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-500 {
    font-weight: 500;
}

#pointer {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #f1f1f1;
    margin: auto;
    margin-top: -20px;
}

.main-container {
    padding: 0;
}

.get-score-credit-score {
    font-weight: 700;
    font-size: 350%;
}

.get-credit-score-score-description {}

.minimum-risk {
    color: #19bc56;
}

.low-risk {
    color: #7ecaac;
}

.average-risk {
    color: #f6ec56;
}

.high-risk {
    color: #ff6b3b;
}

.very-high-risk {
    color: #e90c0d;
}

td {
    word-break: break-all;
}