#header-main-section {
    width: 0%;
    height: 0%;    
    min-height: 0%;
    display: none;
}
.msu_button_right {
    float:right;
}
.msu_button_left {
    float:left;
}
.msu_bold {
  font-weight: bold;
}

.msu_red {
   color: red;
}

.msu_div_horizontal{
    float: left;
    clear: none; 
}
.msu_horizontal {
    display:inline-block;
     margin: 0 5px; 
}
.msu_clear{
    clear: both;
}
table {
   font-family:arial; 
   font-size:14px;
   border:1px solid #002144;
}
 th, td {
        border: 1px solid #ddd; /* Adds a light gray border to cells */
        padding: 8px; /* Adds padding inside cells */
        text-align: left; /* Aligns text to the left within cells */
    }
 th {
        background-color: #002144; /* Dark blue background for headers */
        color: white; /* white text color for headers */
        font-weight: bold; /* Makes header text bold */
    }


tr:nth-child(even) {
        background-color: #eee; /* Lighter gray background for even rows */
    }