<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container_champs {
    width: 100%;
    padding: 30px;
}

.champ_setting_image {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-family: OpenSans-Regular;
    margin: 5px;
}

.champ_setting_image input {
    margin-left: 10px;
    width: 50px;
}</pre></body></html>