﻿h1 {
	font-size: small;
	padding: 5px;
	color: #333;
	border-collapse: collapse;
	text-transform: uppercase;
}

#headerdiv {
	border: 1px solid #ccc;
	background: #eaeaea url('https://cdnsm4-ssqa01.lsnpresence.com/common/resources/shared/images/themeElements/table_header.gif') repeat-x;
	height:44px;
}

.containerDiv {
	display:flex;
}

.left-div {
	width: 120px;
	border: none;
	background: #fff;
	padding: 5px;
	color: #333;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

.right-div {
	border: none;
	background: #fff;
	padding: 5px;
	color: #333;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

.buttonDiv {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}

.buttonDiv-sub {
	width:99%;
}