﻿/**********************************************
* CONCRETE TIPS STYLES -- CONTAINS STYLES     *
* FOR THE CONCRETE TIPS PAGES (WHAT, WHY, HOW)*
**********************************************/

.letters
{
	list-style-type: upper-alpha;
}

.numbers
{
	list-style-type: decimal;
}

.references
{
	margin-top: 20px;
}

.references ol
{
	list-style-type: decimal;
	font-size: 9pt;
}