body {
  font-family: 'Arial';
  color: #5E5E5E;
  font-size: 16px;
}

.panel {
  font-size: 14px;
  padding: 18px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  max-width: 540px;
}
.panel__heading {
  margin-bottom: 18px;
}
.panel__expand-search {
  cursor: pointer;
}
.panel__search-features {
  opacity: 1;
  visibility: visible;
  transition: ease 0.3s all;
  min-height: 20px;
  padding: 18px 0;
}
.panel__h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}
.panel__h5 {
  color: #A3A3A3;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0 0 12px 0;
  margin: 0;
}
.panel__border--light {
  border-bottom: 1px solid #F8F8F8;
}
.panel__border--dark {
  border-bottom: 1px solid #F0F0F0;
}

.table__header {
  border-bottom: 1px solid #F0F0F0;
  padding: 18px 0;
}
.table__p {
  margin: 0;
  padding: 0;
}
.table__row {
  border-bottom: 1px solid #F0F0F0;
  padding: 18px 0;
}
.table__row:last-of-type {
  border-bottom: 0;
}
.table__score-header {
  font-size: 12px;
  font-weight: 600;
  padding: 6px;
  background: #BE202E;
  border-radius: 4px;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.table__score-header:after {
  content: '';
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 6px solid #BE202E;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.table__score {
  font-weight: 600;
  position: absolute;
  padding: 6px;
  background: #F15A29;
  border-radius: 4px;
  color: white;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.table__trend-up-icon {
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
  color: green;
}
.table__alert-icon {
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 22px;
  color: #BE202E;
  position: absolute;
}
.table__alert-icon:after {
  font-size: 10px;
  font-style: normal;
  display: flex;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  content: attr(data-alert);
  background: black;
  border: 2px solid white;
  color: white;
  width: 12px;
  height: 12px;
  right: -8px;
  top: -5px;
}
.table__trend-down-icon {
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
  color: #BE202E;
}
.table__more-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
}
.table__h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.grid {
  display: flex;
}
.grid--align-end {
  display: flex;
  justify-content: flex-end;
}

.grid__col-1 {
  position: relative;
  width: 8.3333333333%;
}

.grid__col-2 {
  position: relative;
  width: 16.6666666667%;
}

.grid__col-3 {
  position: relative;
  width: 25%;
}

.grid__col-4 {
  position: relative;
  width: 33.3333333333%;
}

.grid__col-5 {
  position: relative;
  width: 41.6666666667%;
}

.grid__col-6 {
  position: relative;
  width: 50%;
}

.grid__col-7 {
  position: relative;
  width: 58.3333333333%;
}

.grid__col-8 {
  position: relative;
  width: 66.6666666667%;
}

.grid__col-9 {
  position: relative;
  width: 75%;
}

.grid__col-10 {
  position: relative;
  width: 83.3333333333%;
}

.grid__col-11 {
  position: relative;
  width: 91.6666666667%;
}

.grid__col-12 {
  position: relative;
  width: 100%;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  min-height: 0 !important;
  overflow: hidden !important;
  transition: ease 0.3s all;
  padding: 0;
  margin: 0;
  height: 0;
}
