/**
* COINS LIST UNIFIED STYLES
*/
.button_icon_simple {
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-size: contain;
  opacity: 0.7;
}
.button_icon_simple:active {
  opacity: 0.5;
}
.button_icon_simple:hover {
  opacity: 1;
}
.coins_list {
  display: flex;
  flex-wrap: wrap;
  /*.sorted_coin:nth-child(3n){
	// .sorted_coin:last-child(3n)  {
		border-right: none;
	}*/
}
.coins_list .sorted_coin:last-child {
  border-right: none;
}
.coins_list .sorted_coin {
  width: 33.33%;
  margin-bottom: 0.5em;
  font-size: 80%;
  border-right: 1px solid #e3e3e3;
  padding: 0.5em;
  border-radius: 4px;
}
@media screen and (min-width: 1680px) {
  .coins_list .sorted_coin .uri-text a {
    font-size: 90%;
  }
}
@media screen and (max-width: 976px) {
  .coins_list .sorted_coin .uri-text a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 710px) {
  .coins_list .sorted_coin .uri-text a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 590px) {
  .coins_list .sorted_coin .uri-text a {
    font-size: 3vw;
  }
}
.coins_list .sorted_coin .images_wrapper {
  margin-bottom: 0.5em;
  position: relative;
}
.coins_list .sorted_coin .images_wrapper img {
  width: 50%;
  height: 200px;
  object-fit: contain;
  object-position: center;
  background-color: white;
}
@media screen and (max-width: 976px) {
  .coins_list .sorted_coin {
    width: 48% !important;
  }
}
@media screen and (max-width: 590px) {
  .coins_list .sorted_coin {
    flex: inherit;
    width: 95% !important;
    border-right: none;
    margin-top: 1em;
  }
}
/*# sourceMappingURL=coins_common.css.map */