﻿html,body,button{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-header{
	padding-bottom: 0.5rem;
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #dee2e6;
}

table.questions {
	font-family: 'EB Garamond', serif;
	font-size:120%;
}
table.questions td {
	vertical-align:top;
}
table.questions img{
	xwidth:100%;
	max-width: 100%;
}
table.questions > tr.question > .li{
	min-width: 2rem;
}
table.questions > tr.question > .li .badge{
	font-size:100%;
}
table.questions > tr.question > .b{
	padding-left: 1rem;
	padding-bottom: 2rem;
}
table.questions tr.answer > .li{
	min-width: 1rem;
	padding-right: 0.5rem;
}
table.questions tr.answer > .rc{
	padding-left: 0.5rem;
	min-width: 2rem;
}
table.questions tr.qbheader > td{
	background-color: #f8f9fa;
	padding: 1rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
table.questions tr.qbfooter > td div{
	background-color: #f8f9fa;
	padding: 1rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	margin-bottom: 2rem;
}
table.questions .figure{
	margin-left: 2rem;
}
