body {
	direction: rtl;
	padding: 2em;
}

h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	border-top: dashed 1px grey;
}

h1 {
	margin-bottom: 0.5em;
}

thead {
	font-weight: bold;
}

ul.nav {
	float: right;
	text-align: right;
	/* padding-right: 0; */
}

ul.nav > li {
	float: right;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: right;
}

.btn {
	border: solid 1px #aaaaaa;
	margin-right: 0.5em;
}

#main-nav {
	margin-bottom: 2em;
	border: solid 1px grey;
}

.fixed-table-body {
	height: auto !important;
}
