.socket-server-status-button {
  transform: translateX(30px);
}
.socket-server-status-button .connected {
  background: #0f0;
  color: #1B5E20;
  padding: 0;
  line-height: 1em;
}
.socket-server-status-button .connected .fa {
  padding: 3px;
}
.socket-server-status-button .disconnected {
  background: red;
  color: white;
  padding: 0;
  line-height: 1em;
}
.socket-server-status-button .disconnected .fa {
  padding: 3px;
}
.socket-server-status-dialog table td,
.socket-server-status-dialog table th {
  padding: 2px 4px;
}
