#ml-full-body {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
}

#ml-left-body {
    width: 10%;
    background-color: #ffffff;
    float: left;
}

#ml-center-body {
    width: 65%;
    background-color: white;
    display: block;
    padding: 20px;
    margin: 0;
}

#ml-right-body {
    width: 25%;
    float: right;
}

.ml-main-box {
    border: #d0d0d1 solid 1px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px;
    row-gap: 15px;
    margin-bottom: 20px;
}

.ml-kb-box {
    background-color: #f5f5fe;
    border: 1px solid grey;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    width: 30%;
    height: auto;
}

.ml-kb-box img {
    width: 100%;
    height: auto;
}

.ml-kb-box-cat-hdrs {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: rgb(3, 61, 168);
    padding: 10px;
}

.ml-link-name {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #665a60;
    text-decoration: none;
}

.ml-link-name:hover {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #0376fa;
    text-decoration: underline;
}

.ml-kb-box-cat-links {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    color: #665a60;
    padding-left: 10px;
}

.ml-page-hdrs {
    font-family: 'Figtree', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #665a60;
    margin-bottom: 15px;
}
