html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
background-color: #ebebeb;
}
h3 {
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-size: 1.125em;
color:#fff;
}
p {
font-family: 'Roboto', sans-serif;
}
.container {
position: absolute;
top:10%;
left:50%;
margin-left:-250px;
width:500px;
}
.quiz-container {
padding-top:10px;
width:500px;
background-color: #313130;
border-radius: 15px;
}
#logo {
margin-bottom:5px;
}
#subnet-question {
min-height:31px;
}
#subnet-answer {
min-height:46px;
}
#subnet-question, #subnet-answer {
min-width:370px;
background-color: #dcddcd;
margin:15px;
border-radius: 15px;
}
#subnet-question p, #subnet-answer p {
padding:15px;
}
#question-number {
margin-top:15px;
}
#question-number h3, #question-answer h3 {
margin-left:25px;
margin-bottom:-10px;
}
button {
width:125px;
height:30px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
color:#fff;
margin:0px 0px 15px 15px;
border-radius: 5px;
border-color: transparent;
}
#show-answer {
margin-left: 15px;
background-color: #b20e00;
}
#refresh-button {
float:right;
margin-right:15px;
background-color: #298d5f;
}
.footer {
margin-top:10px;
}
.footer p {
text-transform: uppercase;
font-size: 0.75em;
}
#adsense {
margin-top: 35px;
margin-left: -114px
}
.adsbygoogle {
display:inline-block;
width:728px;
height: 90px;
}