table.MatrixTable {
    background-color: white;
    border: 1px solid #32446F;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    border-collapse: collapse;
    z-index: 100;
}

td.MatrixTable {
    background-color: white;
    padding: 2px;
    border: 1px solid #32446F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin: 3px;
    text-align: center;
}

table.MatrixTable th.rotate {
	height: 80px;
	white-space: nowrap;	
	border-style: none;
	vertical-align: bottom;
}

table.MatrixTable th.rotate > div {
	transform: rotate(315deg);
	width: 15px;
}

table.pretty {
	border-width: 1px;
	border-spacing: 1px;
	border-color: gray;
	border-style: solid;
	border-collapse: collapse;
	background-color: white;
}
table.pretty th {
	font-weight:normal;
	color: #2e8abd;
	font-size: 9pt;
	font-family: Tahoma;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #e1e1e1;
	background-color: #eeeeee;
	border-spacing: 2px;
	border-spacing: 2px;
}
table.pretty td {
	border-width: 1px;
	font-size: 8pt;
	font-family: Tahoma;
	border-style: solid;
	border-color: #e1e1e1;
	background-color: white;
	padding: 6px;
}

table.pretty th.rotate {
	height: 80px;
	white-space: nowrap;	
	border-style: none;
	vertical-align: bottom;
}

table.pretty th.rotate > div {
	transform: rotate(315deg);
	width: 15px;
}