.coins-item-title {
	font-size: 14px;
    color: #a2a2a2;
	margin-bottom:10px;
}


.widthdraw-form-wrapper {
	border-top:1px solid #ddd;
	padding-top:20px;
	float:left;
}

.package-purchase-select{
	margin-bottom:10px;
	
}

.package-purchase-select{
	width:200px;
}

.coins-statistic {
	display:block;
}

.coins-statistic .item-statistic-with-icon {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #c8c8c8;
    font-size: 56px;
    line-height: 0;
}

html[dir="ltr"] .coins-statistic .item-statistic-with-icon .item-icon {
    margin-right: 16px;
}

@media (min-width: 992px){
.coins-statistic .item-statistic-with-icon {
    padding-top: 24px;
    padding-bottom: 24px;
}
}
.coins-statistic .item-statistic-with-icon .item-inner .item-title {
    font-size: 18px;
    line-height: 24px;
    color: #a2a2a2;
}

.coins-statistic .item-statistic-with-icon .item-inner .item-number {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: green;
}

.js_feed_view_more_entry_holder .feed-stream-content, .js_feed_comment_border .feed-stream-content {
    padding-top: 26px;
}
