.weristwer_container {
        display: flex;
        display: -webkit-flex;
        -moz-display: flex;
        flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: flex-start;
        -moz-justify-content: flex-start;
        -webkit-justify-content: flex-start;
}
.weristwer_accounts {
        width: 33%;
        margin: 0 2px 5px 2px;
	float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 310px;
}
.weristwer_zweit {
        height: 97px;
        overflow: auto;
}
.weristwer_accounts_zweit_kA {
        height: 82px;
}

.weristwer_zweit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: 97px;
  overflow-y: auto;
}

.weristwer_account_bit {
  width: calc(33.33% - 10px);
  box-sizing: border-box;
  background-color: #343d43;
  padding: 5px;
  border-radius: 1px;
  text-align: center;
  font-size: 0.8em;
}
