#btn-submit {
    float: right;
}

.pay-holder {
  margin-top: 20px;
  padding: 15px;
  background-color: lightgreen;
  text-align: center;
}


#tag-holder {
  background-color: #dedede;
}

#tag {
  border: 1px solid #808080;
  background-color: #fff;
  width: 400px;
  height: 600px;
  margin: 20px auto;
  border-radius: 0 0 0 0;
  padding: 25px 25px;
  position: relative;
  box-shadow: 5px 6px 3px #AAAAAAAA;
}

#tag > div {
  
}

#tag-headline {
  color: red;
  font-size: 30px;
  text-align: center;
  font-family: 'Chivo', sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

#tag-name {
  font-size: 29px;
  text-align: center;
  font-family: 'Chivo', sans-serif;
  line-height: 29px; 
} 

#tag-date {
  color: blue;
  font-size: 24px;
  text-align: center;   
}

#tag-message {
  color: black;
  font-size: 18px;
  height: 240px;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: 'IM Fell French Canon SC', serif;
}

#tag-row-pictures {}


#tag-picture0 {
  margin: auto;
}
#tag-picture0 > img {
  max-height: 159px;
  width: 100%;
}

#tag-flag-number {
  margin-top: -10px;
  text-align: right;
  font-size: 15px;
  z-index: 1000;
  position: relative;
}

.measurement {
  font-size: small;
  text-align: center;
  position: absolute;
}

#vertical-len {
  transform: rotate(270deg);
  left: -65px;
  bottom: 40px;
}

#horizontal-len {
  left: 0;
  bottom: -30px;
}

#msg-flag-saved {
  color: #f44336;
}

@media print {
  h1,
  #form-holder,
  .measurement {
    display: none;
  }

  #tag-holder{
    width: 4in  !important;
    height: 6in !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 4in  !important;
    height: 6in !important;
    padding: .25in !important;
    margin: 0 !important;
    border: none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    background-color: #ededed;
    font-size: 50% !important;    
  }

  html {}

  @page {
    size: 4in 6in;
    margin: 0cm;

  }

}