body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
#roperemote {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.device, .button {
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor:pointer;
    padding: 10px;}

.device {
    display:flex;
    justify-content: space-between;
    margin-bottom:10px;
}

a {
    color: #3498db;
    text-decoration: none;
}

.status {

    padding: 10px;
    border-radius: 100%;



}

.status.online {
    background-color: #4CAF50;
}
.status.offline {
    background-color: #f44336;
}

#commandstatus {
    color:#ff08bb;
    font-weight: bold;
}