.section-programm table {
  margin-top: 20px;
}

.section-programm table tr > td {
 vertical-align: top;
 padding-right: 10px;
 padding-bottom: 20px;
}
.section-programm table tr > td {
  width: 400px !important;

}
.section-programm table tr > td:first-child {
  width: 120px !important;
}

#search-button {
    display: none !important;
}
#portal-header #portal-logo {
  float: left;
  margin: 0px 0 10px 0;
}


/* login to xevent  */
.login-form-wrapper .message {
  margin: 20px 0;
  color: red;
  font-weight: bold;
  font-size: 16px;
}

.login-form-wrapper .btn-submit {
  padding: 5px 10px;
  background-color: #c50b34;
  color: white;
  font-weight: bold;
}

.login-form-wrapper .errorflag.true {
  border: 1px solid #c50b34;
  color: #c50b34;
}




