.pkp_structure_content {
  padding-top: 2.143rem;
  background: #f7f2f3;
 }
.pkp_structure_head {
  background-color: #b38383;
  border-bottom: 1px solid #b38383;
}
html, body {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.87);
    background: #b38383;
}
.pkp_structure_sidebar {
  float: right;
  width: 300px;
  background: #f7f2f3;
}
.pkp_structure_footer_wrapper {
    background: #b3838300;
}
.pkp_footer_content {
    padding: 2.143rem;
    background: darkgray;
    text-align: left;
}
.pkp_brand_footer{
    display: none;
}