html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight:bold;
}

body {
	/* background-color:#CCCCCC; */
}

.panel-body {
	/* background-color:#CCCCCC; */
}

.customer_logo {
	height: 70px;
}


.font12em { font-size:1.1em; }

/* Markdown */
.markdown div p, .markdown div p em,
.markdown div p a, .markdown div p code,
.markdown div blockquote p,
.markdown div ul li, .markdown div ol li,
.CodeMirror-line span,
.CodeMirror .editor-preview p, .CodeMirror .editor-preview p em,
.CodeMirror .editor-preview p a, .CodeMirror .editor-preview p code,
.CodeMirror .editor-preview blockquote p,
.CodeMirror .editor-preview ul li, .CodeMirror .editor-preview ol li {
	font-weight:normal;
}