.WL_form {
  padding: 30px 0;
  box-sizing: border-box;
}

.WL_form-title {
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin: 30px 0 20px;
}

.WL_form-input input[type="text"],
.WL_form-input textarea {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}

input[type="text"].WL_form-search {
  width: 80%;
  margin: 0 auto 20px;
  display: block;
  position: relative;
  line-height: 30px;
}

.WL_loop-item {
  margin: 10px 0;
  box-sizing: border-box;
  padding: 20px;
  background: #fbfbfb;
  display: flex;
  flex-direction: row;
}

.WL_loop-item-infos-title {
  font-size: 16px;
  font-weight: bold;
}

.WL_poll {
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
  position: relative;
}

.WL_poll-vote {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.WL_poll-message {
  position: absolute;
  top: 0;
  right: 0;
  background: #f1f1f1;
  padding: 20px;
  opacity: 0;
  transition: All 0.5s;
  -webkit-transition: All 0.5s;
}

.WL_poll-handler {
  margin: 0 auto;
  display: block;
}

.WL_animation-showing {
  opacity: 1;
}

.WL_animation-hiding {
  /* Fade out */
}
