.uk-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 30px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1280px; /* 1100 */
    padding: 0 10px; /* 0 40 */
  }
}

.uk-panel-box {
  padding: 0;
  background: transparent;
  background-image: url('../../../less/uikit/images/desert/artbackground.png');
  background-image: repeat;
  color: #000000;
  border: 10px solid #DEB887;
  border-image-source: url("../../../less/uikit/images/desert/panel_box_border.png"); /* ../../../less/uikit/images/desert/panel_box_border.png */
  border-image-slice: 35;
  border-image-repeat: repeat;
  background-clip: padding-box;
}
uk-panel-box,  

    .tm-noblog .tm-content,  

    .uk-article {    
  background-image: url('../../../less/uikit/images/desert/artbackground.png');
  background-image: repeat;
  border: 10px solid #ffffff;
  border-image-source: url("../../../less/uikit/images/desert/panel_box_border.png"); /* ../../../less/uikit/images/desert/panel_box_border.png */
  border-image-slice: 35;
  border-image-repeat: repeat;
  background-clip: padding-box;     

    }  