#content {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
}

#content .cookies_title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 2rem;
    color: #333;
    text-transform: uppercase;
}

#content .cookies_table {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
#content .cookies_table .cookies_table_row {
    display: flex;
    flex-direction: row;
}
#content .cookies_table .cookies_table_row .cookies_table_row_title {
    flex-basis: 20%;
    font-weight: bold;
    color: #333;
    background-color: rgba(200, 200, 200, 0.5);
    padding: 4px 8px;
}
#content .cookies_table .cookies_table_row .cookies_table_row_text {
    flex-basis: 80%;
    padding: 4px 8px;
}

#content .cookies_table#cookies_table_3_1 .cookies_table_row_title_item {
    background-color: rgba(200, 200, 200, 0.5);
    color: #333;
    padding: 4px 8px;
    font-weight: bold;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_title:first-child .cookies_table_row_title_item {
    flex-grow: 1;
    text-align: center;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_title_item:nth-child(1) {
    flex-basis: 20%;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_title_item:nth-child(2) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_title_item:nth-child(3) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_title_item:nth-child(4) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_title_item:nth-child(5) {
    flex-basis: 50%;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_text:nth-child(1) {
    flex-basis: 20%;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_text:nth-child(2) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_text:nth-child(3) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_text:nth-child(4) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_1 .cookies_table_row_text:nth-child(5) {
    flex-basis: 50%;
}

#content .cookies_table#cookies_table_3_2 {
    margin-top: 40px;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_title_item {
    background-color: rgba(200, 200, 200, 0.5);
    color: #333;
    padding: 4px 8px;
    font-weight: bold;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_title:first-child .cookies_table_row_title_item {
    flex-grow: 1;
    text-align: center;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_title_item:nth-child(1) {
    flex-basis: 20%;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_title_item:nth-child(2) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_title_item:nth-child(3) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_title_item:nth-child(4) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_title_item:nth-child(5) {
    flex-basis: 50%;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_text:nth-child(1) {
    flex-basis: 20%;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_text:nth-child(2) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_text:nth-child(3) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_text:nth-child(4) {
    flex-basis: 10%;
}
#content .cookies_table#cookies_table_3_2 .cookies_table_row_text:nth-child(5) {
    flex-basis: 50%;
}


#content .cookies_section_title {
    text-transform: uppercase;
    font-weigh: 900;
    color: #333;
    font-size: 1.25rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

#content p {
    margin-top: 10px;
    text-align: justify;
    line-height: 1.25;
}
#content a {
    color: #555;
}

#cookies_page_config_button {
    display: inline-block;
    margin: 0 auto;
    margin-top: 40px;
    padding: 8px 32px;
    background-color: #555;
    color: white;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    #content .cookies_table .cookies_table_row { flex-direction: column; }
}
