/**************
 * COMMON CSS *
 **************/

html { font-family: Verdana, Tahoma, Arial, Sans-serif; }

fieldset { border: none; }

ul { list-style-type: disc; }

ul li { margin-left: 2em; }

ol li { margin-left: 2em; list-style-type: decimal; }

strong { font-weight: bold; }

em { font-style: italic; }

html.loading .initially-hidden { display: none; }

body.rtl { direction: rtl; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.clear { clear: both; }

.hidden { display: none; }

.mono { font-family: monospace !important; }

