.red-outline {
  border: 1px solid red;
}

#elem-inspector {
  position: fixed; 
  left: 20px;
  top: 20px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: yellow;
}

#disconnect-link {
  position: fixed; 
  left: 20px;
  top: 200px;
}

.wraptocenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.wraptocenter * {
  vertical-align: middle;
}


div#right-sidebar{
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-color: red;
  position: fixed;
}

#right-toolbar {
  position: fixed; 
  right: 0; 
  top: 0; 
  height: 100%; 
  background-color: white;
  color: black;
  text-align: top;
  vertical-align: top;
}

#right-toolbar-handle {
  width: 20px; 
  height: 100%; 
  background-color: #aaaaaa; 
  border-left: 1px solid gray;
  display: inline-block;
  float: left;
  cursor: pointer;
  cursor: hand;
}

#right-toolbar-handle:hover {
  background-color: #cccccc; 
}

#right-toolbar-contents {
  width: 200px; 
  background-color: white; 
  color: black;
  display: inline-block;
  float: left;
  height: 100%;
  text-align: left;
}

