body {
  background: #fff;
  color: #000;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

#tabs-container {
  overflow-x: hidden;
  z-index: 1000;
}

.tabpanel {
  margin: 0;
  padding: 0;
}

.text-tab {
  display: inline-block;
  width: 25px;
}

.text {
  font-family: 'Open Sans', sans-serif;
  max-width: 200px;
  margin: 15px auto;
  line-height: 25px;
  padding-bottom: 200px;
  padding-top: 100px;

/*  transform: translate3d(0, 0, 0);
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  -webkit-perspective: 1000;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

.gray-blur {
  color: transparent;
  font-size: 30px;
  text-shadow: 0 0 5px rgb(100 100 100 / 25%);  
  white-space: nowrap;
}

.line {
  overflow: visible;
  height: 25px;
}


@keyframes rotate {
  to { transform: rotate(-360deg); }
}

@keyframes rotate2 {
  to { transform: rotate(360deg); }
}


.wavering {}
.wavering2 {
  width: 0;
}

#attns-container img {
  max-width: 100%;
}

#attns-container .break {
  height: 25px;
  overflow: visible !important;
}

#attns-container .break.a {
  height: 20px;
}

#attns-container .break.a.b {
  height: 45px;
}

#attns-container .lcd {
  background: transparent;
  height: 60px;
  width: 96px;
  margin: 10px auto;
  border: 1px solid #fff;
  box-shadow: 0 0 12px 7px #eee;
  overflow: hidden;
}


/* Tab 1: every moment */

.orbit {
  display: inline-block;
  animation: rotate 30s linear infinite;
}


#sss {
  display: inline-block;
  height: 62px;
  width: 62px;
  position: relative;
}

#sss > div {
  position: absolute;
  background: #eee;
  height: 62px;
  width: 2px;
  left: 30px;
  filter: blur(1.5px);
}

#sss .s0 {
  animation: rotate 50s linear infinite;
  background: #e6e6e6;
}
#sss .s1 {
  animation: rotate 8s linear infinite;
  background: #eaeaea;
}
#sss .s2 {
  animation: rotate 0.85s linear infinite;
  background: #f0f0f0;
}

.spinner {
  font-family: monospace;
}

/* Tab 2: you just said something */

#tab-2 .gray-blur {
  display: inline-block;
  animation: rotate 100s linear infinite;
}


/* Tab 3: when we talk we fail */

#attns-container #tab-3 .lcd {
  margin-top: 35px;
  box-shadow: inset 0 0px 15px #eee;
}

/* Tab 4: it's important */

#attns-container #tab-4 .lcd {
  border-color: #e6e6e6;
  background-color: #fff;
  box-shadow: none;
  margin: 7px 0 7px 43px;
  border: 0px solid #f6f6f6;
}

.all-words-container {
  display: block;
  overflow-wrap: break-word;
  white-space: normal !important;
  font-size: 22px;
  line-height: 18px;
}

.all-words-container .all-words {
  color: #eee;
  width: 350px;
  display: block;
  margin-top: -9px;
  margin-left: -17px;  
  text-shadow: 0 0 3px rgb(100 100 100 / 18%);  

    margin-top: -13px;
    transform: rotate(-2deg);
}

/* Tab 5:  what good is */

#tab-5 .line {
  transform: scaleY(0);
}


/* Tab 6:  suspended lens */

#ddd {
  display: inline-block;
  height: 50px;
  width: 70px;
  position: relative;
  overflow: hidden;
}

#ddd > div {
  position: absolute;
  height: 18px;
  left: 0;
  top: 30px;
}

#ddd .d0 {
  display: inline-block;
  animation: rotate 11s linear infinite;
}

#ddd .d1 {
  display: inline-block;
  animation: rotate2 7s linear infinite;
}


#tab-6 .line {
 overflow: visible !important;
}

/* Tab 7: i am never bored */

.harmony {
  height: 75px;
  position: relative;
}

.harmony div {
  position: absolute;
  transition: top 2s ease-in-out;
  top: 0;
}

.harmony div + div {
  transition: top 2.15s ease-in-out;
  top: 25px;
}

.harmony div + div + div {
  transition: top 2.35s ease-in-out;
  top: 50px;
}

.harmony div + div + div + div {
  transition: top 2.60s ease-in-out;
  top: 75px;
}


/* Tab 8: let it collapse */

.rift {
  transition: margin-top 300s ease-in-out;
  display: block;
  margin-top: 0;
}

.rift.go {
  margin-top: 1800px;
}

.alt, .alt2 {
  display: inline-block;
  position: relative;
  height: 18px;
  width: 70px;
}

.alt > span, .alt2 > span {
  height: 18px;
  position: absolute;
  left: 0;
  opacity: 1;
  transition: opacity 3s ease-in-out;
}

.alt > span + span, .alt2 > span + span {
  opacity: 0;
}



/* UI */

ul.ui-tabs-nav > li:before, ul.ui-tabs-nav > li:after {
  border-width: 0 !important;
}

.ui-widget.ui-widget-content {
  border: 0 !important;
}

.ui-tabs .ui-tabs-nav {
  padding: 0.2em 0.2em 0.2em;
  padding-left: 1em;
}

ul.ui-tabs-nav > li > a.closeTab {
  display: none;
}

ul.ui-tabs-nav > li.ui-state-hover > a.closeTab,
ul.ui-tabs-nav > li.ui-state-active > a.closeTab {
  display: inline-block;
}
