#pnlUserAccountsContent.tabs-container {
  background-color: #fff;
  background-image: none;
}
#pnlUserAccountsContent .content {
  padding: 1em 1.5em 1em 1.5em;
}
#pnlUserAccountsContent .virtualDeviceControls {
  width: 42em;
}
#pnlUserAccountsContent .sceneCapableButtons {
  margin-right: 2em;
}
#buttonControlButtons {
  margin-bottom: 1em;
}
.addPadding {
  padding-left: 6em;
}
.deviceListItemPicture {
  float: left;
  width: 45px;
  height: 90px;
  margin: 0px 10px;
}
#virtualChannelSelectors {
  margin-left: -10px;
}
#virtualChannelSelectors .poleColumn {
  padding: 4px 10px 10px 10px;
  background-color: #bfdcff;
  border-radius: 15px;
  width: 18em;
}
#virtualChannelSelectors .virtualDeviceList {
  margin-top: 10px;
  width: 100%;
  height: 160px;
  border: 1px solid #333;
  background-color: #fff;
  overflow: auto;
  cursor: default;
}
#virtualChannelSelectors .deviceSelectable {
  cursor: pointer;
}
#virtualChannelSelectors .deviceSelectable:hover {
  background-color: #eee;
}
#virtualChannelSelectors .deviceHighlighted {
  background-color: #eee;
  font-weight: bold;
}
#virtualChannelSelectors .deviceDisabled {
  color: #ddd;
}
#indControlMessage {
  display: none;
  margin-top: 1em;
  font-weight: bold;
}
