#report thead {
    background-color: #333;
    color: white;
    text-transform: uppercase;
    /*font-size: 14px;*/
    font-weight: 900;
}
#report thead tr td {
    padding: 5px;
}
.sup {
    /*font-size: 12px;*/
    font-weight: 900;
}

#report tbody tr td {
    padding: 5px;
    border-collapse: collapse;
    /*font-size: 14px;*/
}
.hardware {
    /*font-size: 12px;*/
    border: 1px solid #333;
    padding: 10px;
}
.hardware .problem-detected {
    padding: 10px;
}
#os-header {
    border: 1px solid #333;
}
#os-header td {
    text-align: center;
    border: none;
    /*font-size: 12px;*/
    text-transform: uppercase;
    font-weight: 800;
}
.logo {
    width: 10%;
    text-align: center;
}
.number {
    width: 10%;
}

.products tbody tr:nth-child(even) {
    background-color: lightgray;
}
.identifier {
    font-weight: bold;
}