/* 
body {
    background-image: url('../images/background.svg');
    background-size: cover;
    background-position: center;
} */

.min-width-200 {
    min-width: 200px;
}

table.pdt-table {
    table-layout: fixed;
    width: 100%;
    margin-top: 20px;
}

table.pdt-table td {
    max-width: 300px;
    text-wrap: normal;
    word-wrap: break-word;
    font-size: 14px;
}

table.pdt-table th {
    text-align: left;
}

table.pdt-table td.ellipsis-column {
    max-width: 300px; /* Adjust as needed */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Truncate text with ellipsis */
}


.thin-line {
    border-top: 1px solid #5a5a5a;
    margin-top: 50px;
    margin-bottom: 10px;
  }

.inline-img {
    height: 1em;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}


footer {
    margin-left: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}