#ipi-ua-menu ul {
  list-style: none;
  display: flex;
  padding: 0px;
}

#ipi-ua-menu ul li {
  border-right: 1px solid white;
  padding: 0px;
  transition: background-color 0.4s, color 0.4s;
  background-color: white;
  font-weight: 500;
}

#ipi-ua-menu ul li:first-child {
  border-left: 1px solid white;
}

#ipi-ua-menu ul li:hover,
#ipi-ua-menu ul li.active {
  background-color: #009ab2;
}

#ipi-ua-wrapper #ipi-ua-menu > ul > li > a {
  padding: 5px 10px!important;
  display: block;
  background-color: transparent!important;
  border: none;
  box-shadow: none!important;
  transition: color 0.4s;
}

#ipi-ua-wrapper #ipi-ua-menu > ul > li:first-child {
  border-left: 1px solid #009ab2;
}

#ipi-ua-wrapper #ipi-ua-menu > ul > li:last-child {
  border-right: 1px solid #009ab2;
}

#ipi-ua-menu ul > li:hover > a,
#ipi-ua-menu ul > li.active > a {
  color: white!important;
}

.sharedaddy.sd-sharing-enabled {
  display: none;
}

#ipi-logreg {
  display: block;
}

#ipi-logreg > form:first-child {
  display: block;
  margin-right: 0px;
  width: 100%;
}

#ipi-logreg > form:last-child {
  display: block;
  margin-left: 0px;
  width: 100%;
}

#ipi-logreg > form > h2:first-child {
  margin-top: 0px;
}

#ipi-ua-wrapper form input,
#ipi-ua-wrapper form select,
#ipi-ua-wrapper form textarea {
  position: relative;
  margin-bottom: 20px;
  background-color: #009ab2;
  font-weight: 500;
  border: none;
}

#ipi-ua-wrapper form input.missing,
#ipi-ua-wrapper form select.missing,
#ipi-ua-wrapper form textarea.missing,
#ipi-ua-wrapper form .toomuchwords textarea {
  border-left: 2px solid rgb(221,95,116);
  border-right: 2px solid rgb(221,95,116);
}

#ipi-ua-wrapper form input[type=checkbox].missing {
  outline: 2px solid rgb(221,95,116);
}

#ipi-ua-wrapper form select {
  height: 43px;
  border: none;
}

#ipi-ua-wrapper form input[type=submit]:after {
  content: "";
  display: table;
  clear: both;
}

#ipi-ua-wrapper form input[type=submit]:hover {
  background-color: #009ab2;
  color: white;
}

#ipi-ua-wrapper.iua-edit-finalist form input[type=submit]:hover {
  background-color: red;
  color: white;
}

#ipi-register-row-name {
  display: flex;
  align-items: flex-end;
}

#ipi-register-gender {
  width: calc((100% - 20px) / 5);
  margin-right: 10px;
  height: 43px;
}

#ipi-register-fn {
  width: calc((100% - 20px) / 5 * 2);
  margin-right: 10px;
}

#ipi-register-ln {
  width: calc((100% - 20px) / 5 * 2);
}

#ipi-ua-page-heading {
  font-size: 36px;
}

#ipi-logreg label,
#ipi-ua-wrapper label {
  font-weight: 500;
}

#social-logreg {
  border: 1px solid #009ab2;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

#social-logreg h2 {
  margin-top: 0px;
}

#social-logreg .nsl-container-buttons {
  align-items: center;
}

.ipi-ua-notice {
  background-color: #009ab2;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  color: white;
}

.iua-edit-finalist .ipi-ua-notice {
  background-color: red;
}

#ipi-ua-wrapper #ipi-ua-notices .ipi-ua-notice a {
  box-shadow: none;
  color: white;
  text-decoration: underline;
  background-color: transparent!important;
}

#ipi-sf label,
#ipi-ua-wrapper label,
.ipi-sf-label,
.ipi-nm-label
strong {
  font-weight: 500;
}

#ipi-ua-wrapper form textarea {
  max-width: 100%;
  min-width: 100%;
}

#ipi-ua-wrapper {
  max-width: 750px;
}

.ipi-name-row {
  display: flex;
  align-items: flex-end;
}

