/* This stylesheet is used to style the public-facing components of the plugin. */

.stwa-close {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}

#scroll-item ul {
  margin-left: 20px;
}

.spu-close:hover,
.spu-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
