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

::-webkit-scrollbar-track {
    background: #2d4152;
}

::-webkit-scrollbar-thumb {
    background-color: #99cccd;
    border-radius: 10px;
}
fieldset {background: rgba(255,255,255,.1); border: 1px dotted rgba(100,180,200,.8); border-radius: 15px;
  margin-bottom: 25px;}
fieldset>legend {
  background: linear-gradient(90deg, rgba(140,220,240,.9), rgba(50,90,120,.1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-shadow: 0 0 2px #64b4c8,0 .2em .5em #6aa8a8, 0px -2px 1px #96aadc, 0 1px 2px #000;
  text-transform: uppercase;
  font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	display: block;
  text-align: center;
  background: rgba(255,255,255,.1);
  padding: 5px 15px;
  border-radius: 15px;
}
article.int>h3 {
  background: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1), 0 1px 0 rgba(250, 250, 240, 1), 0 -1px 0 rgba(100, 120, 50, .5);
}
article.dang>h3 {
  letter-spacing: 0.05em;
  color: #1bfdf3;
  font-weight: 500;
}
.integrated-symbol{
content: "⬆";
}
.dangler-symbol{
content: "⬇";
}

article.int>details {
background-image: linear-gradient(160deg, #d5a075, #c29740, #fef1a2, #bc881b, #d5a075);
  background-size: 200% 200%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
  border: 1px solid rgba(165,93,7,.6);
  border-bottom: 1px solid rgba(253,180,27,.6);
  color: rgba(90,30,20,.8);
  text-shadow: 0 2px 2px rgba(250, 240, 180, 1), 0 1px 0 rgba(250, 250, 240, 1), 0 -1px 0 rgba(140, 170, 70, .6), 1px 1px 4px rgba(0, 0, 0, .6);
  margin-bottom: 5px;
}
article.int>details > summary {
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 25px;
  display: inline-block;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
  height: 1.8em;
  line-height: 1.7em;
  text-transform: uppercase;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px rgba(139,66,8,1),
              inset 0 -1px 1px 3px rgba(250,227,133,1);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1), 0 1px 0 rgba(250, 250, 240, 1), 0 -1px 0 rgba(100, 120, 50, .5);
  transition: all .2s ease-in-out;
  background-size: 100% 100%;
  background-position:center;
}
article.int>details > summary:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
  border: 1px solid rgba(165,93,7,.6);
  color: rgba(120,50,5,.8);
  border-radius: 0.6em;
}

article.dang>details {
background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%);
  color: #1bfdf3;
  border-bottom: 1px solid rgba(27,253,243,.6);
  margin-bottom: 5px;
}
article.dang>details > summary {
  font-size: .9em;
  font-weight: 600;
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  --green: #1bfdf3;
  padding: 0.3em 0;
  letter-spacing: 0.05em;
  position: relative;
  font-family: inherit;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid var(--green);
  background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%);
  color: var(--green);
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
}
article.dang>details > summary:hover {
  color: #82ffc9;
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
}
article.dang>details > summary:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform .4s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60% , transparent 100%);
}

article.dang>details > summary:hover:before {
  transform: translateX(15em);
}

article.int {
  float: left;
}
article.dang {
  float: right;
}
article p{
  text-align: center;
  text-transform: uppercase;
}
.spaced{
  padding: 5px 0;
}
.spacedown{
  padding-bottom: 15px;
}
.spaceup{
  padding-top: 15px;
}
.lc{
  text-transform: lowercase;
}
.uc{
  text-transform: uppercase;
}
.cap{
  text-transform: capitalize;
}

.clarify {
  color: #99cccd;
  text-transform: lowercase;
}
.clarify-int {
  color: #852b01;
  text-transform: none;
}
.clarify-dang {
  color: #63ced1;
  text-transform: none;
}
.subtle-dang { color: #3a6d6b }
.subtle-int { color: #c59954 }

.subtitle-dang, .subtitle-int {line-height: 100%; font-size: .8em;}
p.subtitle-dang { color: #6ec0bd;  }
.subtitle-int { color: #8d672b; }
