* {
    font-family: sans-serif;
    max-width: 50em;
    margin-right: auto;
    margin-left: auto;
}


body {
    font-size: 1.5em;
}

body .smaller {
    font-size: .8em;
}

h1 {
    text-align: center;
}

h2, p {
    padding-left: 0.2em;
    padding-right: 0.2em;
}

p {
    text-align: center;
}

.footer a {
    color: black;
    text-decoration: none;
}

textarea {
    margin-left: auto;
    margin-right: auto;
}

.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
    width: 100vw;
    max-height: 384px;
}

li {
    margin-top: 10px;
    margin-bottom: 10px;
}

code {
    font-family: monospace, monospace;
    font-size: 1em;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(27,31,35,0.05);
    border-radius: 3px;
}

.footer {
    bottom: 0;
    width: 100%;
    text-align: center;
}

#approved {
    color: green;
}

#rejected {
    color: red;
}
