/** { 
    -webkit-tap-highlight-color: transparent; 
}
a, article, div, h1, h2, h3, h4, h5, h6, img, section, span {
    -moz-user-select: none; 
    -webkit-user-select: none; 
} */
input, select, textarea { 

    -webkit-border-radius:0; 
    border-radius: 0; 
}

select {
	padding-right:8px;
}

::-moz-placeholder {

    color: #333;

}

#top_container{
	max-width: 	1280px;
	width: 	100%;
}

#top_container #top{
	padding: 0;
	border-bottom: 	0;
}
#topic_container{
	width: 	100%;
	max-width: 	100%;

}

#topic_container #topic #maintopic, #topic_container #topic #subtopic, #topic_container #topic #description{
	max-width: 1280px;
		width: 100%;
	margin-right: 	auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#topic_container #topic #banner{
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: black;
	margin-bottom: 1%;
}

#topic_container #topic #banner img{
	width: 	1280px;
	max-width: 	100%;
}

#form_container{
	width: 	1280px;
	max-width: 	100%;
	color: #333;
	line-height: 1.5em;
	border-radius: initial;
	background-color: initial;

}

#form #SubmitForm div, #form div {

    margin: 10px 0 10px 0;

}

#form .form_answer{
	max-width: 	82%;
	width: 	100%;
}

#form .pics, #form .form_topic{
	 margin: 1% 0 1%;
}

#firstname, #lastname {

    padding: 0 5% auto  5% !important;

}


#form_container input[type=text], #form_container option{
	line-height: 1.5em;
	padding:1%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 	100%;
	max-width: 	1280px;
	border:1px solid #333;
}

#form_container input[type=text]{
	border:0;
	border-bottom: 1px solid #ccc ;
	padding-left:0;
}

#form_container input:hover, #form_container input:focus{
	
}

#footer{
	line-height: 2.5em;
	text-align: 	center;
	width: 	96%;
	padding: 0 2%;
	background-color: black;
	color: white;
}
#furtherquestion{
	white-space: pre !important;
}
@media only screen and (max-width: 1300px){

	
	#topic_container #topic #maintopic, #topic_container #topic #subtopic, #topic_container #topic #description, #form_container{
		
		max-width: 96%;

	}
}


@media only screen and (max-width: 1024px){

#top{
	padding: 10px 0 !important;
}

#top_left, #top_right {

    max-width: 50%;
    height: auto !important;

}

#top img {

    max-width: 90%;
    height: initial !important;

}

#top_container, #topic_container #topic #maintopic, #topic_container #topic #subtopic, #topic_container #topic #description{
	padding: 0 2%;
	max-width: 	1280px;
	width: 96%;
}

#topic_container #topic #banner img {
    max-width: 	1280px;
	width: 100%;
}

#form_container{
	
	
}

#form .form_question_forcheckbox{
	width: 	90%;
}

#form .form_answer{
	max-width: 96%;
}

.form_answer_short{
	max-width: 96% !important;
    width: 96% !important;
}

}

@media only screen and (max-width: 480px){

#top img {
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
}



#form_container {
    padding: 0 4% !important;
    max-width: 	92% !important;
}

#maintopic, #subtopic, #description{
	max-width: 	92% !important;
}

