
*::after, *::before {
    box-sizing: border-box;
}

body {
    background-attachment: inherit;
    background-image: url("contest/bg_green_paper.jpg");
    background-position: 0 0;
    background-repeat: repeat;
    background-size: inherit;
	font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: normal;
	color:#000000;
}

.body-innerwrapper {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 1240px;
}

.logos{
text-align:center;
}

.content{
margin-left:80px;
margin-right:80px;

}

.myText{
margin:30px;

}
.heading{
	font-weight:bold;
	text-align:center;
	font-size: 24px;
}
.topText{
	text-align:center;
	line-height:30px;
}
.subheading{
	font-weight:bold;
	text-align:center;
	font-size: 20px;
	color:rgb(0,32,96)
}
.sdates{
	text-align:center;
font-weight:bold;
}

.ssubtext{
	text-align:center;
	font-weight:bold;
	font-size: 18px;
}

.fgreenbox{
text-align:center;
color:white;
background-color:rgb(155,187,89);
margin-left:80px;
margin-right:80px;
font-weight:bold;
padding:15px;
}

.questions{
text-align:left;
}
.th{
font-weight:bold;
}

.numbs{
	margin-left:50px;
}

.flgreenbox{
text-align:center;
color:rgb(118,146,60);;
background-color:rgb(230,238,213);
margin-left:80px;
margin-right:80px;
padding:15px;
}

.faqTitle{
font-weight:bold;
color:rgb(118,146,60);
margin-top:25px;
	text-align:center;
	font-size: 20px;
}

.sp-default-logo{
height:100px;
}

.sp-default-logo-eu{
height:75px;
}