/**
 * Footer.
 * Master Page.
 */
.cm-master-footer {
	width: 100%;
	text-align: right;
}
.cm-master-footer-left {
	width: 35%;
	float: left;
	display: table-cell;
	text-align: left;
}
.cm-master-footer-right {
	width: 65%;
	float: right;
	display: table-cell;
}
.cm-master-footer-text, .cm-master-footer-text a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.cm-master-footer-text-left, .cm-master-footer-text-left a, .cm-master-footer-text-left a:link, .cm-master-footer-text-left a:hover {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.cm-master-footer-selected {
	text-decoration: underline!important;
}

.cm-master-footer-left a {
	color: rgb(255, 255, 255);
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.6666669845581px;
	font-weight: bold;
	height: 24px;
	text-decoration: none;
}