/* tables */
table {
    width: 100%;
}
table.allborders {
	margin-left: 0;
	margin-right: 0;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #f2f2f2;
}
.table-striped tbody tr td, .table-striped tbody tr th {
	padding-left: 10px;
	padding-right: 10px;
}

/* tactical nav */
#main-content ul.services, #main-content ul.tactical {
	background: #ccc;
	display: inline-block;
	float: right;
	list-style: none;
	margin: 0;
	margin-bottom: -1px;
	padding: 0;
	z-index: 10 !important;
}
#main-content ul.tactical {
	background: #666;
}
#main-content ul.services li, #main-content ul.tactical li {
	border: none;
	display: inline-block;
	float: right;
	font-size: 13px;
	padding: 6px 10px;
}
#main-content ul.services a {
	color: #333;
}
#main-content ul.tactical a {
	color: #fff;
}

/* text */
.gray {
	color: #666 !important;
}
.small {
	font-size: 85%;
}
.uh-nsm #page.page > h1 {
	padding-right: 20px;
	width: 405px;
}