.device-player-table-wrapper {
    padding: 0 4px;
    border-radius: 4px;
    background: #eeeeee;
}

.device-player-popup-table {
    width: 100%;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    background: #eeeeee;
}

.device-player-popup-table-pc {
    width: 784px;
}

table.device-player-popup-table th {
    font-size: 0.92em;
    font-weight: 600;
    color: #000000;
    line-height: 130%;
}

table.device-player-popup-table .streaming-color {
    color: #f04682;
}

table.device-player-popup-table .streaming-unavailable-color {
    background: #f04682;
}

table.device-player-popup-table .download-color {
    color: #01a3ff;
}

table.device-player-popup-table .download-unavailable-color {
    background: #01a3ff;
}

.device-player-popup-table th,
.device-player-popup-table td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 4px 0;
    text-align: center;
    align-items: center;
}

.device-player-popup-table-pc th,
.device-player-popup-table-pc td {
    padding: 4px 8px;
}

.device-player-popup-table-pc tr:first-child th:not(:last-child),
.device-player-popup-table-pc tr:last-child th:nth-child(odd):not(:last-child),
.device-player-popup-table-pc td:nth-child(odd) {
    border-right: 2px solid #cccccc;
}

.device-player-popup-table th:last-child,
.device-player-popup-table td:last-child {
    border-right: none;
}

.device-player-popup-table tr:last-child td {
    border-bottom: none;
}

.device-player-popup-table-pc tr:first-child th:first-child {
    border-bottom: none;
}

.device-player-popup-th-device {
    width: 16%;
}

.available-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
}

.unavailable-icon {
    display: inline-block;
    width: 18px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}

.device-player-popup-td-available {
    display: flex;
    justify-content: center;
    align-items: center;
}

.device-player-popup-table .icon-wrapper {
    height: 20px;
}

.device-player-popup-table-pc .icon-wrapper {
    height: 30px;
    align-content: center;
}
