hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin: 20px auto 20px auto;
}

#submit, #more, #btnSpeak, #checkGrammar {
  color: #ffffff;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
  font-size: 16px;
  margin: 10px 10px; /* Safari */
  transition-duration: 0.3s;
  cursor: pointer;
}

#more {
  margin-left: 0;
  background-color: #333;
}

#more:hover {
  background-color: #fff;
  color: #000;
}

#submit, #btnSpeak, #checkGrammar {
  background-color: #EE8253;
  color: #ffffff;
}

#submit:hover, #btnSpeak:hover, #checkGrammar:hover {
  background-color: #C66C45;
}

#submit:disabled {
  opacity: 0.4;
}

.service-container {
  background: #f4f4f4;
  border: 2px solid #2f2f2f;
  margin-top: 30px;
  padding: 40px 20px;
  color: #000;
}

.service-container h1 {
  margin-bottom: 15px;
  text-align: center;
}

.service-container p {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700;
  color: #222;
}

.service-container span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #EE8253;
}

.service-container .buttons {
  display: flex;
  margin-top: 10px;
}

.service-container input,
.service-container textarea,
.service-container select {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  margin: 5px 0;
  font-size: 14px;
  border: 1px solid #EE8253;
  background-color: #fff;
  text-transform: initial;
}

.service-container input::-moz-placeholder, .service-container textarea::-moz-placeholder {
  color: #aaa;
}

.service-container input::placeholder,
.service-container textarea::placeholder {
  color: #aaa;
}

.service-container input:focus,
.service-container textarea:focus {
  background-color: #fafafa;
}

.service-container textarea {
  max-height: auto;
  width: 100%;
  height: 343px;
  max-width: 100%;
  line-height: 1.2;
}

.results {
  overflow: auto;
  height: 100%;
  margin-top: 20px;
  background-color: transparent;
  color: #878787;
  font-size: 16px;
}

.user-results, .generated-results {
  display: none;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eee;
}

.results span {
  margin: 0;
}

.results2 {
  display: flex;
  margin-top: 0;
  padding: 10px;
}

.results2 div {
  margin-right: 30px;
  color: #2f2f2f;
}

.btn-success {
  display: none !important;
}

form[name=checkform], .lang-submit {
  display: flex;
}

form[name=checkform] {
  flex-direction: column;
}

.lang-submit > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: auto;
}

.cit-h {
  margin-bottom: 20px;
}

.citation-choose {
  margin-bottom: 25px;
}

.citation-form {
  display: flex;
  justify-content: space-between;
}

.cit-form-side {
  width: 48%;
}

.citation-form label {
  display: block;
  margin-top: 10px;
}

.error {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #ff5e6b;
}

.cit-button {
  display: inline-block;
  padding: 3px 0;
  text-align: center;
}

.cit-button:hover, .cit-button.active {
  background-color: #EE8253 !important;
  color: #000 !important;
}

.cit-buttons__type .cit-button {
  width: 90px;
  background-color: #2f2f51;
  color: #fff;
}

.cit-buttons__writing-type {
  margin-top: 15px;
}

.cit-buttons__writing-type .cit-button {
  width: 150px;
  margin-right: 15px;
  background-color: #fff;
}

#cit-submit {
  display: block;
  width: 200px;
  margin: 10px auto 0;
  padding: 7px 0;
  background-color: #2b2b2b;
  border: none;
  color: #fff;
  cursor: pointer;
}

#cit-submit:hover {
  background-color: #ec7a87;
  color: #000;
}

@media (max-width: 600px) {
  .citation-form {
    flex-direction: column;
  }
  .cit-form-side {
    width: 100%;
  }
}/*# sourceMappingURL=mystyle.css.map */