body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h1 {
    text-align: left;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}
.fixed-width {
    width: 180px; /* Set your desired width */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-green {
    color: green;
}

.text-red {
    color: red;
}

.text-black {
    color: black;
}
.close-value {
    display: inline-block; /* Allows width to be applied */
    width: ch; /* Fixed width of 5 characters */
    text-align: left; /* Align text to the right */
}

.diff-value {
    font-size: 14px;;
}
.clickable {
    cursor: pointer;
    color: blue;
}
 footer {
            background-color: #f2f2f2;
            text-align: center;
            padding: 20px;
            position: relative;
            bottom: 0;
            width: 100%;
        }
        footer a {
            margin: 0 15px;
            text-decoration: none;
            color: #333;
        }
        footer a:hover {
            text-decoration: underline;
        }
