/* line 1, ../sass/thesis_generator.sass */
#outline-wrapper, #thesis-display-wrapper {
  display: none;
}

/* line 4, ../sass/thesis_generator.sass */
.user-input {
  padding: 3px 11px;
  color: #fff;
}
/* line 7, ../sass/thesis_generator.sass */
.user-input.one {
  background-color: #594cb8;
}
/* line 9, ../sass/thesis_generator.sass */
.user-input.two {
  background-color: #479629;
}
/* line 11, ../sass/thesis_generator.sass */
.user-input.three {
  background-color: #d35400;
}
/* line 13, ../sass/thesis_generator.sass */
.user-input.four {
  background-color: #8b32a8;
}
/* line 15, ../sass/thesis_generator.sass */
.user-input.five {
  background-color: #00858a;
}

/* line 19, ../sass/thesis_generator.sass */
#thesis-input-wrapper .field-label-number {
  float: left;
  background: #ce44a2;
  border-radius: 30px;
  height: 50px;
  width: 50px;
  text-align: center;
  color: white;
  padding-top: 9px;
  margin-top: -3px;
  margin-right: 20px;
  font-size: 25px;
}
/* line 31, ../sass/thesis_generator.sass */
#thesis-input-wrapper textarea {
  width: 100%;
  margin-bottom: 30px;
  min-height: 150px;
}
/* line 35, ../sass/thesis_generator.sass */
#thesis-input-wrapper .generate-thesis {
  display: block;
  margin-bottom: 36px;
  padding: 27px 31px;
  background-image: -webkit-linear-gradient(55deg, #f15d03 71%, #f78b02);
  background-image: linear-gradient(35deg, #f15d03 71%, #f78b02);
  color: #fff;
  font-size: 22px;
  text-align: center;
}

/* line 46, ../sass/thesis_generator.sass */
#thesis-display-wrapper h1 {
  margin-bottom: 40px;
}
/* line 48, ../sass/thesis_generator.sass */
#thesis-display-wrapper .thesis-display {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 42px;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 46px;
}

/* line 57, ../sass/thesis_generator.sass */
#outline-wrapper .paragraph-wrapper {
  margin-top: 39px;
  margin-bottom: 43px;
  padding: 16px 41px 31px;
  background-color: #621b4b;
}
/* line 62, ../sass/thesis_generator.sass */
#outline-wrapper .paragraph-label {
  margin-bottom: 7px;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
/* line 67, ../sass/thesis_generator.sass */
#outline-wrapper .paragraph {
  padding: 30px 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-image: url("/themes/bridgepoint/images/background_lined-paper.png");
  background-position: 0 0;
  background-size: 412px;
  box-shadow: -1px -1px 12px 0 rgba(0, 0, 0, 0.52);
  font-family: Inconsolata, monospace;
  color: #536066;
  line-height: 44px;
}
/* line 80, ../sass/thesis_generator.sass */
#outline-wrapper .paragraph-torn {
  height: 30px;
  background-image: url(http://uploads.webflow.com/58a759e8859accfe0a4aa5c4/58a759e8859accfe0a4aa639_torn-paper-white.png);
  background-position: 50% 0;
  background-size: 222px;
  background-repeat: repeat-x;
}
