.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;
    padding-right: 10px;
    padding-left: 10px;
}

.commands {
    width: 100%;
    height: 200px;
    resize: vertical; 
}

.infobox {
    padding: 0px 20px;
}

.votecontainer {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
}

.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;
}

.voter-today {
  position: relative;
  color: #FFFFFF;
  text-decoration: none !important;
  text-shadow: 0 0 15px #2048A7;
}
.voter-today::after {
  content: "*";
}
.voter {
    text-decoration: none !important;
}