.vote-stats, .vote-site {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.vote-stats h4, .vote-site h4 {
    margin-top: 0;
    color: #337ab7;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.vote-site .btn {
    margin-top: 10px;
    width: 100%;
}

.vote-stats p {
    font-size: 16px;
    margin-bottom: 8px;
}

.vote-stats p:last-child {
    margin-bottom: 0;
}
