

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: rgb(190, 223, 137);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(189, 222, 135);
}

.portlet:not(.portlet-fullscreen) .heading:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 27px;
  background: #ff931e;
  right: 0px;
}

a.SmallVideo {
  position: absolute;
  right: 0px;
  z-index: 1;
  color: #000;
  font-size: 16px;
  top: -32px;
  background: #c0e28b;
  padding: 1px 5px;
  display: none;
}

.SmallVideo {
  position: fixed;
  bottom: 0px;
  left: 10px;
  width: 40vw;
  z-index: 999;
  transition: 0.1s;
  max-width: 355px;
}

.videoContainer {
  max-width: 700px;
  margin: 10px auto;
}

.reposition {
  position: absolute;
  top: 3px;
  color: #000;
  background-color: #bedf89;
  right: 3px;
  width: 25px;
  height: 25px;
  text-align: center;
}

[enable-indent] {
  text-indent: 50px;
}

.entry-content {
  width: 90%;
  margin: 0 auto;
  -moz-tab-size: 8;
  -o-tab-size: 8;
  tab-size: 8;
}

.entry-content p {
  margin-top: 0;
  margin-bottom: 24px;
}

.closeSmallVideoBtn {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 9px;
  padding: 6px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  outline: none;
}

.closeSmallVideoBtn svg {
  left: 0;
  position: relative;
  left: 0px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}