﻿/* Created: 06/17/16-LC Suite products grid */

.SuiteColumn {
	vertical-align:top;
	width:48%;	
}
.SuiteTitle {
	font-size:large;
	font-weight: bold;
	line-height: 120%;
	color: white;
	text-align: center;
	margin: 0 5px 0 5px;
}
.SuiteName {
	font-size: 10pt;
	font-weight: bold;
	line-height: 120%;
	color: white;
	text-align: center;
	margin: 0 5px 0 5px;
    padding: 5px 2px 5px 5px;
}
.SuiteNameColor {
text-align:center;
color:white
}
.SuiteDetail {	
	vertical-align:top;
	padding: 5px 7px 5px 10px;
	border-right: 1px navy solid;
	border-bottom: 1px navy solid;
}
.SuiteBoxCenter {	
	vertical-align:top;
	padding: 5px 4px 5px 10px;
	text-align:center;
	color:red;
	font-weight:bold;
	border-left: 1px navy solid;
	border-bottom: 1px navy solid;
}
