Instead of
.panel-content {
background-color: #FAF4E7;
}
Use
#content{
background-color: #FAF4E7;
}
As panel-content class is not available on “avsnitten” page.But “Content” id is available on both the pages so use background color to content id.
Best Regards
]]>