/* gototop */
.gototop {
  position     : fixed;
  bottom       : 17px;
  right        : 55px;
  z-index      : 1000;
  padding      : 7px;
  margin       : 6px;
  background   : #00000087;
  border-radius: 10px;
  min-width    : 32px;
  max-height   : 32px;
  color        : white;
  cursor       : pointer;
}

.gototop .icon {
  font-size: 12px;
}

.gototop:hover {
  background: #000000c7;
}

.gototop .separator:after {
  content   : "";
  position  : absolute;
  top       : 0;
  bottom    : 0;
  display   : inline-block;
  min-width : 1px;
  background: white;
}