body {
    top: 0;
    left: 0;
    padding: 0;
    background-color: #d9fcf5b6
}

.centered {
	position: relative;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0);
}

.title-container {
    width: 40%;
    background-color: #4bd2cc;
    border: 2px solid #58c1c1;
    text-align: center;
}

.title-view {
    margin-top: 25px;
    padding: 10px 20px;
    /* background-color: #82ebd4;
    border: 2px solid #A7E0E0; */
    border-radius: 15px 15px 0 0;
}

.main-view {
    width: 40%;
    padding: 1px 20px 20px 20px;
    background-color: #c4f8ed;
    border: 2px solid #58c1c1;
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.form-page-title {
    color: white;
    font: 32px sans-serif;
}

.form-page-description {
    color: white;
    text-align: left;
    font: 18px sans-serif;
}

.form-title {
    border-radius: 15px;
    background-color: #4bd2cc;
    padding: 10 20;
    color: #1c4b4b;
}

.form-item {
    border-radius: 0 15px 15px 15px;
    margin-bottom: 25px;
    margin-top: 25px;
    background-color: #4bd2cc;
    border: none;
    width: 90%;
    padding: 10 10 20 0;
}

.form-content {
    margin-left: 25px;
}

.text-input {
    border-radius: 5px;
    border: none;
    padding: 5px;
}

.radio-label {
    color: white;
    font: 14px sans-serif;
}

.vote-btn {
    padding: 15px;
    color: white;
    background-color: #4bd2cc;
    width: 50%;
    border-radius: 15px;
    border: none;
    position: relative;
    left: 50%;
	transform: translate(-50%, 0);
    font-size: 20px;
    cursor: pointer;
}

.vote-btn:hover {
    background-color: #73d9d9;
}

.vote-btn:disabled {
    background-color: #b3d3d3;
    cursor: auto;
}

.go-to-results {
    margin-top: 15px;
}

.results-view {
    padding: 10px 20px;
    background-color: #d4fdf4;
    border: 2px solid #58c1c1;
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.results-table {
    width: 100%;
}

table {
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #58c1c1;
    border-top: none;
    padding: 7px 15px;
    color: #1c4b4b;
}

table tr {
    padding: 5px;
}

table tr:first-child th {
    border-top: 0;
    padding: 5px;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr td:first-child,
table tr th:first-child {
    border-left: 0;
}

table tr td:last-child,
table tr th:last-child {
    border-right: 0;
}

.results-filter-input {
    border-radius: 5px;
    border: 1px solid #58c1c1;
}

.results-filter-dropdown {
    padding: 0 5px;
}

.average-results {
    width: 100%;
    text-align: justify;
    border: none;
}

.average-results td,
.average-results th {
    text-align: center;
    font-size: 18px;
    border: none;
    padding: 0;
    color: #1c4b4b;
}
