67 lines
776 B
CSS
67 lines
776 B
CSS
body {
|
|
width: inherit;
|
|
margin: 0 22.5%;
|
|
font-family: Sans-Serif;
|
|
background-color: #D0D0D0;
|
|
font-size: 14pt;
|
|
color: #111111;
|
|
}
|
|
|
|
/*
|
|
@media screen and (max-width: 900px) {
|
|
body {
|
|
width: 90%;
|
|
}
|
|
}
|
|
*/
|
|
|
|
#prereqs {
|
|
text-align: center;
|
|
}
|
|
|
|
footer {
|
|
padding: 0 4em;
|
|
font-size: 10pt;
|
|
text-align: center;
|
|
}
|
|
|
|
form {
|
|
text-align: center;
|
|
}
|
|
|
|
figure {
|
|
margin: 1em auto 0 auto;
|
|
text-align: center;
|
|
font-size: 12pt;
|
|
font-style: italic;
|
|
}
|
|
|
|
figcaption {
|
|
margin: 0.5em;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
h1, h2, h5 {
|
|
text-align: center;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
h5 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
textarea {
|
|
width: 40%;
|
|
height: 5em;
|
|
}
|
|
|
|
input[type=submit] {
|
|
width: 10em;
|
|
height: 4em;
|
|
}
|