

.paper {
    /* width: 97%; */
    /* width: -webkit-fill-available; */
    width: 336px;
    font-size-adjust: none;
    /* min-width: 300px;
    max-width: 400px;
    width: 97%; */
    /* height: 100%; */
    background: linear-gradient(to bottom,#ffffff 24px,#00b0d7 1px);
    margin: 10px auto;
    background-size: 100% 25px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
    -ms-box-shadow: 3px 3px 3px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
    -o-box-shadow: 3px 3px 3px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
    box-shadow: 3px 3px 3px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
  }
  
  .paper::before {
    /* content: ''; */
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10%;
    height: 100%;
    width: 1px;
    background: #db4034;
  }

  /* .paper td {
    width: 365px;
  } */
  
  .header-paper {
    height: 80px;
    width: 100%;
    background: #ffffff;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
  }

  .titletext {
    font-size: 15px;
    line-height: 15px;
    padding-left: 0;
    text-align: left;
    /* margin-left: 8%; */
    margin-top: 84px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    margin-left: 10px;
  }

  .textwmar {
    /* margin-left: 11%; */
    margin-top: 100px;
    font-size: 15px;
    width: 336px;
    line-height: 25px;
    color: #000000;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    min-height: 500px;
    padding: 5px 10px;
  }

  .bullet-outside {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
  }


  /* sticky notes */
.sticky-container {
  display: inline;
}

.sticky {
  position: absolute;
  display: inline-block;
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
  font-family: "comic sans ms", "chalkboard se", sans-serif;
  right: -49px;
  top: 200;
  height: 150px;
  width: 150px;
  padding: 10px;
  text-align: left;
  margin-top: -5em;
  margin-right: 0.2em;
  -moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.sticky2 {
  z-index: 1;
  left: 0px;
  top: unset;
  background: lightblue;
  transform: rotate(11deg);
}
