/* Component styles */
@font-face {
	font-family: 'Blokk';
	src: url('../fonts/BLOKKRegular.eot');
	src: url('../fonts/BLOKKRegular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/BLOKKRegular.woff') format('woff'),
		 url('../fonts/BLOKKRegular.svg#BLOKKRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
body {
	color: #333;
	height: 100%;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
h3 {
	margin: 3rem 0 0 0;
}
	h3:first-of-type {
		margin-top: 0;
	}
hr {
	border: none;
	border-top: .125rem solid #ddd;
	margin-bottom: 1.375rem;
}

ul {
	margin-top: -.75rem;
}

code {
	background-color: rgba(0,0,0,.125);
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 4px;
	display: inline-block;
	margin: 0 .125rem;
	padding: 0 .25rem;
}
	pre code{
		display: block;
		padding: .5rem 1rem;
	}
p {
	margin-bottom: 1.5rem;
}
	p:last-child {
		margin: 0;
	}
.filler {
	color: #999;
	font-family: "Blokk", Arial, sans-serif;
}

		

/* Main */

main section {
	border-bottom 1px solid #ccc;
	margin-bottom: 3rem;
}

/* Tables */
/*table {
    border-collapse: collapse;
    margin-bottom: 3rem;
    width: 100%;
    background: #fff;
}
td, th {
    text-align: center;
}
th {
    background-color: #E7ECFF;
    font-family: "Montserrat", Arial, sans-serif;
}
thead a {
	border: none;
}
tbody th {
	background-color: #777;
	background-image: none;
}*/
/*tbody tr:nth-child(2n-1) {
    background-color: #eee;
    transition: all .125s ease-in-out;
}*/
/*tbody tr:nth-child(2n-1) th {
	background-image: linear-gradient(to left, rgba(0,0,0,.125) 0%, rgba(0,0,0,.25) 100%);
}

tbody img {
	border-radius: 50%;
	display: block;
	width: 4rem;
	height: 4rem;
}
.user-name,
.user-firstName,
.user-lastName,
.user-location {
	text-transform: capitalize;
}*/

/* Section toggle */
.toggle {
	background-color: #666;
	border: none;
	color: #ddd;
	font-size: 1rem;
	font-weight: normal;
	margin-left: 1rem;
	padding: .25rem .5rem;
	text-transform: none;
}
	.toggle:hover {
		color: #fff;
	}

/* Basic table */
#basic .toggle,
#basic th {
	background-color: #E7ECFF;
}
/*#basic tbody tr:hover {
	background-color: rgba(245,152,157,.25);
}*/

/* Basic sort table */
#basic-sort .toggle,
#basic-sort th {
	background-color: #A36209;
}


/* Biaxial table */
#biaxial .toggle,
#biaxial .bx1 th {
	background-color: #1A7B30;
}


#biaxial .bx2 thead th,
#biaxial .bx2 tbody th {
	background-color: #ccc;
	background-image: none;
	color: #333;
}
	#biaxial .bx2 tbody tr:nth-child(2n-1) th {
		background-color: #b9b9b9;
	}
#biaxial .bx2 img {
	margin: 0 auto .5rem;
}
#biaxial .user-location {
	white-space: nowrap;
}

/* Final */
#final .sticky-wrap {
	overflow-x: auto;
	overflow-y: auto;
	max-height: 75vh;
}
#final .toggle {
	background-color: #004B80;
}

/* Media queries, unrelated to functionality of StickySort */
@media only screen and (max-width: 768px) {
	html {
		font-size: 14px;
	}
	header,
	#final .sticky-wrap {
		max-height: 25rem;
	}
}