.login-logo,
.register-logo {
  margin-bottom: 0px;
  background-color: white;
}

/* .table-supercondensed */
.table-supercondensed > thead > tr > th,
.table-supercondensed > tbody > tr > th,
.table-supercondensed > tfoot > tr > th,
.table-supercondensed > thead > tr > td,
.table-supercondensed > tbody > tr > td,
.table-supercondensed > tfoot > tr > td {
  padding: 1px;

}
/* /.table-supercondensed */

.report-totals {
	font-weight: bold;
	/* background-color: #A5A5A5; */
}

#sortable { 
	list-style-type: none;
	margin: 0; 
	padding: 0; 
	width: 60%;
}
#sortable li {
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: 1.4em;
	height: 18px;
}
#sortable li span {
	position: absolute;
	margin-left: -1.3em;
}
  