/*
Title:			opinions.css
Author:			Mike Bevan
Version:		2014-08-08 v0.0.1
				- suite development
				2020-01-01 v0.1.0
				- redevelopment
Purpose:		CSS for opinions pages

Created:		2021-02-11
Last Change:	2021-02-11
Status:			Complete and tested, but a work in progress.

Copyright (c) 2008 - 2021 Michael A. Bevan

*/

#opinion
{
 font-family: 'Times New Roman';
 font-size: 1.25em;
 line-height: 1.4em;
}

p
{
 margin-bottom: 0in;
}

ol
{

}

ul
{

}

.emphasize
{
 font-weight: bold;
}

.highlight
{
 font-style: italic;
}

.header-01
{
 font-size: 2.5em;
 font-weight: bold;
}

.header-02
{
 font-size: 2.0em;
 font-weight: bold;
}

.header-03
{
 font-size: 1.5em;
 font-weight: bold;
}

.information
{
 vertical-align: top;
 padding-left: 10px;
 padding-right; 10px;
}

.lead-in
{
 margin: 2em auto;
}

.question
{
 font-size: 1.1em;
 font-style: italic;
}
