.tournament-blog .card{
    border: none;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.tournament-blog .card a{
    margin-top: 1rem;
    width: 100%;
}

.tournament-entry-vote-form button{
    background: #3E6B88;
    border: 1px solid #3E6B88;
    color: #fff;
}

.tournament-entry-vote-form button:hover,
.tournament-entry-vote-form button:focus{
    background: #fff;
    color: #3E6B88;
    border-color: #3E6B88;
}