
body {
  margin: 0px;
}

#ContUser {
  border-width: 0px 0px 5px 5px;
  border-radius: 0px 0px 0px 20px;
  border-style: inset;
  border-color: red;
  position: absolute;
  top: -100px;
  right: 0px;
  width: 300px;
  transition: 0.5s;
}

#ContUserData {
  padding: 10px;
  min-height: 50px;
}

#ToggleUser {
  border-width: 2px 0px 0px 0px;
  border-radius: 0px 0px 0px 20px;
  border-style: solid;
  border-color: blue;
  padding: 10px 0px 10px 10px;
  bottom: 0px;
  height: 20px;
  width: 100%;
}
