html {
    overflow-y: scroll;
}

html,
body {
    height: 100%;
}

body {
    font-size: 88%;
}

body.modal-open {
    padding-right: inherit !important;
}

a {
    text-decoration: none;
}

iframe {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 600px;
}

table {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: 1rem !important;
}

td,
th {
    padding: 5px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

body.modal-open {
    overflow: hidden !important;
}

.chairperson td:first-of-type {
    text-align: center;
}

.partners h4:not(:first-of-type),
.focus-products h4:not(:first-of-type) {
    margin-top: 3rem;
}

.text-red {
    color: #ee1d23;
}

a.text-red:hover,
a.text-red:active,
a.text-red:focus,
a.text-red:visited {
    color: #ee1d23;
}

h1:not(.header-title) {
    background-color: #f8f9fa;
    border-radius: .3rem;
    padding: 1rem;
}

#btn-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 99;
    border-radius: 50%;
    padding: 0;
}
