.kp_vote_title {
    font-size: 18px;
    color: darkorange;
    margin-bottom: 10px;
}

.kp_percent {
    font-size: 16px;
    font-weight: bold;
    color: darkorange;
}

.kp_vote_name {
    font-size: 16px;
}

.kp_vote_count {
    color: silver;
	text-align: right;
}

#kp_vote_line {
    background: cadetblue;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    transition: width .6s ease;
    height: 10px;
    border-radius: 3px;
}

.kp_vote_button {
    font-size: 32px;
  /*  background: beige;*/
    padding: 0 0 3px 9px;
    width: 25px;
    border-radius: 50%;
	cursor: pointer;
}

.kp_poll_count {
    color: silver;
}

.kp_item_link {
    display: block;
    text-align: center;
    background: antiquewhite;
    padding: 5px;
    color: chocolate;
    margin-top: 5px;
    border-radius: 5px;
}

.kp_item_link:hover {
	text-decoration: none;
}