h1, h2, h3, h4, h5, h6, label {
    font-weight: bold;
    letter-spacing: -0.04em;
    font-family: var(--titleFont);
    color: var(--titleColor);
}

h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
}

h2 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 7px;
}
h2.separator {
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: url("./?mortyurl=https%3A%2F%2Fconnect.symfony.com%2Fassets%2Fimages%2Fhr-block-l-R7ubH.png") repeat-x bottom;
}

h2 a {
    float: right;
}
h2 a img {
    vertical-align: middle;
}

h3 {
    font-size: 13px;
}

section.image-list ul li {
    float: left;
    display: inline;
    margin-right: 10px;
}

.errors ul {
    list-style-type: none;
}

ul.complex li {
    overflow: hidden;
}
ul.complex li div {
    float: left;
}

.image-list ul li {
    float: left;
}

p {
    margin-bottom: 12px;
}

small {
    font-size: 0.8em;
    color: #999;
}

em, .em {
    color: var(--green);
    font-style: normal;
}
