#top-logo.studip-logo {
  background-image: none, url('https://alumni.ggnb.gwdg.de/public/plugins_packages/data-quest/GGNBAlumni/assets/images/logo_GA.svg');
  background-size: 82px 82px;
  background-position-x: center;
  margin-top: 0 !important;
}
.oneline {
  display: block;
}
.email-input {
  width: 500px;
  border-color: black;
  border-style: dotted;
  border-width: medium;
}
.email-input input {
  margin-left: 20px;
}
.preferred-email {
  width: 250px;
}
.visible-email {
  width: 250px;
}
.alumni-wrapper {
  max-width: -webkit-max-content;
}
.email-table {
  text-align: left;
}
.email-table input {
  width: 90%;
}
.email-table-label {
  width: 120px;
}
.email-table-input {
  width: 250px;
}
.email-table-pref {
  width: 120px;
}
.email-table-visib {
  width: 120px;
}
.person-table {
  text-align: left;
}
.person-table input,
.person-table select {
  width: 90% !important;
}
.person-table-label {
  width: 120px;
}
.person-table-input {
  width: 250px;
}
.person-table-visib {
  width: 120px;
}
#search-filter-set .search-filter-group {
  vertical-align: top;
  display: inline-block;
  border: 0px solid #f00;
}
#search-filter-set .search-filter {
  vertical-align: top;
  display: inline-block;
  border: 0px solid #000;
  width: 210px;
  height: 64px;
}
#search-filter-set .search-filter label {
  font-weight: bold;
}
#search-filter-set .search-filter input,
#search-filter-set .search-filter select {
  width: 180px;
  margin-top: 5px;
  margin-left: 0px;
  display: block;
}
#profile-form fieldset {
  display: inline-block;
  vertical-align: top;
  min-width: 490px;
  min-height: 50px;
}
#profile-form dd {
  padding-bottom: 10px;
}
#addr_zipcity {
  max-width: 10vw;
  width: 120px;
}
#addr_city {
  max-width: 25vw;
  width: calc(100% - 123px);
}
.mand-tooltip {
  background-color: #fcc;
  font-weight: bold;
}
.visb-tooltip {
  background-color: #cef;
  font-weight: bold;
}
.generic-tooltip {
  background-color: #e7ebf1;
  color: #28497c;
  font-weight: bold;
}