.ipi-name-row-gender {
  width: calc((100% - 20px) / 5);
  margin-right: 10px;
  height: 43px;
}

.ipi-name-row-fn {
  width: calc((100% - 20px) / 5 * 2);
  margin-right: 10px;
}

.ipi-name-row-ln {
  width: calc((100% - 20px) / 5 * 2);
}

.ipi-birth-wrapper {
  display: flex;
}

.ipi-birth-row-month {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  height: 43px;
}

.ipi-birth-row-year {
  width: calc((100% - 10px) / 2);
  height: 43px;
}


#ipi-ua-wrapper form:not(.ipi-ua-form-accordion) {
  border: 1px solid #009ab2;
  padding: 20px;
}

#ipi-ua-wrapper form .ipi-form-section:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #009ab2;
  margin-bottom: 20px;
}

#ipi-ua-wrapper form .ipi-form-section:after {
  content: "";
  display: table;
  clear: both;
}

#ipi-ua-wrapper form .ipi-form-section > h2:first-child {
  margin-top: 0px;
}

#ipi-ua-wrapper form input,
#ipi-ua-wrapper form textarea,
#ipi-ua-wrapper form select {
  margin-bottom: 20px;
  background-color: #ece8e8;
}

#ipi-ua-wrapper form [type=checkbox] {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-top: 10px;
}

#ipi-ua-wrapper form [type=file] {
  display: block;
  background-color: #ece8e8;
  width: 100%;
}

#ipi-ua-wrapper form [type=checkbox] + label {
  font-weight: normal;
  margin-bottom: 10px;
  display: inline;
}

#ipi-ua-wrapper form label,
#ipi-ua-wrapper form .ipi-form-custom-label {
  width: 100%;
  font-weight: 500;
  display: block;
}

#ipi-ua-wrapper form label span,
#ipi-ua-wrapper form .ipi-form-custom-label span {
  display: block;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.ipi-form-row:not(:last-child) {
  margin-bottom: 20px;
}

.ipi-blue {
  color: #009ab2;
}

.ipi-juror-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-bottom: 20px;
}

.ipi-juror-grid > div {
  background-color: #009ab2;
  color: white;
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
}

.ipi-juror-grid > div p {
  margin-bottom: 0px;
}

.ipi-juror-grid > div p strong {
  line-height: 2;
}

.ipi-juror-grid > div > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#ipi-grid-score {
  text-align: right;
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  padding: 40px 100px 40px 40px;
}

#ipi-grid-evaluate {
  border-left: 5px solid white;
  border-bottom: 5px solid white;
  padding: 40px 40px 40px 100px;
}

#ipi-grid-award {
  text-align: right;
  border-right: 5px solid white;
  border-top: 5px solid white;
  padding: 40px 100px 40px 40px;
}

#ipi-grid-score > img,
#ipi-grid-award > img {
  right: 27px;;
}

#ipi-grid-details {
  border-left: 5px solid white;
  border-top: 5px solid white;
  padding: 40px 40px 40px 100px;
}

#ipi-grid-evaluate > img,
#ipi-grid-details > img {
  left: 27px;
}

.ipi-separator {
  width: 100%;
  height: 1px;
  background-color: #009ab2;
  margin: 20px 0;
}

#ipi-ua-wrapper ::placeholder {
  color: black;
  font-weight: 500;
  opacity: 0.8;
}

#ipi-ua-wrapper .ipi-ua-button {
  display: block;
  padding: 10px;
  box-shadow: none!important;
  float: none;
  margin: 0 auto;
  font-weight: 400;
  background-color: rgba(0, 154, 178, 0.25);
  width: 90%;
  margin: 0 auto;
  transition: color 0.4s, background-color 0.4s, width 0.4s;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  font-size: 20px;
  white-space: normal;
}

#ipi-ua-wrapper .ipi-ua-button.ipi-sf-add-person {
  margin-bottom: 20px;
}

#ipi-ua-wrapper .ipi-ua-button:hover {
  background-color: #009ab2;
  width: 100%;
  color: white;
}

.ipi-juror-info-wrap {
  display: grid;
  grid-template-columns: repeat(1, 100%);
}


.ipi-ua-notice-warning,
#ipi-juror-registered-notice {
  background-color: #dd5f74;
}

