
.logout {
  position: relative;
  }

.logoutbutton {
  position: absolute;
  top: 7px;
  right: 10px;
  background: linear-gradient(to bottom, #006FAE,#005D93 30%,#014A75);
  color: white;
  font-size: 12px;
  cursor: pointer;
  width: 90px;
  }

.logoutbutton:hover {
  background: -moz-linear-gradient(to bottom, #006FAF,#0281C8 30%,#008CDB);
  background: -webkit-linear-gradient(to bottom, #006FAF,#0281C8 30%,#008CDB);
  background: linear-gradient(to bottom, #006FAF,#0281C8 30%,#008CDB);
  }


