#polls{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-bottom:30px;
	color: #5A2800;
	font-family: Arial, Helvetica, sans-serif;
}

#polls_create{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-bottom:30px;
	color: #5A2800;
	font-family: Arial, Helvetica, sans-serif;
}

#polls_create input{
    width: calc(100% - 10px);
    height: 16px;
    background-color: rgb(255 255 255 / 80%);
    padding: 4px;
    border: solid 1px #c4b091;
    box-sizing: content-box;
    margin: 0px;
    outline: 0;
    color: #5A2800;
}

#polls_header{
	width:100%;
	height:32px;
	margin-top:10px;
	text-align:center;
	font-family: Martel, Tahoma, Geneva, sans-serif;
	font-size:32px;
}

#polls_notifications_header{
	width:100%;
	height:16px;
	margin-top:20px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#d4c0a1;
	border-radius:1px;
	position:relative;
	z-index:2;
}

#polls_notifications_header_icon{
	width:16px;
	height:16px;
	margin-left:4px;
	float:left;
}

#polls_notifications_header_icon img{
	width:16px;
	height:16px;
}

#polls_notifications_header_text{
	height:16px;
	margin-left:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	float:left;
}

#polls_notifications_errors{
	width:100%;
	background-color:#f1e0c6;
	padding-top:17px;
	padding-bottom:12px;
	margin-top:-12px;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	position:relative;
	z-index:1;
}

.polls_notifications_error{
	width:50%;
	margin-top:5px;
	float:left;
}

.polls_notifications_error li{
	width:10px;
	margin-left:10px;
	float:left;
}

.polls_notifications_error_text{
	width:calc(100% - 20px);
	float:left;
}

.polls_section{
	width: calc(100% - 42px);
    border: solid 1px #d9c5a6;
    border-radius: 1px;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}

.polls_section_header{
	height: 14px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: -7px;
    left: 10px;
    background-color: #fef0d9;
    font-size: 12px;
    font-weight: bold;
}

.polls_section_header_right{
	height: 14px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: -7px;
	right: 10px;
    background-color: #fef0d9;
    font-size: 12px;
    font-weight: bold;
}

.poll_rows{
	width:100%;
}

.poll_row{
	width:100%;
}
.poll_row:nth-child(odd) {
    background-color: #f1e0c6;
}.poll_row:nth-child(even) {
    background-color: #d4c0a1;
}

.poll_row_section{
	padding-left: 8px;
	padding-top: 8px;
    padding-bottom: 8px;
	float: left;
}

.poll_row_title_section{
	width:calc(100% - 151px);
}

.poll_row_ends_section{
	width:120px;
	margin-left:5px;
	text-align:right;
}

#polls_title{
	width:100%;
	margin-top: 20px;
	font-size:18px;
	text-align:center;
}

#polls_options{
	width:100%;
}

.poll_option{
	width:100%;
	margin-top:5px;
}
.poll_option:first-child{
	margin-top:0;
}

.poll_option_selection{
	width:40px;
	height:13px;
	padding:5px;
	float:left;
}
.poll_option_selection img{
	width:13px;
	height:13px;
	float:left;
}
.poll_option_selection input{
	margin:0;
}

.poll_option_alpha{
	width:13px;
	height:13px;
	padding:5px;
	margin-left:5px;
	float:left;
	text-align:center;
	font-weight:bold;
}

.poll_option_data{
	width:calc(100% - 66px);
	height:13px;
	padding:5px;
	margin-left:5px;
	float:left;
}

#polls_results{
	width:100%;
}

.poll_result{
	width:100%;
	margin-top:5px;
}
.poll_result:first-child{
	margin-top:0;
}

.poll_result_alpha{
	width:13px;
	height:13px;
	padding:5px;
	float:left;
	text-align:center;
	font-weight:bold;
}

.poll_result_percentage{
	width:40px;
	height:13px;
	padding:5px 0;
	float:left;
	text-align:right;
}

.poll_result_data{
	width:calc(100% - 83px);
	height:13px;
	padding:5px 10px;
	float:left;
}

.poll_result_bar_shadow{
	width:100%;
	height:9px;
	margin-top:2px;
	background: rgba(27,103,152,0.2);
	background: linear-gradient(180deg, rgba(27,103,152,0.2) 0%, rgba(33,154,222,0.2) 100%);
	border-radius:6px;
}

.poll_result_bar{
	height:9px;
	background: rgb(27,103,152);
	background: linear-gradient(180deg, rgba(27,103,152,1) 0%, rgba(33,154,222,1) 100%);
	border-radius:6px;
}

#polls_status{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-top:20px;
	text-align:center;
}

#polls_finalise{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-top:20px;
}

.poll_button{
	width:135px;
	height:25px;
	background:url('images/sbutton.gif');
	cursor:pointer;
	float:left;
}
.poll_button:hover{
	background:url('images/sbutton_over.gif'), url('images/sbutton.gif');
}

.poll_button_text{
	width:100%;
	height:16px;
	margin-top:4px;
	text-align:center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.7), 1px -1px 0 rgba(0,0,0,0.7), -1px 1px 0 rgba(0,0,0,0.7), 1px 1px 0 rgba(0,0,0,0.7);
	font-size:14px;
	color:#f1d4a5;
	pointer-events:none;
}

.poll_button a{font-size: 14px;font-weight:400;text-decoration:none;}
.poll_button a:hover{font-size: 14px;font-weight:400;text-decoration:none;}
.poll_button a:visited{font-size: 14px;font-weight:400;text-decoration:none;}
.poll_button a:active{font-size: 14px;font-weight:400;text-decoration:none;}

#poll_create_options{
	width:100%;
}

.poll_create_row{
	width: 100%;
    margin-top: 15px;
}

.poll_create_field{
	width:100%;
}

.poll_create_field_split{
	width: calc(33% - 10px);
    margin-left: 15px;
    float: left;
}
.poll_create_field_split:first-child{
	margin-left:0;
}

.poll_create_field_header {
    width: 100%;
    font-size: 14px;
}

.poll_create_field_input {
    width: 100%;
    margin-top: 5px;
}

.poll_create_option_delete{
	width:14px;
	height:14px;
	margin-left:5px;
	padding:6px;
	float:left;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
.poll_create_option_delete img{
	width:14px;
	height:14px;
	float:left;
}

.poll_create_option_input{
	width:calc(100% - 31px);
	float:left;
}

@media screen and (max-width: 576px) {
	.polls_section{
		width: calc(100% - 10px);
		padding: 20px 5px;
	}
}