.ipi-ua-or {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

#main > article > .entry-content {
  position: relative;
}

#ipi-cr-meta-box {
  position: absolute;
  right: -250px;
  top: 135px;
  width: calc(100% - 520px);
  border: 1px solid #009ab2;
  padding: 10px;
}

#ipi-cr-meta-box.ipi-finalist-note {
  display: block;
}

.status-acc-heading {
  color: white;
  background-color: #009ab2;
  font-weight: bold;
  padding: 3px 6px;
  cursor: pointer;
  border-top: 1px solid white;
}

.status-acc-content {
  display: none;
  border: 1px solid #009ab2;
  border-top: none;
  padding: 10px;
}

.status-acc-item.open .status-acc-content {
  display: block;
}

body:not(.logged-in) #ipi-cr-meta-box.ipi-finalist-note {
  display: block;
  top: 0px;
}

.ipi-cr-meta-col {
  width: calc(50% - 5px);
}

.ipi-cr-meta-col > div:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #009ab2;
}

#ipi-ua-wrapper form #ipi-cr-meta-box h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Oswald';
  margin: 0px;
  margin-bottom: 5px;
}

#ipi-ua-wrapper form #ipi-cr-meta-box p,
#ipi-ua-wrapper form #ipi-cr-meta-box label {
  font-size: 12px;
  margin: 0px;
  font-weight: 500;
}

#ipi-ua-wrapper form #ipi-cr-meta-box select,
#ipi-ua-wrapper form #ipi-cr-meta-box textarea {
  height: auto;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

#ipi-ua-wrapper form #ipi-cr-meta-box input[type="checkbox"] {
  margin: 0px;
}

#ipi-db-search {
  padding: 10px;
  border: 1px solid #009ab2;
}

#ipi-db-search h3 {
  font-weight: 300;
  margin: 0px;
  margin-bottom: 5px;
}

#ipi-db-email-search {
  width: 50%;
  padding-right: 5px;
  display: inline-block;
}

#ipi-db-ln-search {
  width: calc(50% - 5px);
  padding-left: 5px;
  display: inline-block;
}

.ipi-db-result {
  background-color: rgba(0, 154, 178, 0.25);
  border-top: 1px solid white;
  padding: 5px 30px 5px 5px;
  position: relative;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
  color: black;
}

.ipi-db-result:hover {
  background-color: rgba(0, 154, 178, 1);
  color: white;
}

.ipi-db-result:after {
  content "+";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: white;
  transition: opacity 0.4;
  opacity: 0;
  display: block;
}

.ipi-db-result:hover:after {
  opacity: 1;
}

.ipi-db-result a {
  box-shadow: none!important;
  background-color: transparent!important;
}

.ipi-db-result p {
  font-size: 12px;
  margin: 0px;
}

.ipi-db-result p.ipi-db-result-name {
  font-size: 14px;
  margin-bottom: 3px;
}

.ipi-db-result-name {
  font-size: 14px;
  margin-bottom: 3px;
}

body.page #main article .entry-content #ipi-db-search .ipi-add-db-person {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: black;
  position: absolute;
  height: 30px;
  background-color: transparent;
  transition: background-color 0.4s, color 0.4s;
  right: 0px;
  top: 0px;
  border-left: 1px solid white;
  width: 30px;
  cursor: pointer;
}

body.page #main article .entry-content #ipi-db-search .ipi-add-db-person:hover {
  background-color: #009ab2;
  color: white;
}

#ipi-add-person-or {
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

#iua-google-login {
  border-bottom: 1px solid #009ab2;
  border-top: 1px solid #009ab2;
  background-color: rgba(0, 154, 178, 0.25);
}

#iua-google-login h2 {
  text-align: center;
}

#ipi-ua-wrapper #iua-google-login form {
  border: none;
  padding: 5px 0px 40px;
}

#iua-google-login .g-signin2 > div {
  margin: 0 auto;
}

#ipi-ua-wrapper .dataTables_wrapper table {
  font-size: 14px;
}

#ipi-ua-wrapper .dataTables_wrapper select {
  padding: 0px;
}

#ipi-ua-wrapper .dataTables_wrapper thead select {
  font-size: 14px;
  font-weight: normal;
  height: auto;
  display: inline;
  width: 100%;
}

