@font-face { font-family: finalf; src: url('https://akurosia.de/resources/font/ferrum.otf'); }
body {
    font-family: 'finalf', Arial, Helvetica, san-serif;
}

a {
  color: rgb(0, 123, 255) !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  float: right;
  border: none;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

settings {
    color: #FFF;
    margin: 0 auto;
    justify-content: center;
    width: 300px;
    height: 150px;
    padding: 20px;
    position: absolute;
    z-index: 500;
    left: 45%;
}

#settings{
    cursor: pointer;
}

.tablewidth_max {
    max-width: 1500px !important;
    margin: auto;
}



#bodyDiv_logos > div > table > thead > tr > th:nth-child(1),
#bodyDiv_logos > div > table > tbody > tr > td:nth-child(1) {
  word-wrap: break-word;
  width: 400px;
}

#bodyDiv_logos > div > table > thead > tr > th:nth-child(2),
#bodyDiv_logos > div > table > tbody > tr > td:nth-child(2) {
  word-wrap: break-word;
  width: 650px;
}

#bodyDiv_logos > div > table > thead > tr > th:nth-child(3),
#bodyDiv_logos > div > table > tbody > tr > td:nth-child(3) {
  word-wrap: break-word;
  width: 450px;
}
