.search__input{
    border: 1px solid #cecece;
    height: 30px;
    color: #666;
}

.search__input--error{
    border: 1px solid rgb(224, 120, 111);
    background: none;
    background-color: rgba(244, 209, 203, 1);
}

.search__submit{
    margin-top: 10px;
}

.search__submit-wrapper{
    display: inline-block;
}

.search__table-date--label {
    width: 20%;
}

.error-display__message{
    display: none;
}

.error-display__message--always{
    display: block;
}

.error-display__icon{
    display: inline-block;
}

.error-display__message-board{
    display: inline-block;
}

.error-display{
    display: none;
}

.search {
    border: none;
}
.search tbody{
    border: none !important;
}
.search tbody tr{
    border: none;
}

.general-error__table{
    border:none !important;
}
.general-error__table-body {
    border:none !important;
}
.general-error__table-row{
    border:none !important;
}
.general-error__table-data{
    border:none !important;
}
