@font-face {
    font-family: 'notosanslight';
    src: url('../fonts/notosans_light-webfont.eot');
    src: url('../fonts/notosans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notosans_light-webfont.woff2') format('woff2'),
         url('../fonts/notosans_light-webfont.woff') format('woff'),
         url('../fonts/notosans_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'notosansmedium';
    src: url('../fonts/notosans_medium-webfont.eot');
    src: url('../fonts/notosans_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notosans_medium-webfont.woff2') format('woff2'),
         url('../fonts/notosans_medium-webfont.woff') format('woff'),
         url('../fonts/notosans_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'notosansregular';
    src: url('../fonts/notosans_regular-webfont.eot');
    src: url('../fonts/notosans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notosans_regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans_regular-webfont.woff') format('woff'),
         url('../fonts/notosans_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*{
	font-family: notosansmedium;
	color:#333;
	font-size: 16px;
}
.wrap_container{
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 0px 10px;
}
.header{
	width: 100%;
	background: #480060;
	text-align: center;
	padding: 10px;
}
#logo_meb{
	width: 100px;
}
.content{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.head_text{
	font-size: 24px;
	margin-bottom: 20px;
	color: #5d256f;
	font-weight: 500;
}
.head_text font{
	color: #5d256f;
	font-weight: 500;
}
.text{
	color: #5d256f;
	font-family: notosansregular;
	font-weight: 100;
	font-size: 18px;
}
.text p{
	color: #5d256f;
	font-family: notosansregular;
	font-weight: 100;
	font-size: 18px;
	margin-bottom: 5px;
}
.text .bold{
	color: #5d256f;
	font-family: notosansregular;
	font-weight: bold;
	font-size: 18px;
}
.font_white{
	color: #FFF;
}
.input_type_text{
	width: 100%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.head_text_modal{
	font-size: 22px;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	font-weight: 500;
}

#banner_large{
	display: block;
}
#banner_small{
	display: none;
}

@media (max-width: 600px) {

	.btn_login_fb{
		font-size: 14px;
	}
	.btn_login_line{
		font-size: 14px;
	}
	#banner_large{
	display: none;
	}
	#banner_small{
		display: block;
	}
}

#tb_select_author{
	width: 100%;
	max-width: 500px;
	margin: auto;
}
#tb_select_author td{
	padding: 10px 5px;
	position: relative;
	width: 50%;
}

#tb_author_vote{
	width: 100%;
	max-width: 500px;
	margin: auto;
}
#tb_author_vote td{
	padding: 10px 5px;
	position: relative;
	width: 50%;
}


.selected_author{
	height: 40px;
	background: #FFF;
	border-radius: 50px;
	border: none;
}

.author_vote{
	height: 40px;
	background: #FFF;
	border-radius: 50px;
}

.icon_person{
	position: absolute;
	top: 20px;
	left: 20px;
}

.btn_vote{
	background: #00bf6c;
	color: #FFF;
	padding: 5px;
	width: 175px;
	margin: auto;
	margin-top: 20px;
	border-radius: 22px;
	font-size: 20px;
}

#pointer { 
	width: 100%;
	max-width: 400px;
	height: 100px;
	position: relative;
	background: #00bf6c;
	padding: 13px;
	font-size: 14px;
	color: #FFF;
	margin: auto;
	text-align: center;
	line-height: 25px;
} 
#pointer:after { 
 	content: ""; 
 	position: absolute; 
 	left: 0; 
 	bottom: 0; 
 	width: 0; 
 	height: 0; 
 	border-left: 50px solid white; 
 	border-top: 50px solid transparent; 
 	border-bottom: 50px solid transparent; 
} 
#pointer:before { 
	content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 50px solid white;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent; 
}

.form_register_meb_account{
	margin-top: 10px;
}
.top_vote_200{
	width: 25%;
	font-size: 15px;
	float: left;
	height: 23px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	font-family: Helvetica, Thonburi, Tahoma, sans-serif;
	word-break: break-all;
}
.top_vote_30{
	width: 33.33%;
}
.author_choice{
	float: left;
	padding: 8px;
	padding-left: 25px;
	padding-right: 35px;
	background: #00bf6c;
	color: #FFF;
	border-radius: 5px;
	font-size: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	font-family: Helvetica, Thonburi, Tahoma, sans-serif;
}
.selected_author_name{
	font-family: Helvetica, Thonburi, Tahoma, sans-serif;
	font-size: 15px;
}
.author_vote_name{
	padding-top: 9px;
	font-size: 15px;
	float: left;
	width: calc(100% - 25px);
	padding-left: 40px;
	text-align: left;
	height: 28px;
	overflow: hidden;
	color: #FFF;
	font-family: Helvetica, Thonburi, Tahoma, sans-serif;
}

@media (max-width: 768px) {
	.text_large{
		font-size: 26px !important;
	}
	.text_middle{
		font-size: 18px !important;
	}
	.text_small{
		font-size: 14px !important;
	}
	#wrap_pointer{
		width: 280px !important;
	}
	#pointer{
		width: 280px !important;
		font-size: 12px;
	}
	.top_vote_200{
		width: 25% !important;
		font-size: 12px;
	}
	.top_vote_30{
		width: 33.33% !important;
	}
	.btn_login_to_vote{
		width: 220px !important;
		font-size: 18px !important;
		padding: 8px !important;
	}
}

@media (max-width: 600px) {
	.text_large{
		font-size: 22px !important;
	}
	.text_middle{
		font-size: 16px !important;
	}
	.text_small{
		font-size: 12px !important;
	}
	.top_vote_200{
		width: 33.33% !important;
	}
	.btn_login_to_vote{
		width: 190px !important;
		font-size: 16px !important;
	}
	#logo_meb{
		width: 75px;
		margin-top: 8px;
	}
	.text_header{
		font-size: 14px !important;
	}
	.wrap_table_vote{
		padding: 40px 10px !important;
	}
}

@media (max-width: 400px) {
	.top_vote_200{
		width: 50% !important;
	}
}