.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  vertical-align: middle;
  padding-left: 40px;
}

.active,
.collapsible:hover {
  background-color: #555;
}
.collapsible:after {
  content: "\002B";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: Raleway, sans-serif;
  display: grid;
  background-color: #eee;
  color: #246;
  padding: 3em 1em;

  a:link {
    text-decoration: none;
  }
  a:visited {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  a:active {
    text-decoration: none;
  }
}

.todo {
  width: 100%;
  max-width: 420px;
  background-color: #ddd;
  padding: 2em;
  box-shadow: 1px 2px 4px #0003;
}

h1 {
  margin: 0 auto;
}

ul {
  padding-inline-start: 1.5em;
  font-weight: 400;

  ::marker {
    content: ">";
    color: #48b;
  }

  ul ::marker {
    content: ">>";
  }
}

li {
  position: relative;
  padding-inline-start: 0.5em;
  padding-top: 1.5em;
  border-bottom: 1px solid #48b2;
  cursor: default;
  transition: color 0.4s;

  /* &::after {
  content: attr(theLittleDetails);
  position: absolute;
  left: 15%; bottom: calc(100% - 1.5em);
  background-image: conic-gradient(from 10deg at 1em 100%, #fff 30deg, #fff0 30deg),
    linear-gradient(0deg, #fff0 1.5em, #fff 1.5em);
  color: #246;
  font-weight: 700;
  padding: 1em 2em 2.5em;
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(1px 2px 4px #0003);
  transition: opacity 0.4s;
} */

  &:hover {
    color: #48b;

    &::marker {
      font-weight: 700;
    }
    &::after {
      opacity: 1;
      transition-delay: 0.2s;
    }
  }
}

#quant-systems {
  background-image: url(symbols/quant.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 2px;
}

#usdjpy {
  background-image: url(symbols/USDJPY.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 2px;
}

#gbpusd {
  background-image: url(symbols/GBPUSD.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 2px;
}

#eurusd {
  background-image: url(symbols/EURUSD.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 2px;
}

#gbpjpy {
  background-image: url(symbols/GBPJPY.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 2px;
}

#xauusd {
  background-image: url(symbols/XAUUSD.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#jp225 {
  background-image: url(symbols/JP.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 2px;
}

#usindex {
  background-image: url(symbols/USIndex.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 2px;
}

#audusd {
  background-image: url(symbols/AUDUSD.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#btcusd {
  background-image: url(symbols/BTCUSD.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#ethusd {
  background-image: url(symbols/ETHUSD.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#usdchf {
  background-image: url(symbols/USDCHF.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#usdoilwti {
  background-image: url(symbols/Oil-WTI.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#usdcad {
  background-image: url(symbols/USDCAD.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#eurjpy {
  background-image: url(symbols/EURJPY.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#nzdusd {
  background-image: url(symbols/NZDUSD.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#dax30index {
  background-image: url(symbols/DE30.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#audjpy {
  background-image: url(symbols/AUDJPY.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}

#hk50 {
  background-image: url(symbols/HK50.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 2px;
}