.spot-orders-history .filter-block{
    margin-bottom:10px;
}
.spot-orders-history .filter-clear{
    cursor:pointer;
}
.spot-orders-history .filter-clear:hover{
    color:#fff;
}
.spot-orders-history .filter-name{
    display:inline-block;
    color: #888;
    margin-right: 6px;
    width:50px;
}
.spot-orders-history .filter-value{
    display:inline-block;
}
.spot-orders-history .filter-value>div{
    display:flex;
    flex-wrap:wrap;
}
.spot-orders-history .filter-value>div>div{
    margin:0 5px;
}
.spot-orders-history .statuses-block .status.active,
.spot-orders-history .statuses-block .status:hover,
.spot-orders-history .types-block .type.active,
.spot-orders-history .types-block .type:hover,
.spot-orders-history .stocks-block .stock.active,
.spot-orders-history .stocks-block .stock:hover{
    color:#fff;
    cursor:pointer;
    text-decoration: underline;
}
.spot-orders-history .date-block input{
    margin:0 5px;
}
.spot-orders-history .orders{
    margin-bottom:10px;
    overflow: auto;
}
.spot-orders-history .orders .empty{
    margin-top:20px;
}
.spot-orders-history .orders > table td:nth-child(1){
    width:84px;
}
.spot-orders-history .orders > table td:nth-child(2){
    width:166px;
}
.spot-orders-history .orders > table td:nth-child(3){
    width:146px;
}
.spot-orders-history .orders > table td:nth-child(4){
    width:140px;
}
.spot-orders-history .orders > table td:nth-child(5){
    width:160px;
}
.spot-orders-history .orders > table td:nth-child(6){
    width:94px;
}
.spot-orders-history .orders > table td:nth-child(7){
    width:200px;
}
.spot-orders-history .orders > table td:nth-child(8){
    width:96px;
}