/* -- This is the place to add your own style modifications without touching the original styles -- */

#content .simple-footnotes { font-size: 13px; line-height: 17px; margin-top: 20px; color: #777 }
#content .simple-footnotes p.notes { margin-bottom: 0 }
#content .simple-footnotes ol { margin-top: 0; }
#content .simple-footnotes li { padding-top: 10px }
.entry-content sup, .entry-content sub { font-size: 20px }
sup { bottom: .75ex }

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

hr { background-color:#fff;
border:#ccc 1px dotted;
border-style: none none dotted;
color:#fff; }

/* -- Radio Button Fix -- */
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="submit"], input[type="button"] { -webkit-appearance: button; }
select { -webkit-appearance:textfield; }