.container_chave {
    border: 1px solid #DDD;
    margin: 10px auto;
    width: 943px;
    background-color: #FFF;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.header_chave {
    width: auto;
    margin: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.body_chave {
    position: relative;
    margin: auto;
    width: 901px;
    height: 753px;
    background: url('../img/chave_16.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.footer_chave {
    margin: 20px;
    width: auto;
}

.titulo_evento_chave {
    font-size: 22px;
    font-weight: 500;
}

.numero_chave {
    font-size: 16px;
    font-weight: 300;
}

.atleta_chave {
    position: absolute;
    text-transform: uppercase;
    line-height: 21px;
}

.chave_even {
    text-align: right;
    right: 8px;
}

.chave_odd {
    text-align: left;
    left: 4px;
}


.atleta_chave1 {
    top: 34px;
}

.atleta_chave2 {
    top: 34px;
}

.atleta_chave9 {
    top: 128px;
}

.atleta_chave10 {
    top: 128px;
}

.atleta_chave5 {
    top: 200px;
}

.atleta_chave6 {
    top: 200px;
}

.atleta_chave13 {
    top: 295px;
}

.atleta_chave14 {
    top: 295px;
}

.atleta_chave3 {
    top: 389px;
}

.atleta_chave4 {
    top: 389px;
}

.atleta_chave11 {
    top: 484px;
}

.atleta_chave12 {
    top: 484px;
}

.atleta_chave7 {
    top: 555px;
}

.atleta_chave8 {
    top: 555px;
}

.atleta_chave15 {
    top: 655px;
}

.atleta_chave16 {
    top: 655px;
}

@media print{
    .page-break {
        page-break-after: always;
    }
}