﻿.bodystyle {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.container {
    height: 100vh; /* Makes the container take the full vertical height of the screen */
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*.left-section, .right-section {
            padding: 10px;
            box-sizing: border-box;*/ /* Ensures padding/border doesn't add to the width */
/*overflow: auto;*/ /* Allows content to scroll if it overflows */
/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
        }*/

.left {
    width: 25%;
}

.right {
    right: 75%;
}

.left-section {
    color: #202224;
    background-color: #F5F6FA;
    font-size: 13px;
    /*background-repeat: round;*/
    /*height: 300px;*/ /* Set a specific height for the container */
}

    .left-section table {
        margin: 15px;
    }

.right-section {
    background-color: white;
    display: block;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px;
}

.topbar {
    background-color: black;
    height: 7.5%;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
}

.contentbar {
    background-color: white;
    height: 92.5%;
    width: 100%;
}

table, th, td {
    border: none;
}

table {
    border-collapse: collapse;
}

.logoimage {
    width: 200px;
}

.colorGray {
    color: #F5F6FA;
}

a {
    text-decoration: none;
    color: #F5F6FA;
}

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
        color: inherit; /* makes the link inherit the color of its parent element */
    }

.tableContents {
    font-size: 20px;
    font-weight: bold;
}

.tableContents2 {
    font-size: 24px;
    font-weight: bold;
}

ul {
    list-style-type: disc;
}

.trHeight {
    height: 30px;
}