#ipi-ua-wrapper :not(#ipi-juror-list) .dataTables_wrapper table.editable tbody tr {
  cursor: pointer;
  transition: background-color 0.4s;
}

#ipi-ua-wrapper :not(#ipi-juror-list) .dataTables_wrapper table.editable tbody tr:hover,
#ipi-ua-wrapper :not(#ipi-juror-list) .dataTables_wrapper table.editable tbody tr.even:hover {
  background-color: rgba(0, 154, 178, 0.3);
}

#ipi-ua-wrapper .dataTables_wrapper table tbody tr.even {
  background-color: rgba(0, 154, 178, 0.1)
}

#ipi-ua-wrapper .dataTables_wrapper input[type="search"] {
  width: initial;
  padding: 3px 6px;
  display: inline;
}

#ipi-ua-wrapper .dataTables_wrapper .dataTables_length select {
  width: initial;
  display: inline;
}

#ipi-ua-wrapper .dataTables_wrapper .paginate_button {
  background: none;
  background-color: transparent;
  border: none;
  color: black;
  transition: color 0.4s;
  box-shadow: none!important
}

#ipi-ua-wrapper .dataTables_wrapper .paginate_button:hover {
  background: none;
  background-color: transparent;
  border: none;
  color: #009ab2!important;
}

#ipi-ua-wrapper .dataTables_wrapper .paginate_button.current {
  font-weight: bold;
  color: #009ab2!important;
  font-size: 18px;
}

#ipi-ua-wrapper.iua-my-projects,
#ipi-ua-wrapper.iua-corona-projects,
#ipi-ua-wrapper.iua-jurors {
  max-width: initial;
}

#ipi-corona-projects,
#ipi-juror-list {
  padding: 20px;
  border: 1px solid #009ab2;
}

#ipi-ua-wrapper form input#log-pass {
  margin-bottom: 2px;
}

#ipi-ua-wrapper form #forgot-pass-link {
  font-size: 14px;
  box-shadow: #FFFFFA 0 15px inset;
}

#ipi-ua-wrapper form #forgot-pass-link:hover {
  font-size: 14px;
  box-shadow: #FFFFFA 0 0px inset;
}

#ipi-ua-wrapper .ipi-ua-button.ipi-login-submit {
  margin-top: 20px;
}

#ipi-ua-wrapper #ipi-rpl {
  border-top: 0px;
}

#ipi-rpl h2 {
  margin-top: 0px;
}

#ipi-bj-sl h2 {
  margin-bottom: 5px;
  margin-top: 10px;
}

#ipi-bj-sl p {
  font-size: 14px;
  margin-bottom: 10px;
}

#ipi-bj-sl {
  margin: 20px 0;
  padding: 0 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #009ab2;
  border-top: 1px solid #009ab2;
  background-color: rgba(0, 154, 178, 0.25);
  text-align: center;
}

#ipi-bj-el {
  margin-top: 20px;
  text-align: center;
}

#ipi-bj-el h2 {
  margin-top: 20px;
}

ipi-bj-sl .g-signin2 {
  margin-top: 10px;
}

#ipi-bj-sl .g-signin2 > div {
  margin: auto;
}

#jury-timeline > div {
  display: flex;
  margin-bottom: 10px;
}

#jury-timeline > div > .timeline-time {
  font-weight: 500;
  width: 25%;
}

#jury-timeline > div > .timeline-event {
  width: 75%;
}

#jury-corona-info {
  font-size: 14px;
  margin-top: 25px;
}

#ipi-ua-wrapper form .ipi-files-label {
  display: block;
  background-color: rgba(0, 154, 178, 0.25);
  padding:  6px 12px;
  position: relative;
}

#ipi-ua-wrapper form .ipi-files-label .ipi-upload-text {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
}

#ipi-ua-wrapper form .ipi-files-label .ipi-upload-remove {
  color: red;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: block;
  width: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  margin: 0px;
}

#ipi-ua-wrapper form .ipi-files-label.empty .ipi-upload-remove {
  display: none;
}

#ipi-ua-wrapper form .ipi-files-label:not(.empty) {
  margin-bottom: 1px;
}

#ipi-ua-wrapper form .ipi-files-label.empty {
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  transition: color 0.4s, background-color 0.4s;
}

