.worksheet-container {
  padding: 0px !important;
}

.wood-background {
  background-image: url('../img/wood.jpg');
}

.digital-worksheet {
  position: absolute;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.digital-worksheet .blank {
  position: absolute;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 12pt;
  font-weight: bold;
  color: #B30000;
  outline: 0px solid transparent;
  text-align: center;
  display: inline-block;
  /*border: 1px solid;*/
}

.digital-worksheet .fill-in {
  position: absolute;
  font-family: 'Arial', 'Helvetica';
  font-size: 11pt;
  font-weight: bold;
  color: #000;
  outline: 0px solid transparent;
  text-align: center;
  display: inline-block;
  /*border: 1px solid;*/
}

.digital-worksheet .worksheet-background-img {
  width: 90%;
  top: 0px;
  left: 5%;

  position: relative;
}
