h2 {text-align: center;}

hr + p {display: none;}
div.c-editor h2 {margin-top: 0;}

p {margin-top: 0; margin-bottom: .5em;}

p#ref-note {margin: 15px 6px;}

input,textarea {
box-sizing: border-box;
font-size: 12pt; 
padding: .3em; 
background-color: #e1d7d7; 
border: 1px solid #521;
}
input:focus,textarea:focus {box-sizing: border-box; background-color: #fff; border: 1px solid #ccc;}
input[type=checkbox] {margin-right: .7em;}
input[type=radio] {margin-right: .5em;}

ol {margin-left: 1em; margin-right: 3em;}
ol, li:last-of-type {margin-bottom: 0;}
li {margin-bottom: .75em;}

button {
background-color: #c21;
color: #fff;
border: 0px;
border-radius: 4px;
padding: .7em 1.5em;
font-size: 14pt;
}
button:hover {background-color: #900; color: #aaa;}
button:active {background-color: #e00; color: #faa;}