.main-block-container {
    font-size: 1.2rem;
    width: 90%;
}

.mpContainer {
    width: 100% !important;
    max-width: unset !important;
    margin: unset !important;
    padding: unset !important;
}
:root{
    --page-color1: #DBE8D6;
}

.page-header {
    margin-bottom: 2rem !important;
}
.tabtext {
    padding: 1rem;
}
.pillar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pillarimg {
    width: 40%
}
.last {
    margin-bottom: 2rem;
}
.pillartext{
    width:60%
}

.title {
    font-family: "multicolore", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
    border-bottom: var(--palette-green) 0.1rem solid;
    display: block;
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
}

.source-container {
    border-color: var(--palette-green);
}

.page-header, footer, footer.footer-beige {
    background-color: #DBE8D6;
    border: 6px solid #DBE8D6;
    width: 100%;
}

.mb-5 {
    margin-bottom: 0 !important;
}


.tabbar {
    background-color: #DBE8D6;
    border: unset;
    border-top: var(--palette-green) 0.1rem solid;
    border-bottom: var(--palette-green) 0.1rem solid;
}

.tab + .tab {
    border-left: solid 1px var(--palette-green);
}

.tab {
    background-color: #DBE8D6;
    color: black;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
}

.tab:hover {
    background-color: var(--palette-green);
    color: white !important;
}

.tab.active {
    background-color: var(--palette-green);
    color: white !important;
}
.lactate-pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin:auto;

}

/* Defining for mobile*/
@media only screen and (max-device-width: 768px) {
    .tablebg {
        width:100%;
        word-wrap: anywhere;
    }
}