/* Stolen from w3.css       */
/* Modified for episteme.us */

html, body {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.5
}

.h1fs { font-size:36px }
.h2fs { font-size:30px }
.h3fs { font-size:24px }
.h4fs { font-size:20px }
.h5fs { font-size:18px }
.h6fs { font-size:16px }

.hdprop {  /* Misc heading properties */
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: 400;
	margin: 10px 0
}

.w3-container {
/*	padding: 0.01em 16px */
}

.w3-block {
	display: block;
	width: 100%
}

.w3-hide {
	display: none!important
}

.w3-show {
	display: block!important
}

.w3-left-align {
	text-align: left!important
}

.w3-black {
	color: #fff!important;
	background-color: #000!important
}

.w3-btn {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

.w3-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/* accordion.css */
