.ui-widget-content a.more_blue {
  color: #287da8;
}

ul.function-list {
  position: relative !important;
  width: auto !important;
  padding: 5px 0px 10px 20px;
}

ul.function-list > li {
  vertical-align: middle;
  line-height: 36px;
}

h4 > span.ui-icon {
  background-image: none !important;
}

table tbody tr:nth-child(2n) {
  background: white;
}

.button {
  text-align: center;
  font-weight: normal;
}

.buttons {
  padding-left: 20em;
}

.absatz ul li::before {
  content: "";
}

.absatz ul li {
  min-height: 36px;
}

.description {
  margin-left: 40px;
}

.absatz .function-list ul.control-panel li {
  text-indent: unset;
}

.function-list .control-panel {
  background: transparent;
  position: relative;
}

.function-list div.ol-control {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}

.function-list div.background-switcher button {
  background-position: 0 -320px;
}

#page .function-list .ol-control button:hover {
  background-color: transparent;
}

p span.overlay-info {
  position: relative;
  width: 1em;
  height: 1em;
  text-align: center;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  color: transparent;
  background: rgba(0, 60, 136, 0.5);
  border-radius: 2px;
  display: inline-block;
  line-height: 0.8em;
}

p span.overlay-info::before {
  width: 100%;
  position: absolute;
  font-weight: bold;
  content: "i";
  color: #fff;
}

p img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("../images/ui-icons.png");
  background-position: -15px -143px;
}

.ui-dialog-titlebar button {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none !important;
}

.ui-dialog-titlebar-close::before {
  content: "";
}

.ui-dialog-titlebar-close.ui-state-hover .ui-icon,
.ui-dialog-titlebar-close.ui-state-active .ui-icon {
  background-image: url("//www.gaia-mv.de/gaialight4/css/images/ui-icons_fff_256x240.png");
}

.gl .toolGroup .title {
  width: 9em;
}

.gl .toolGroup .buttons {
  padding-left: 0;
}

.toolList .ui-icon {
  position: absolute;
  top: 2px;
  background-color: #287da8;
  border: 3px solid #287da8;
}

.toolList .description {
  display: inline-block;
  margin: 0 0 0 42px;
}

.toolList ul {
  margin-left: 2em;
}

dl {
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 1em 0;
}

dt {
  font-weight: bold;
  margin: 0.5em 0;
}

dd {
  margin-left: 2em;
  color: #666;
}