#ipi-ua-wrapper form .ipi-files-label.toobig {
  background-color: rgba(221, 95, 116, 0.25);
}

#ipi-ua-wrapper form .ipi-files-label.empty:hover {
  cursor: pointer;
  color: white;
  background-color: #009ab2;
}

#ipi-ua-wrapper form .ipi-files-label input[type=file] {
  display: none;
}

#ipi-ua-wrapper.iua-jurors #ipi-juror-list-table .add-country-wrap select {
  display: inline-block;
  padding: 2px 4px;
  width: auto;
  margin-right: 2px;
  font-size: 12px;
  height: 20px;
  float: left;
}

#ipi-ua-wrapper.iua-jurors #ipi-juror-list-table .add-country-wrap .iua-jurors-add-country {
  display: inline-block;
  padding: 2px 4px;
  width: auto;
  margin-right: 2px;
  font-size: 12px;
  height: 20px;
  color: white;
  background-color: #009ab2;
}

.google-login-error {
  color: red;
  margin: 0px 50px 20px;
  background-color: white;
  padding: 10px;
  text-align: center;
  border: 1px solid red;
}

.non-editable-text {
  white-space: break-spaces;
  margin-top: 1.5rem;
}

.ql-editor strong {
  font-weight: bold;
}

.ql-editor u {
  text-decoration: underline;
}

.ipi-tax-dd {
  position: relative;
  margin-bottom: 20px;
}

.ipi-tax-dd.empty {
  height: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}

.ipi-tax-dd-button {
  color: #009ab2;
  background-color: white;
  border: 1px solid #009ab2;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 4px;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}

.ipi-tax-dd:hover .ipi-tax-dd-button,
.ipi-tax-dd.open .ipi-tax-dd-button {
  color: white;
  background-color: #009ab2;
}

.ipi-tax-dd ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0px;
  max-height: 500px;
  overflow: auto;
  border: 1px solid #009ab2;
  list-style: none;
  background-color: white;
  z-index: 100;
}

.ipi-tax-dd ul li {
  text-align: left;
  cursor: pointer;
  color: black;
}

.ipi-tax-dd ul li:not(:last-child) {
  border-bottom: 1px solid #009ab2;
}

.ipi-tax-dd ul li.hidden {
  display: none;
}

.ipi-tax-dd.open ul {
  display: block;
}

#ipi-ua-wrapper form input#ipi-sf-project-cats,
#ipi-ua-wrapper form input#ipi-sf-project-countries,
#ipi-ua-wrapper form input#ipi-sf-project-location,
#ipi-ua-wrapper form input.ipi-bp-programme-name,
#ipi-ua-wrapper form input#ipi-sf-project-tags,
#ipi-ua-wrapper form input#ipi-sf-project-city,
#ipi-ua-wrapper form input#ipi-sf-project-region {
  margin-bottom: 0px;
}

.ipi-bp-programme {
  padding: 10px;
  border-top: 1px solid #009ab2;
  border-bottom: 1px solid #009ab2;
  margin-bottom: 20px;
}

#ipi-ua-wrapper form .ipi-bp-programme input:not(.ipi-bp-programme-name),
#ipi-ua-wrapper form .ipi-bp-programme .all-progs-list {
  margin-bottom: 10px;
}

#ipi-ua-wrapper form .ipi-bp-programme input:not(.ipi-bp-programme-name):last-child {
  margin-bottom: 0px;
}

#ipi-ua-wrapper form .ipi-bp-programme:not(.awards) .ipi-prog-awards-section{
  display: none;
}

