body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: @body-font-size;
}
p.header-site-title {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: @body-font-size + 5em;
}
span.enumeration-numeral {
font-weight: bold;
font-size: @body-font-size + 3em;
}
span.enumeration-text {
font-weight: bold;
font-variant: small-caps;
font-size: @body-font-size + 1em;
margin-top: 1em;
}
label {
display: block;
}
/* Convert buttons to a character */
button.delete-item, button.add-item {
font-family: "Arial Unicode MS", "DejaVu Sans";
font-weight: bold;
vertical-align: top;
border: 0;
background-color: transparent;
cursor: hand;
cursor: pointer;
padding-left: 3em;
padding-right: 0;
margin-right: 0;
margin: 0;
padding: 0;
}