/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#list {
  padding: 0 25%;
  overflow: hidden;
}

@media(max-width: 700px) {
  #list {
      padding: 0 5%;
  }
}

#list .container {
  background: transparent;
}

#list .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  text-align: left;
  margin: 50px 0 50px 0;
  width: 100%;
}

#list .container > .row > img {
  margin: 0 0 10px 0;
}

#list #topten-list {
  padding: 0;
  list-style: none;
}

#list #topten-list li {
  border-bottom: 1px solid #ebebeb;
}

#list #topten-list li a {
  padding: 22px 0;
  display: block;
  position: relative;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#list #topten-list li a i {
  position: absolute;
  right: 0;
  top: 20px;
}

#list #topten-list li a i {
  font-size: 1rem;
  font-weight: 700;
}

#list #topten-list li div p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #list #topten-list i {
    top: 13px;
  }
}

#list #topten-list li a.collapsed i::before {
  content: "\f2c7" !important;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
  }
}
