.coin-card{
    background: #f5f5f5;
    margin-top: 5px;
    margin-bottom: 5px;
}
.coin-card:nth-child(1){
    margin-top: 0;
}
.coin-card:nth-last-child(1){
    margin-bottom: 0;
}
.coin-header{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 5px 7px 5px 7px;
}
.coin-header div {
    display: inline-block;
}
.coin-logo{
    width: 10%;
    /*position: absolute;*/
    /*left: 0;*/
}
.coin-name{
    color: #ef6757;
    font-size: 14px;
    font-weight: 700;
}
.coin-symbol{
    color: #ef6757;
    font-size: 14px;
    font-weight: 700;

}
.coin-basic-info{
    float: right;
}
/*.coin-basic-info:after {*/
    /*content: "+";*/
    /*height: 50px;*/
    /*cursor: pointer;*/
    /*!*padding: 0 40px 0 20px;*!*/
    /*position: relative;*/
    /*color: #1f1c3b;*/
/*}*/
.coin-price{
    color: #1f1c3b;
    font-size: 14px;
    font-weight: 600;
}
.coin-name-wrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
}
.hide-me{
    display: none;
}
.show{
    display: block;
}
.red{
    color: red;
}
.green{
    color: green;
}
.coin-rank-wrap{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.coin-rank-wrap span{
    font-size: 12px;
    font-weight: 600;
}
.coin-rank-wrap span:first-child{
    color: #ef6757;
}
.coin-rank-wrap span:last-child{
    color: #1f1c3b;
}
.coin-body{
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.coin-cap-wrap{
    width: 100%;
    text-align: center;
}
.coin-cap-wrap span:first-child{
    color: #ef6757;
}
.coin-cap-wrap span:last-child{
    color: #1f1c3b;
}
.coin-volume-wrap{
    width: 100%;
    text-align: center;
}
.coin-volume-wrap span:first-child{
    color: #ef6757;
}
.coin-volume-wrap span:last-child{
    color: #1f1c3b;
}
.coin-card:hover{
    cursor: pointer;
}

@media only screen and (max-width: 1200px){
    .coin-name, .coin-price, .coin-symbol{
        font-size: 12px;
    }
}
@media only screen and (max-width: 993px) {
    .crypto-listing-wrapper{
        display: none;
    }
}