@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: Thonburi,Tahoma,sans-serif !important;
	color:#333;
	font-size: 16px;
}
.wrap_container{
	width: 100%;
}
.header{
	font-family: 'notosansmedium' !important;
	width: 100%;
	background: #480060;
	text-align: center;
	padding: 10px;
}
#logo_meb{
	width: 100px;
}
.content{
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.head_text{
	font-family: 'notosansmedium' !important;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #111;
	font-weight: bold;
	text-align: left;
}
.head_text font{
	color: #111;
	font-weight: bold;
}
.text{
	color:#555;
	font-family: Thahoma;
	font-size: 16px;
}
.text p{
	color:#555;
	font-family: Thahoma;
	font-size: 16px;
}
.text .bold{
	color:#555;
	font-family: Thahoma;
	font-weight: bold;
	font-size: 16px;
}
.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: bold;
}

#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: 5px;
	position: relative;
	width: 50%;
}

#tb_author_vote{
	width: 100%;
	max-width: 500px;
	margin: auto;
}
#tb_author_vote td{
	padding: 5px;
	position: relative;
	width: 50%;
}


.selected_author{
	height: 40px;
	background: #FFF;
	border-radius: 50px;
	border: 2px solid #cce578;
	border-style: dashed;
}

.author_vote{
	height: 40px;
	background: #FFF;
	border-radius: 50px;
}

.icon_person{
	position: absolute;
	top: 15px;
	left: 20px;
}

.btn_vote{
	background: #9cb93c;
	color: #FFF;
	padding: 5px;
	width: 175px;
	margin: auto;
	margin-top: 20px;
	border-radius: 22px;
	font-size: 20px;
}
.btn_vote:hover{
	background: #819932;
}

#pointer { 
	width: 100%;
	max-width: 400px;
	height: 100px;
	position: relative;
	background: #5e7418;
	padding: 13px;
	font-size: 14px;
	color: #FFF;
	margin: auto;
	text-align: center;
	line-height: 25px;
} 
#pointer:hover{
	background: #445411;
}
#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: 20%;
	font-size: 14px;
	float: left;
	height: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #5e7418;
}
.author_choice{
	float: left;
	padding: 5px;
	padding-left: 25px;
	padding-right: 35px;
	background: #cce578;
	border-radius: 25px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

#campaign_container{
	width: 100%;
	max-width: 800px;
	margin: auto;
	margin-bottom: 40px;
}
#wrap_banner{
	text-align: center;
}
#banner_lg{
	display: block;
}
#banner_sm{
	display: none;
}
.reward_detail{
	width: 100%;
	background: #FFF;
	border-radius: 10px;
	padding: 10px;
	display: table;
	height: 86px;
	margin: auto;
	margin-bottom: 10px;
	padding-left: 0px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.main_button{
	background:#00bf6c;
	color:#FFF !important;
	padding: 7px;
	margin: auto;
	border-radius: 30px;
	font-size: 20px;
	border: 1px solid#00bf6c;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
}
.main_button_out_line{
	background:#FFF;
	color:#00bf6c !important;
	padding: 7px;
	margin: auto;
	border-radius: 30px;
	font-size: 20px;
	border: 1px solid#00bf6c;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
}
.description_list{
	padding-left: 20px;
}
.description_list li{
	margin-bottom: 10px;
	font-size: 14px;
	color:#111;
	font-family: Helvetica,Thonburi,Tahoma,sans-serif !important;
}
.description_list li font{
	font-family: Helvetica,Thonburi,Tahoma,sans-serif !important;
	font-size: 14px;
}
.description_list li a{
	font-family: Helvetica,Thonburi,Tahoma,sans-serif !important;
	font-size: 14px;
}
#footer p{
	margin-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color:#7b7b7b;
}
.btn_social{
	width: 70px;
	height: 32px;
	border-radius: 6px;
	margin-left: 15px;
	float: left;
	position: relative;
	line-height: 32px;
	color: #FFF;
	font-size: 12px;
}
.btn_fb{
	background-color: #4662be;
	padding-left: 17px;
	margin-left: 0px;
}
.btn_line{
	background-color: #6fc32e;
	padding-left: 20px;
}
.btn_twitter{
	background-color: #1999d1;
	padding-left: 20px;
}
#wrap_btn_get_reward{
	display: none;
	text-align: center; 
	/*position: fixed;*/
	/*bottom: 0;*/
	/*left: 0;*/
	width: 100%;
	z-index: 100;
}
.normal_text {
  font-size: 14px;
  color: #111;
  margin-top: 5px;
  line-height: 25px;
  padding: 0px;
  margin-bottom: 25px;
  font-family: Helvetica,Thonburi,Tahoma,sans-serif !important;
}
.normal_text a{
	font-size: 14px;
	font-family: Helvetica,Thonburi,Tahoma,sans-serif !important;
}
.dot{
	width: 10px;
	height: 10px;
	background: #00bf6c;
	border-radius: 100%;
	margin-top: 8px;
  	float: left;
  	margin-right: 6px;
}
a{
	color: #00bf6c !important;
}

@media only screen and (max-width: 767px)
{
	#banner_lg{
		display: none;
	}
	#banner_sm{
		display: block;
	}
	#wrap_logo_meb{
		float: left;
	}
}

@media only screen and (max-width: 400px)
{
	.head_text{
		font-size: 20px !important;
	}
	.description_list li{
		font-size: 12px !important;
	}
	.description_list li font{
		font-size: 12px !important;
	}
	/*.main_button{
		font-size: 16px;
	}*/
	.normal_text {
		font-size: 14px !important;
		margin-top: 0px;
		margin-bottom: 20px;
		line-height: 20px;
	}
	.normal_text a{
		font-size: 14px !important;
	}
}
@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;
	}
	.btn_login_to_vote{
		width: 220px !important;
		font-size: 18px !important;
		padding: 8px !important;
	}
	.author_choice{
		font-size: 16px !important;
	}
	.selected_author_name{
		font-size: 16px !important;
	}
	.author_vote_name{
		font-size: 16px !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;
	}
	.author_choice{
		font-size: 14px !important;
	}
	.selected_author_name{
		font-size: 14px !important;
	}
	.author_vote_name{
		font-size: 14px !important;
	}
}

@media (max-width: 400px) {
	.top_vote_200{
		width: 50% !important;
	}
	.btn_login_to_vote{
		width: 150px !important;;
		font-size: 14px !important;;
	}
	.author_choice{
		font-size: 12px !important;
	}
	.selected_author_name{
		font-size: 12px !important;
		height: 28px !important;
		padding-top: 11px !important;
	}
	.author_vote_name{
		font-size: 12px !important;
		height: 27px !important;
		padding-top: 11px !important;
	}
}