.firmWare-pc-lsit {
    box-sizing: border-box;
    width: 100%;
    padding: 0 200px;
}

.firmWare-pc-lsit-table {
    width: 100%;
    table-layout: fixed;
    visibility: visible;
}

.firmWare-pc-lsit-table td {
    position: static;
    border-bottom: 1px solid #ebebeb;
    background: rgba(255, 255, 255, 0);
}

.firmWare-pc-lsit-table th,
.firmWare-pc-lsit-table td {
    position: relative;
    min-width: 0;
    height: 36px;
    box-sizing: border-box;
    padding: 6px 0;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.firmWare-pc-lsit-table th {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.08) !important;
    color: #1a1a1a;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
}

.firmware_tools_table_operation_value {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.pdf-url {
    display: inline-block;
    color: rgb(33, 150, 243);
    margin-left: 24px;
    line-height: 24px;
    font-size: 14px;
}

.download-url {
    display: inline-block;
    color: rgb(33, 150, 243);
    line-height: 24px;
    font-size: 14px;
}