.quotebox{
	margin: 1rem 0rem;
}
.quotebox div{
	padding-bottom: 0;
}
.quotebox pre{
	border: none;
	font-family: sans-serif;
}
.message{
	margin-left: 1rem;
	margin-right: 1rem;
}
.table{
	margin: 1rem;
}
.tableheading{
	font-family: Verdana,'Andada Pro';text-align: center;font-weight: 700;color: #222;padding: .25rem; border-bottom: 0.1rem solid #333;
}

 @media (pointer:coarse) {
	.quotebox {
		display: none;
	}
}
