﻿
/*Style Sheet Start*/

#content {

}

#wrapper {
    padding: 10px 10px 10px 10px;
    margin-bottom:40px
}


#header {
    width: auto;
    height: 85px;
    margin: 0 auto;
}

#logo {
    position: relative;
    float: left;
    max-width: 150px;
    max-height: 80px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 10px 10px 10px;
}

#companyInfo {
    position: relative;
    float: right;
    font-family: Arial;
    color: black;
    font-size: 12px;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

#body-text {
    position: relative;
    font-family: Arial;
    font-size: 12px;
    text-align:center;
    color:black;
}

h2 {
    font-size: 1.6em;
    margin-left: 80px;
    padding: 10px 10px 10px 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: white;
    background-color: var(--primary-color);
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
}

table {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 500px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    margin-right: auto;
}

thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

th,
td {
    padding: 12px 15px;
}

tbody tr {
    border-bottom: 1px solid #dddddd;
}

tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}



