html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: #F0F1FB !important;
}

.top {
    min-height: 70px;
    display: flex;
    flex-shrink: 0;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #9cdbde;
    border-bottom: rgb(74, 124, 133) 2px solid;
    width: 100%;
    min-width: 1280px;
}

.middle {
    flex: 0 0 auto;
    width: 1280px;
    background-color: #fff;
    margin: 0 auto; 
    padding: 20px;
}

.bottom {
    flex: 1;
    min-height: 500px;
}

.h1 {
    font-size: 20pt !important;
    font-weight: bold !important;
    color: #236667 !important;
}

.active {
    border-bottom: black 2px solid !important;
    font-weight: bold !important;
}

.navbar {
    width: 1280px;
}

.cotofarms {
    width: 48px;
    height: 48px;
}

.header1 {
    font-size: 24pt;
    font-weight: bold;
    color: #78449c;
    margin-bottom: 10px;
}

.content {
    padding: 20px;
    width: 1280px;
    margin: 0 auto; 
    background-color: #fff;
}

.mainIframe, .districtIframe {
    width: 100%; 
    height: 100%; 
    display: block;
    margin: 0 auto; 
    overflow-y: scroll;
    overflow-x: scroll;
}

.districtIframe {
    max-width: 1065px; 
    padding-top: 20px;
}

.mainIframe {
    max-width: 1280px; 
    min-height: 1120px;
    border-top: #236667 4px solid;
}

.quote {
    font-size: 13pt;
    padding-bottom: 20px;
}