﻿/* client-specific css with WYSIWYG styles */


@font-face {
	font-family: Roboto;
	src: url('/Client/Content/fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
	font-family: RobotoBold;
	src: url('/Client/Content/fonts/roboto/Roboto-Bold.ttf');
}

body {
	font-size: 14px !important;
	line-height: 18px !important;
	font-family: Roboto, Arial, Verdana, Helvetica, Sans-Serif;
}

b {
	font-family: RobotoBold !important;
	font-weight: normal;
}

.topic-content ul li, #content ul li {
	background: none;
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 3px 0 0 0;
}
.topic-content ol li, #content ol li {
	line-height: 1.55em;
}
