*{
box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;
margin: 0;padding: 0;
}
body{
background-color: #ffe700;
color: #333;
font-size: 1.2em;
line-height: 1.5em;
font-family: sans-serif;
text-align: center;
position: relative;
width: 100%;
}
img{
border: none;
}
a:link,a:hover,a:visited{
color: #ff0000;
text-decoration: underline;
}
#main_nama{
margin: auto;
padding: 0px 5% 30%;
min-height: 370px;
_height: 370px;
}
.goji_logo{
width: 46%;
position: absolute;
right: 1%;
bottom: -1%;
}
a:link.btn_nama,a:visited.btn_nama,a:hover.btn_nama{
text-decoration: none;
}
.copyright{
width: 50%;
position: absolute;
left: 1%;
bottom: 1%;
font-size: 0.9em;
text-align: left;
}
h2{
display: block;
padding-bottom: 1%;
text-align: center;
}
.nama_title{
width: 100%;
}
.nama_question{
margin-top: 30px;
text-align: left;
}
.nama_answer{
margin: 30px auto;
text-align: left;
}
input{
font-size: x-large;
margin-right: 10px;
vertical-align: middle;
}
.footer_btn{
display: none;
}

input[type="radio"] {
border-radius: 25px;
border: 2px solid #4c4c4c;
-webkit-box-sizing: border-box;
-webkit-appearance: none;
position: relative;
margin-right: 5px;
background: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#d1d1d1));
vertical-align: middle;
width: 40px;
height: 40px;
}
input[type="radio"]:checked {
background: -webkit-gradient(linear,left top,left bottom,from(#353535),to(#8f8f8f));
}
input[type="radio"]:checked:before {
background: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#d1d1d1));
-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
border-radius: 5px;
content: "";
display: block;
margin: -5px 0 0 -5px;
position: absolute;
left: 50%;
top: 50%;
width: 10px;
height: 10px;
}
input[type="submit"] {
margin: 0 auto;
vertical-align: middle;
width: 60%;
max-width: 480px;
}