.fullVotes {
    border: 5px outset #2048A7;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 20px;
}

.freeVote {
    border: 5px outset #2048A7;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 20px;
}

.title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    justify-content: center;
    h3 {
        margin: 0px;
    }
}

.pokal {
    height: 50px;
    display: block;
}


.voters {
    margin-top: 0px;
}

.commands {
    width: 100%;
    height: 200px;
    resize: vertical; 
}

.infobox {
    padding: 0px 20px;
}

.votecontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.votebox {
  border: 2px solid rgba(30,30,30);
  background-color: rgba(100, 100, 100, 0.5);
  color: #fff;
  border-radius: 5px;
  margin: 20px 10px 0px 10px;
  padding: 10px;
}
.votereminder {
  border: 2px solid rgba(30,30,30);
  background-color: rgba(50, 100, 200, 0.5);
  color: #fff;
  border-radius: 5px;
  margin: 20px 10px 20px 10px;
  padding: 0px;
}