.stackedit__right .stackedit__html {
    margin-left: unset;
    max-width: 850px;
}

.stackedit__toc, .stackedit__html, .stackedit__html h2 {
    padding-top: 100px;
}

.header-bgc {
    background-color: #3c8dbc;
    color: #fff;
    min-height: 90px;
    max-height: 90px;
    position: fixed;
    width: 100%;
    top: 0;
	padding-left: 40px;
}

.logo-img {
    margin-top: 10px;
    max-width: 230px;
    max-height: 80px;
}

.trdps-logo-img {
    max-height: 180px;
}

.mango-overlay {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.2s ease;
}

.mango-image--open {
    position: relative;
    cursor: zoom-out !important;
}

.mango--open .mango-overlay {
    cursor: zoom-out;
    opacity: 1;
}

.mango-image {
    cursor: zoom-in;
    transition: transform 0.2s ease;
}



.footer-img {
    max-width: 150px;
    padding-top: 25px;
}

.footer-text {
    font-size: smaller;
    padding-left: 25px;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}
