/* ====== YOUR THEME NAME ====== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@page {
  size:auto;
  margin: 10% !important;
}

header, footer, .header-top, .reply, .comments, .additional-info {
  display: none; }

body {
 background: none; 
padding-bottom: $gutter;
width: 80%;
height: 80%;

}

.partners, .run-info, .write-to-us, .fb-share-button, .fb_iframe_widget {
  display: none;
}

.shift-2 {
  width: 100%;
margin: 0px;
margin-right: 25mm;

}

p {
  font-size: 14px;
}

.single-main-photo {
  width: 50%;
  height: auto;

}

.description, .tip {
  margin-top: 25mm;
}
