
#debug-sec {
	position:    fixed;
	top:     25px;
	right:    5px;
	width:  300px;
	background-color: rgba(50, 50, 50, .5);
	border-radius:    4px;
	border:           solid 1px rgba(239, 244, 253, .5);
	
	padding: 3px 6px;
	font-size: 11pt;
	color: white;
	vertical-align: top;
}

#debug-link {
	position:  fixed;
	top:        3px;
	right:      3px;
	width:      5px;
	font-size: 11pt;
	color:     white;
}

#button-sec-2 {
	text-align: right;
}

.stat-label {
	opacity: 85%;
	vertical-align: top;
}

.stat-numeric {
	text-align: right;
	vertical-align: top;
}

table.debug tr td {
	border: #8fa3c6 solid 1px;
	background-color: white;
	font-size: 10pt;
}

td.dump-header {
	background-color: #dee3ec !important;
	font-weight: bold !important;
	font-size: 100%;
	text-align: center;
}

td.dump-row-header {
	background-color: #dee3ec !important;
	font-weight: bold !important;
	font-size: 100%;
	text-align: left;
}

td.dump-column-header {
	background-color: #eff4fd !important;
	font-weight: bold !important;
	text-align:  center;
	font-size: 10pt;
}