/* Style file for border wrapper */

/* Style for body class - define page width and initial font size */

body.bodywrap {
  max-width: 297mm;
  font-size: 100%;
}

/* Style for rows to clear floating properties */

.row {
  position: relative;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

/* Style for border wrap */

.wrapper{
border: 3px solid #b7d7e7;
border-radius: 0;
margin: 0px 0px;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}

/* Style for images */

img {
  border: 0px;
  max-width: 100%;
  height: auto;
}

