body {
    background-color: #ddd;
    padding-top: 32px;
}

.pkp_structure_head {
    border-bottom: none;
    background-color: #ddd;
}

.pkp_head_wrapper {
    background-color: white;
    padding-bottom: 8px;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.pkp_structure_content.has_sidebar {
    display: flex;
    background-color: white;
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.pkp_site_name {
    display: flex;
    justify-content: center;
}

.pkp_navigation_primary_wrapper {
    display: flex;
    justify-content: center;
}

.pkp_navigation_search_wrapper {
    margin-left: 16px;
}

.pkp_structure_main:after {
    display: none;
}

.pkp_structure_main:before {
    display: none;
}

a {
    color: black;
    font-weight: bold;
}

a:hover {
    color: #3d3c3c;
}

.sections {
    margin-top: 0;
}

.section {
    margin-top: 0;
}

.pkp_structure_content {
    padding-top: 16px;
    border-top: 1px solid black;
}

.pkp_structure_sidebar.left {
    border-left: 2px solid #ddd;
}

.profile {
    margin-top: 8px;
    margin-right: 8px;
}

.row {
    display: flex;
}
