.livecoinwatch-widget-3{
    width: 375px!important;
}
.livecoinwatch-widget-3 > div:nth-child(1){
    display: none;
}

@keyframes moveLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveLeft {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

.running-text {
    white-space: nowrap;
    overflow: hidden;
    animation: moveLeft 5s linear infinite;
    -webkit-animation: moveLeft 13s linear infinite; /* Safari and Chrome */
}

.text-container{
    overflow:hidden;
}
.running-text{
    color: #ed6a0c;
    font-weight: bold;
}
.number-circle{
    background-color: orange;
    padding: 5px 10px;
    border-radius: 100%;
    font-size: 0.8rem;
}
.trade-tip{
    font-size: 0.8rem;
    font-weight: bold;
}
.section-trade{
    background-color: rgba(32, 34, 44, .8);
    border-radius: .5rem;
    box-shadow: 0 0.06rem 0.1rem #0f1118;
    padding: 15px 15px;
}
.spot span{
    font-weight: bold;
}
