#windowCloseButton:hover + #windowCloseIcon {
  background-color: red;
  color: white;
}

#windowFullscreenButton:hover {
  background-color: rgb(230,230,230);
}

#windowMinimizeButton:hover {
  background-color: rgb(230,230,230);
}

.puttyInputTextBox:focus {
  outline: none;
}

.cursor {
  font-size: 12px;
  background-color: lime;
  color: lime;
  position: absolute;
  margin: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::-moz-selection {
  color: black;
  background: white;
}

::selection {
  color: black;
  background: white;
}

.roleBox {
  height: 200px;
  width: 150px;
  margin: 10px;
  background: rgba(255,255,255,0.3);
  border-radius: 15px;
  cursor: pointer;
}

.roleBox:hover {
  background: rgba(255,255,255,0.5);
}

.highlightITPro {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("IT-ProBackground.gif");
}

