html, body {
    margin: 0;
    min-height: 100%;
    overflow-x: auto;
    background: #30384c;
}

body {
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

center {
    display: block;
    min-width: 1120px;
}

#replaceMeWithTalents {
    display: block;
    width: 1120px;
    margin: 0 auto 40px;
    text-align: left;
}

#replaceMeWithTalents > table {
    margin: 0 auto;
}

#replaceMeWithTalents table {
    border-collapse: collapse;
}

#replaceMeWithTalents td {
    vertical-align: top;
}

#replaceMeWithTalents img {
    max-width: none;
}

body > center > div:first-of-type {
    white-space: nowrap;
}

body > center > div:first-of-type img {
    width: 38px;
    height: 38px;
    object-fit: cover;
}

@media (max-width: 1120px) {
    center {
        min-width: 1120px;
    }
}
