.card-description {
  height: 148px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.card-description-scroll {
   height: 375px;
   overflow: scroll;
   }
/*a:active {
  background-color: yellow;
}*/


.card-title {
  height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-title-chart {
  height: 25px;
}

.card-body-chart {
  height: 480px;
}


.tradingview-widget-container > div {
  height: 340px;
}

.card-top {
  height: 460px;
}

.card-small {
  height: 100px;
}

#price-table tr {
  cursor: pointer;
}

.settings-toggle {
  display: none;
}

.hider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  background-color: grey;
  z-index: 1000;
}