@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.header-label {
    background-color: #373941;
    color: #ffffff;
    margin-bottom: 8px;
    padding: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.info-list {
    margin-top: 5px;
}

.dl-list {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dl-list li {
    padding: 8px;
    line-height: 1.42857143;
    font-size: 14px;
}

.dl-list li:nth-child(even) {
    background-color: #f9f9f9;
}
