body {
    font:80% Arial, Helvetica, sans-serif;
}

#preview {
    position:absolute;
    border:2px solid #000;
    background:#fff;
    padding:5px;
    display:none;
    color:#fff;
    z-index: 100000;
    text-decoration:none;
}

.ip-container {
    position: relative;
    cursor: pointer;
}

.ip-popup {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    top: 100%;
    left: 0;
}

.ip-container:hover .ip-popup {
    display: block;
}

.dropdown-container {
    display: none; /* hide by default */
}

.show-dropdown .dropdown-container {
    display: block; /* show when the class show-dropdown is added */
}

.fitsection.past-fit {
    background: #F5F5F5;
}

.fitsection{
    background: #E0E0E0;
    font-family: Helvetica;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 14px;
    width: 800px;
    zindex: 100;
    border:2px solid #E7E7E7;
}
.fitsection:hover{
    border:2px solid #333;
}
.fittitle{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 14px;
}

/* Styling for the custom-popup */
.custom-popup {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 8px;
    z-index: 1;
    border: 1px solid #ddd;
}

/* Show the custom-popup on hover */
.type:hover .custom-popup {
    display: block;
}

/* Optional: Add some styling to the headertype to indicate a hover effect */
.type:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.header{
    font-family: Helvetica;
    font-size: 30px;
    text-align: center;
    margin: 10px;
    
}

#header {
    margin-top: 2em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.6em;
    color: #4E6CA3;
    border-bottom: 2px solid #B0BED9;
    clear: both;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.fitid {
    width:10%; 
    float:left;
}
.date {
    float: left;   
    text-align:right; 
    width: 19%;
    cursor: pointer;
}
.qty {
    float: left;   
    text-align:right; 
    width: 5%;
}
.type {
    float: left;   
    text-align:right; 
    width: 16%;
}
.ip {
    float: left;  
    text-align:right;  
    width: 16%;
}
.ipdetails {
    float: left;  
    text-align:right;  
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
}

.ipdetails:empty::before {
    content: "\00a0";  /* this is the CSS equivalent of &nbsp; */
}

.files {
    float: left;   
    text-align:right; 
    width: 14%;
}