body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 20px;
  color: black;
  background: url("../images/CSC/background.jpg") no-repeat center center fixed;
  background-size: cover;
  background-color: #ccffff; /* Fallback color */
}

header {
    /* Site Greeting */
}

h1 {
    /* Site Greeting */
}

/* Debug Information */
.debug-content {

}
/* Main Menu */
nav {
    background-color: #ccffff;
}

.horizontal-menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.horizontal-dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Dropdown and submenu styles removed - handled by theme system */
/* Add this to usbmstyle.css */

/************************************************************
*                   Project Details Table Style             *
************************************************************/

.project-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.project-details-table th, .project-details-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.project-details-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.project-details-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.project-details-table tr:hover {
    background-color: #e0e0e0;
}
