
.content {
  font-weight: 500;
}

.actions li a {
  border: grey 1px solid;
  font-weight: 600;
}

.ao-floater {
  z-index: 1000;
  position: fixed;
  top: 20px;
  right: 20px;
}

.ao-icon-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: black solid 1px;
}

.content {
  box-shadow: rgba(0,0,0,0.1) 3px 3px;
}


.dark-shadow {
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.8) !important;
}

.error {
  color: red;
}


.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.show-scrollTop {
  opacity: 1;
  transition: all .2s ease-in-out;
}
