header .tmanual_header_white {
    float: left;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    max-width: 1140px;
    padding: 0 15px;
    margin-right: auto;
    box-sizing: inherit;
}

.tmanual_content {
    margin: 32px auto 0;
    width: 100%;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    padding: 10px;
    text-align: left;
    max-width: 90%;
}

header {
    display: flex;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #009ee0;
}

.tmanual_main_nav {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
}

header .tmanual_app_logo {
    display: flex;
    justify-content: center;
    width: 92%;
    height: 28px;
    margin-top: 13px;
}

.tmanual_main_nav img {
    max-width: 100%;
    max-height: 100px;
}

header .tmanual_header_triangle {
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: transparent #009ee0 transparent;
}

header .tmanual_header_blue {
    float: right;
    height: 60px;
    max-width: 72%;
    width: 100%;
    background: #009ee0;
    display: flex;
}

@media screen and (max-width: 1180px) {
    header .tmanual_header_blue,
    header .tmanual_navigation,
    header .tmanual_header_triangle {
        display: none;
    }

    header .tmanual_header_white {
        text-align: center;
        margin: auto;
    }

    .tmanual_content {
        max-width: 100%;
    }
}

/* Overwriting some Bootstrap styles that break the header */
.tmanual-container-header-white {
    padding: 0;
}

.tmanual-terra-color {
    background: #009ee0;
    color: #fff;
}

.tmanual-submit-button {
    background: #009ee0;
    color: white;
}

footer {
    clear: both;
    width: 100%;
    padding: 20px 0 30px 0;
    color: #666666;
    text-align: center;
}

.tabulator-header, .tabulator-header .tabulator-col {
    background-color: #009ee0 !important;
    color: #fff;
}