.remote-control-container { position: absolute; z-index: 1010; top: 10px; right: 10px; background-color: #eee; border: solid 1px #ccc; * { font-size: 15px; }
div { line-height: 25px; }
input { width: 60px; }
button { cursor: pointer; }
}
.remote-control-sending-container { background-color: #e4e6e8; * { color: #444; }
}
.remote-control-reception-container { background-color: #c6c8ca; min-height: 35px; .remote-control-status-success { color: green; }
.remote-control-status-info { color: blue; }
.remote-control-status-warning { color: orange; }
.remote-control-status-error { color: red; }
}
.remote-control-sending-container > div,
.remote-control-reception-container > div { padding: 5px; }
