

:root {
  
    --body-bg-color: #E7EBF1;
  
  
    --bg-page-header: #FFF4D4;
  
  
  
   
}








  .search-form__input-group,
  .category-list-item-wrapper--startpage,
  .forum-dialog-container,
  .content__plate
   {
    border: 1px solid #B2B5BD;
  }

  @media (min-width: 768px) {

    .toplist {
      border-bottom: 1px solid #B2B5BD;
    }

   .content__plate {
      margin-right: -1px;
      margin-left: -1px;
    }
  }




  body {
    background-color: #E7EBF1;
  }

  @media print {
    .header {
      background-color: #E7EBF1 !important;
    }
  }

  .widget .widget-button {
    background-color: rgba(231, 235, 241, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(216, 26%, 78%);
  }





  .background-image {
    display: block;
  }











  .header {
    color: #1C3F77;
  }



  .background-image,
  .widget .background-image {
    background-color: #FFF4D4;
  }

  @media print {
    .header {
      background-color: #FFF4D4 !important;
    }
  }

  .widget .widget-button {
    background-color: rgba(255, 244, 212, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(45, 100%, 77%);
  }