@media only screen and (max-width: 899px) {
  #ipi-ua-menu ul {
    display: block;
    padding: 10px 0px;
    border-top: 1px solid #009ab2;
    border-bottom: 1px solid #009ab2;
  }

  #ipi-ua-menu ul li {
    border-right: none;
  }

  #ipi-ua-menu ul li:first-child {
    border-left: none;
  }

  #ipi-ua-menu ul li:hover,
  #ipi-ua-menu ul li.active {
    background-color: #009ab2;
  }

  #ipi-ua-wrapper #ipi-ua-menu > ul > li > a {
    padding: 5px 10px!important;
  }

  #ipi-ua-wrapper #ipi-ua-menu > ul > li:first-child {
    border-left: none;
  }

  #ipi-ua-wrapper #ipi-ua-menu > ul > li:last-child {
    border-right: none;
  }

  #jury-timeline > div > .timeline-time {
    width: 100%;
  }

  #jury-timeline > div > .timeline-event {
    width: 100%;
  }

  .ipi-juror-grid {
    grid-template-columns: repeat(1, 100%);
  }

  .ipi-juror-grid > div {
    height: auto;
    display: block;
  }

  .ipi-juror-grid > div > img {
    position: relative;
    top: 0px;
    transform: translateY(0%);
    margin: 0 auto 10px;
    display: block;
  }

  #ipi-grid-score {
    text-align: center;
    border-right: none;
    border-bottom: 10px solid white;
    padding: 20px;
  }

  #ipi-grid-evaluate {
    text-align: center;
    border-left: none;
    border-bottom: 10px solid white;
    padding: 20px;
  }

  #ipi-grid-award {
    text-align: center;
    border-right: none;
    border-top: none;
    border-bottom: 10px solid white;
    padding: 20px;
  }

  #ipi-grid-score > img,
  #ipi-grid-award > img {
    right: 0px;
  }

  #ipi-grid-details {
    text-align: center;
    border-left: none;
    border-top: none;
    padding: 20px;
  }

  #ipi-grid-evaluate > img,
  #ipi-grid-details > img {
    left: 0px;
  }

  #ipi-ua-wrapper .ipi-name-row {
    display: block;
  }

  #ipi-ua-wrapper .ipi-name-row-gender {
    width: 100%;
    margin-right: 0px;
    height: 43px;
    margin-bottom: 5px;
  }

  #ipi-ua-wrapper .ipi-name-row-fn {
    width: 100%;
    margin-right: 0px;
  }

  #ipi-ua-wrapper .ipi-name-row-fn input {
    margin-bottom: 5px;
  }

  #ipi-ua-wrapper .ipi-name-row-ln {
    width: 100%;
  }

  #ipi-ua-wrapper .ipi-birth-wrapper {
    display: block;
  }

  #ipi-ua-wrapper .ipi-birth-row-month {
    width: 100%;
    margin-right: 0px;
      margin-bottom: 5px;
  }

  #ipi-ua-wrapper .ipi-birth-row-year {
    width: 100%;
  }

  #ipi-logreg {
    display: block;
  }

  #ipi-logreg > form:first-child {
    display: block;
    margin-right: 0px;
    width: 100%;
  }

  #ipi-logreg > form:last-child {
    display: block;
    margin-left: 0px;
    width: 100%;
  }
}

.user-exists-info {
  font-size: 14px;
  color: red;
  margin-top: -20px;
  margin-bottom: 20px;
}



[data-max-words] {
  position: relative;
}

[data-max-words]::after {
  position: absolute;
  display: block;
  content: attr(data-current-words) " / " attr(data-max-words);
  font-size: 12px;
  bottom: 100%;
  right: 0px;
}

.toomuchwords[data-max-words]::after {
  color: red;
  font-weight: 500;
}

#djurors .djuror-entry {
  border-top: 2px solid #009ab2;
  padding: 10px 0;
}

#djurors .djuror-entry .djname {
  margin: 0 10px;
}

#djurors .djuror-entry:last-child {
  border-bottom: 2px solid #009ab2;
}

#djurors .djuror-entry .djuror-options {
  padding: 10px;
}

#djurors .djuror-entry .djuror-options > div {
  border-top: 1px solid #009ab2;
  padding: 5px;
  transition: all 0.4s;
  cursor: pointer;
}

#djurors .djuror-entry .djuror-options > div:hover {
  background-color: #009ab2;
  color: white;
}

#djurors .djuror-entry .djuror-options > div:last-child {
  border-bottom: 1px solid #009ab2;
}

h1.ipi-ef-title {
  border-top: 1px solid #009ab2;
  padding-top: 20px;
  margin-top: 10px;
}

.ipi-ef-country {
  background-color: #009ab2;
  padding: 4px 12px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  color: white;
}

.ipi-ef-oneliner {
  font-style: italic;
  margin-top: 20px;
  font-weight: 400;
}
