/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
form .form-group {
  margin-bottom: 0;
}
form .form-group input {
  margin-bottom: 20px;
}
form .form-group input,
form .form-group textarea {
  background: #fbfbfb;
  border: 1px solid #b0bec5;
  border-radius: 2px;
  font-size: 14px;
  line-height: 19px;
  padding: 13px 20px 12px;
}
form .form-group:last-child input {
  margin-bottom: 0;
}
form .review-file {
  display: none;
}
#rules-window ul {
  list-style: disc;
  padding-left: 25px;
}
#rules-window ul li {
  margin-bottom: 15px;
}
