#logo {
    /*                font-size: 26px;
                    font-weight: 600;*/
    float: left;
    margin-right: 5px;
}
#brand {
    font-size: 25px;
    font-weight: 500;
    float: left;
    line-height: 46px;
}



.box {
    display: table;
    width: 100%;
    /*padding: 30px;*/
    border: 1px #333 solid;
    border-radius: 30px;


}
.box-header {
    border-radius: 30px 30px 0 0;
    display: table;
    width: 100%;
    padding: 15px;
    background-color: #111;
    text-align: center;
    font-size: 18px;
}
.box-body {
    display: table;
    width: 100%;
    padding: 30px;
}

.logo {
    /*background-image:*/
    /* Frame 25 */

    width: 47.88px;
    height: 47.88px;

    background: #00FF88;
    border-radius: 15.2266px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}


#hero-text {
    padding: 15px 0;
    font-size: 18px;
}


.quotation {

    display: table;
    width: 100%;
    padding: 20px 30px;
    border: 1px #333 solid;
    border-radius: 15px;

    margin-bottom: 30px;

    background: linear-gradient(to top, rgba(30,30,30,1), rgba(30,30,30,0));
}


.quotation .br {
    height: 20px;
}

.quotation img {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
}

.quotation-title {
    margin: 4px 0 0 12px;
    /*padding: 5px;*/
    font-size: 19px;
    float: left;
}
.quotation-label {

    font-size: 14px;
}
.quotation-price {
    font-size: 16px;
    margin: 8px 0 0 12px;

}
.quotation-pct {
    font-size: 14px;
    color: #00ff88;
}

.quotation-pct.down {
    color: #da3333;
}

.quotation-pct img {
    display: block;
    width: 16px;
    height: 10px;
    margin-top: 5px;
    margin-right: 10px;
}


.social {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
}





.amount {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .amount {
        text-align: center;
    }
}




.box-icon {
    display: table;
    width: 100%;
    padding: 15px;
    border: 1px #333 solid;
    border-radius: 15px;
}
.box-icon img {
    display: block;
    width: 20px;
    height: 20px;
    clear: both;
    margin-bottom: 15px;
    /*float: left;*/
}



.arrows-updown {
    display: table;
    width: 50px;
    height: 50px;
    background-color: #111;
    border-radius: 25px;
    padding: 15px;
    margin: 30px auto;
    background: linear-gradient(to top, rgba(30,30,30,1), rgba(30,30,30,0));
}
.arrows-updown img {
    width: 20px;
}



#transaction {
    display: table;
    width: 100%;
    /*padding: 30px;*/
    border: 1px #333 solid;
    /*border-radius: 30px;*/
    padding: 12px 20px;
    border-radius: 12px;
}
#transaction span {
    color: #999;
}
#transaction .left img {
    margin-top: -3px;
    margin-left: 5px;
}
#transaction .right .glyphicon {
    margin-top: 3px;
    margin-bottom: -3px;
    margin-left: 5px;
}