.pollsphere {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    max-width: 400px;
    margin: 20px auto;
}
.pollsphere h3 {
    margin-bottom: 15px;
}
.pollsphere button {
    padding: 10px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    cursor: pointer;
    width: 100%;
}
.pollsphere button:hover {
    background-color: #005880;
}
.pollsphere ul{
	list-style-type: none;
}

.polls-list {
    margin: 20px 0;
}

.poll-item {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.poll-item h3 {
    margin: 0 0 10px;
}

.poll-item .button {
    text-decoration: none;
    padding: 10px 15px;
    background-color: #0073aa;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}

.poll-item .button:hover {
    background-color: #005885;
}

.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination .button {
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #0073aa;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}

.pagination .button:hover {
    background-color: #005885;
}

.poll-date {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.poll_page_header {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0px;
  background: border-box gray;
/*  border-radius: 25px 25px;
  opacity: 56%; */
}
