.rank-te {
  position:relative;
  left: 0px;
}

.rank-hint {
  border: 1px solid #c0c0c0;
  border-radius:5px;
  background-color:#d0d0d0;
  padding:3px;
  font-size:1.1em;
  font-weight: bold;
}

.rank-wrapper {
    height: 400px;
    /*min-height: 90%;*/
    min-height: 400px;
    display:flex;
    flex-direction: column;
}

.rank-wrapper > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex:1;
}

.rank-fill-height-or-more > div {
  display:flex;
  flex-direction: column;
  flex: 1;
}

.rank-txt {
  cursor: move;
  padding: 3px;
  border: 1px solid #d6d6d6;
  margin: 3px;
  font-size:0.85em;
  padding-left:8px;
  word-break:break-all;
}