#qooq-comment-recette-form {
  display: none;
  padding: 0 20px;
  padding-top: 27px;
  font-family: "Lato", Verdana, sans-serif;
  background: #FFFFFF;
  box-shadow: 0px 2px 1px -2px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  margin-top: 30px; }

.qooq-comment-recette {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #515356;
  line-height: 18px;
  background: white;
  margin-bottom: 10px;
  margin-top: 30px;
  cursor: text; }

.qooq-comment-recette .qooq-comment-recette-background {
  background: rgba(248, 231, 28, 0.1);
  padding: 22px 20px 25px;
  box-shadow: 0px 2px 1px -2px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
  overflow: hidden; }

.qooq-comment-recette label {
  font-family: "Lato", Verdana, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #ad0018;
  color: rgba(80, 83, 86, 0.7);
  letter-spacing: 0.42px;
  line-height: 17px;
  padding-bottom: 10px;
  margin-right: 15px;
  display: block; }

#qooq-comment-recette-form label {
  font-weight: 400;
  font-size: 10px;
  color: #ad0018;
  letter-spacing: 0.3px;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 10px; }

#qooq-comment-recette-form textarea.form-textarea {
  font-family: "Lato", Verdana, sans-serif;
  resize: none;
  border: none;
  font-weight: 400;
  font-size: 15px;
  color: rgba(80, 83, 86, 0.5);
  line-height: 18px;
  padding: 0; }

#qooq-comment-recette-form input.form-submit {
  border: none;
  -khtml-border-radius: 0;
  border-radius: 0;
  -o-box-shadow: inset none;
  box-shadow: none;
  color: #333333;
  text-shadow: none;
  position: relative;
  padding: 0;
  margin: 0px auto 15px 20px;
  display: block;
  width: 27px;
  height: 21px;
  background: transparent;
  background-image: url(../images/picto-valid.png);
  background-repeat: no-repeat;
  background-position: left center;
  float: right; }

#qooq-comment-recette-form input.form-submit:hover {
  background-image: url(../images/picto-valid-on.png); }

#qooq-comment-recette-form #clear-comment {
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer; }

#edit-comment-recette-wrapper,
#qooq-comment-recette-form #comment-recette-form-wrapper .form-item {
  margin: 0; }

@media only screen and (min-width: 960px) {
  #comment-recette-form-wrapper {
    margin-left: 230px; } }
