.euro { 
    text-align: right;
} 
.euro:after { 
    content: '€'; 
} 

.sorted{
    color: rgb(255, 123, 0);
}

.info-box-detail {
    display: block;
    font-weight: bold !important;
}