body {
background-color: #e3e3e3;
}
blockquote { text-align: right; font-size: 9pt; font-feature-settings: "ss04"; position: fixed; bottom: 10px; right: 10px; margin: 0px; text-shadow: 0px 1px 1px #024; color: #024; }
blockquote .author { font-style: italic; }
footer_line { text-align: center; font-size: 10pt; font-feature-settings: "ss04"; position: fixed; bottom: 1px; right: 45%; margin: 10px; text-shadow: 1px 1px 1px red; color: #024; }
footer_line .footer_line { font-style: bold; }
.holds-iframe {
background:url(https://babyshark.me/img/logo.png) center top no-repeat;
}
.spoiler {
  background-color:darkslategray;
  color:white;
  padding:.15384615384615385em;
  margin:1em 0;
}
.spoiler-toggle,
.spoiler-toggle:focus,
.spoiler-toggle:hover,
.spoiler-toggle:active {
  display:block;
  margin:0;
  padding:0 1.2em 0 .6em;
  height:2em;
  font:normal normal 100%/2em Helmet,FreeSans,Sans-Serif;
  color:inherit;
  text-decoration:none;
  outline:none;
  position:relative;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  cursor:pointer;
}
.spoiler-toggle:before {
  content:"";
  display:block;
  float:right;
  width:0;
  height:0;
  border-width:.3076923076923077em .3076923076923077em 0;
  border-style:solid;
  border-color:white transparent transparent;
  margin:.9230769230769231em -.6em 0 0;
}
.spoiler-content {
  padding:1em;
  background-color:white;
  color:#333;
}
.spoiler-state-expanded .spoiler-toggle {padding-bottom:inherit}
.spoiler-state-expanded .spoiler-toggle:before {
  border-width:0 .3076923076923077em .3076923076923077em;
  border-color:transparent transparent white;
  margin-top:.8461538461538461em;
}
.spoiler-state-expanded .spoiler-content + .spoiler-toggle {
  padding-top:inherit;
  padding-bottom:0;
}
.spoiler-state-disabled .spoiler-toggle {
  cursor:default;
  cursor:not-allowed;
}
.spoiler-state-disabled .spoiler-toggle:before,
.spoiler-js .spoiler-state-collapsed .spoiler-content {display:none}
.spoiler-primary {background-color:steelblue}
.spoiler-success {background-color:mediumseagreen}
.spoiler-info {background-color:skyblue}
.spoiler-warning {background-color:sandybrown}
.spoiler-danger {background-color:salmon}

/* ignore this! */
#my-custom-id .spoiler-toggle {
  font-weight:bold;
  font-style:italic;
}
#footer-bottom #back-to-top {
    background: #ccc !important;
    color: #3a8739 !important;
    overflow: hidden !important;
    text-align: center !important;
    width: 66px !important;
    height: 33px !important;
    display: block !important;
    margin: 0 auto -30px !important;
    -webkit-border-radius: 0 0 3px 3px !important;
    border-radius: 2px 2px 25px 25px !important;
    -webkit-box-shadow: inset 0 1px 0 rgb(0 0 0 / 5%) !important;
    box-shadow: 0 3px 0 #246aa6 !important;
}
::-webkit-scrollbar {
    height: 22px !important;
    width: 22px !important;
    background: #006600;
}
::-webkit-scrollbar-thumb {
    background: #EA4335;
    -webkit-border-radius: 21px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-corner {
    background: #111999 ;
}
::-webkit-scrollbar-button {
    background: #FBBC05 ;
}