.noprint{
  display: none;
}

body{
  background: white;
}



.main-content{
  margin: 0 60px;
  padding: 0;
}

.title{
  margin: 60px 0 30px;
}

h1{
  font-family: "aw-conqueror-didot",serif;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin: 80px 0 0 0;
  padding: 0px 30px 0;
  letter-spacing: 1px;
  
  width: 100%;
  height: 100%;
  left: 0px;
  
  position: relative;
      
  color: black;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  /* Safari */
  -webkit-transform: rotate(0deg);
  /* Firefox */
  -moz-transform: rotate(0deg);
  /* IE */
  -ms-transform: rotate(0deg);
  /* Opera */
  -o-transform: rotate(0deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}


h2 {
  font-family: "minion-pro";
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-left: 0;
  color: black;
  
  padding-top: 0px;
}









p{
    font-family: "minion-pro";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-indent: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    opacity: .85;
    color: black;
}

p.intro{
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}

.quote{
  font-family: "aw-conqueror-didot",serif;
  font-size: 16px;
  font-weight: 400;
  line-height: .8;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 30px 0;
  padding: 0 30px;
  opacity: 1;
  color: black;
  word-break: break-word;
}

input.regret{
  border: none;
  border-bottom: 1px solid black;
  
  font-family: "minion-pro";
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  opacity: 1;
  
  padding: 0 10px;
  width: 50px;
  min-width: 50px;
  max-width: 280px;
  
  background: none;
  
  color: black;
}

strong.regret-headline{
  font-size: 16px;
  font-weight: 700;
  text-indent: 0px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
  color: black;
}

strong.regret-headline .regret{
  font-family: "minion-pro";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  opacity: 1;
  
  color: black;
  
  padding: 0 20px;
  width: 50px;
  min-width: 50px;
  max-width: 600px;
  
  background: none;
  
  border: none;
  border-bottom: 1px solid black;
}

::-webkit-input-placeholder {   color: #eaeaea;  }
:-moz-placeholder { /* Firefox 18- */   color: #eaeaea;  }
::-moz-placeholder {  /* Firefox 19+ */   color: #eaeaea;  }
:-ms-input-placeholder {  color: #eaeaea;  }























