/* Styling for nav in header */
nav#header-nav {
	margin-top: 1em;
}
nav#header-nav a {
	border-bottom: 3px #373151 solid;
	margin-right: 10px;
}
nav#header-nav a:hover {
	border-bottom-color: #fff;
}


/* Styling for secondary navigation */
.subnav {
	border-color: #cbc9cd;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin-bottom: 1em;
}
.subnav a {
	border-bottom: 4px #fff solid;
	color: #2b57ab;
	display: inline-block;
	text-decoration: none;
  	margin-right: 0.2rem;
  	padding:0 0.2rem;
}
.subnav a:hover {
	border-bottom-color: #cbc9cd;
}


/* Styling for tables */
table {
	width: 100%;
}
th, td {
	padding: .3em;
}


/* Styling for table heads */
thead {
	color: #fff;
	position: sticky;
	top: 0;
	z-index: 1;
}
body.brand-general thead {
	background-color: #625a75;
}
body.brand-commons thead {
	background-color: #006548;
}
body.brand-lords thead {
	background-color: rgb(156.7078947368, 7.7921052632, 48.4842105263);
}
body.brand-bicameral thead {
	background-color: #625a75;
}


/* Styling for sortable tables */
table.sortable th {
	padding: 0;
}
table.sortable thead a {
	background-image: url("/assets/sort-ed423e68.png");
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	padding: .3em .3em .3em 1.5em;
  	text-decoration: none;
}
table.sortable thead .number a {
	background-position: right;
	padding-right: 1.5em;
}
table.sortable thead a:focus {
	background-color: inherit;
}
table.sortable.sorted-ascending thead th a.sorted {
	background-image: url("/assets/sort-up-7c19d0b7.png");
}
table.sortable.sorted-descending thead th a.sorted {
	background-image: url("/assets/sort-down-3ac78a2f.png");
}


/* Styling for striped tables */
tbody tr:nth-child(2n) {
	background-color: #efefef;
}


/* Styling for multibody tables */
table.multibody tbody {
	border-bottom: 2px solid #bbb;
}
table.multibody tbody:last-child {
	border-bottom-width: 0;
}


/* Styling for key value pair tables */
table.key-value td {
	border: 1px solid #ddd;
}
table.key-value td:nth-child(1) {
	width: 30%;
}
table.key-value td:nth-child(2) {
	width: 70%;
}


/* Styling for numeric fields in tables */
th.number, td.number {
	text-align: right;
}
td.number {
	font-family: ui-monospace, monospace;
	font-size: 85%;
	letter-spacing: -0.4px;
}


/* Styling for feeds */
#feeds a {
	background-position: left;
	background-repeat: no-repeat;
	margin-right: .8em;
}
#feeds a.rss {
	background-image: url("/assets/rss-a0ae71f9.svg");
	background-size: 3em;
	padding-left: 2em;
}
#feeds a.csv {
	background-image: url("/assets/csv-41d61bad.png");
	background-size: 1em;
	padding-left: 1.2em;
}