/* created: 2026-02-15T22:31:26+01:00 */
/* file: public/resources/styles/newsletter.css */
input[type="submit"] {
  bottom: 10px;
  cursor: pointer;
  position: absolute;
  right: 20px;
}

.user_data {
  margin-top: 20px;
}

.user_data input,
.user_data select {
  margin-bottom: 10px;
}

.user_data input {
  padding: 4px 8px;
  position: relative;
  top: 1px;
}

.user_data input[type="text"] {
  border: 1px solid #e0e0e0;
  padding: 4px 8px;
  position: relative;
  top: 4px;
  width: 200px;
}

form input[type="checkbox"] {
  float: left !important;
  position: relative;
  top: 4px;
}

form label {
  float: none !important;
  font-weight: normal !important;
  left: 10px;
  position: relative;
  top: 5px;
}

.cometition > label {
  margin-left: 5px;
  top: 1px !important;
  width: 320px !important;
}

label {
  float: none !important;
  font-weight: bold !important;
  margin-left: 5px;
  top: 5px !important;
  width: 250px !important;
}

.cometition {
  margin-top: 20px;
}

.cometition p {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 5px !important;
}

p.small {
  color: #838383;
  font-size: 10px;
  line-height: 15px;
  text-align: justify;
}

.user_data > label {
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 152px !important;
}

#context .tpl_box ul {
  margin-bottom: 17px;
}

#context .tpl_box li {
  line-height: 17px;
  list-style: disc outside none;
  margin-left: 16px;
  padding-left: 7px;
}