/*základ CSS upravujicí chyby v CSS*/
.webform-submission-form input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 2px;
    float:left;
}
.webform-button--submit
{
  width: 100%;
  color: red !important;
  font-size: 24px;
}
.webform-submission-form th, .webform-multiple-table--operations
{
  color: #19388a;
    background-color: white;
    border: 1px solid #d6cccc;
  font-weight: normal;
}
.js-webform-select-other legend
{
   color: #19388a;
}

.webform-submission-form legend
{
  border:unset !important;
}

.js-form-type-textarea textarea { width: 100%; }

.js-form-item input { width: 100%; }