.system-table {
    margin-top: 3%;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background-color: #2c3e50;
    font-size: larger;
}

.system-table-header {
    background-color: #3498db;
    padding: 20px;
    font-size: larger;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.system-table-td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #34495e;
    color: #fff;
}

.system-info-legend {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #34495e;
    color: #fff;
}

.system-info-td {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #34495e;
    color: #fff;
}

.system-devices-table {
    margin-top: 3%;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background-color: #2c3e50;
    border: #2c3e50;
}

.system-devices-table-header {
    background-color: #3498db;
    padding: 20px;
    font-size: larger;
    color: #fff;
    text-align: center;
}

.table-add {
    text-align: center;
    cursor: pointer;
    background-color: #3498db7a;
    padding: 5px;
    font-size: large;
    color: #fff;
    text-align: center;
}


.system-devices-table-td {
    padding: 20px;
    text-align: left;
    width: 25%;
    border-bottom: 1px solid #34495e;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.system-devices-table-td-link {
    padding: 20px;
    text-align: right;
    width: 12%;
    border-bottom: 1px solid #34495e;
    color: #fff;
    cursor: pointer;
}

.system-devices-table-param-name {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #34495e;
    color: #fff;
    background-color: #202e3b;
}

.system-devices-table-param-val {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #34495e;
    color: #fff;
    background-color: #202e3b;
}

.system-devices-table-kpi {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #34495e;
    color: #fff;
    background-color: #202e3b;
}

.system-devices-table-kpi-header {
    border-top: 3px #34495e solid;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #34495e;
    color: #fff;
    background-color: #202e3b;
}

.system-devices-table-kpi-link {
    padding: 20px;
    text-align: right;
    width: 12%;
    border-bottom: 1px solid #34495e;
    color: #fff;
    cursor: pointer;
    background-color: #202e3b;
}

.system-devices-table-kpi-delete {
    padding: 20px;
    text-align: right;
    width: 100%;
    border: none;
    font-size: large;
    color: #e74c3c;
    cursor: pointer;
    background-color: #202e3b;
}