th {
    text-align: center;
}
td.numeric, th.numeric {
    text-align: right;
}
.navbar, .navbar-inverse {
	border-radius: 0;
}
.navbar {
	margin-bottom: 0; 
}
.navbar-sm {
	min-height: 25px;
}
.navbar-sm > ul > li > a {
	padding: 5px 10px 5px 15px;
}
.navbar-sm > ul > li > p.navbar-text {
	margin: 5px 10px 5px 15px;
}
.form-horizontal .control-label {
	margin-bottom: 5px;
}
div.table-cell {
	display: inline-block;
	width: 100%;
}
div.table-cell input {
	background-color: transparent !important;
	border: 0;
	box-shadow: none;
}
div.table-cell label {
	display: none;
}
fieldset {
	margin-bottom: 20px !important;
	padding: 10px !important;
	border: 1px solid silver !important;
	border-radius: 4px !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
fieldset legend {
	width: auto;
	margin: 0;
	border: 0;
	background-color: white;
	padding: 0 4px 0 4px!important;
}
td {
	vertical-align: middle !important;
}
div.form-group div.overflower {
	overflow-x: auto;
}
div.form-group div.overflower table th {
	min-width: 100px;
}