

.previousDraw figure{
display: inline-block;
margin: 0 0.1em ;
}

.previousDraw img{
height: 1em ;
width: 1em ;
border-radius: 0.5em ;
}

.resultModels li::marker {
    content: "";
}

.resultModels figure {
    display: inline-block;
    vertical-align: middle;
}

.resultModels li img {
    height: 1.5em;
    width: 1.5em;
    border-radius: 0.5em;
}


@media (max-width:600px) {

    .lastDraw {
font-size: 1em ;
    }

}