/*Heading styles*/

h1 {
	font-weight: 600;
	font-size: 260%;
}

h2 {
	font-weight: 600;
	font-size: 220%;
}

h3 {
	font-weight: 600;
	font-size: 185%;
}

h4 {
	font-weight: 600;
	font-size: 160%;
}

h5 {
	font-weight: 600;
	font-size: 140%;
}

h6 {
	font-weight: 600;
	font-size: 125%;
}

h7 {
	font-weight: 600;
	font-size: 115%;
}

/*Special text styles*/

span.kl{
	font-style: italic;
}

span.em{
	font-weight: 600;
}

span.qcpass{
	font-weight: 600;
	color: green;
}


span.qcfail{
	font-weight: 600;
	color: red;
}

span.hw-id{
	font-weight: bold;
	color: #5b9bd5;
}

span.location{
	font-weight: bold;
}
span.location::before {
	content: "Location: ";
	font-weight: normal;
}

span.amount{
	font-weight: normal;
}
span.amount::before {
	content: "Amount: ";
	font-weight: normal;
}


dt {
	font-weight: 600;
  font-style: italic;
}

/*Tables*/

table.table {
	/*border: 1px solid black;*/
	border-collapse: collapse;
}
/*
tr:nth-child(2n-1) {
		background-color: rgba(200, 200, 200, .05);
}

tr:nth-child(2n) {
		background-color: rgba(200, 200, 200, .15);
}
*/


td:nth-child(2n-1) {
		background-color: rgba(200, 200, 200, .3);
}

td:nth-child(2n) {
		background-color: rgba(200, 200, 200, .05);
}

th {
	font-weight: 600;
}

/*
dl.field-list {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 20px;
}
*/
dl.field-list dt {
	/*border-top: 1px solid #ccc;*/
	padding-top: 6px;
}

/* HACK: Do not always display the primary sidebar scrollbar, see https://github.com/executablebooks/sphinx-book-theme/issues/732 and https://github.com/pydata/pydata-sphinx-theme/issues/1238 */
.sidebar-primary-items__end {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
