div.qa{
	background-color: #f0f0f0; border: solid 3px #d0d0d0; padding: 10px;
	margin-top: 8px;
	word-break: break-all;
}
div.pastmonth{
	cursor: pointer;
	padding: 10px;
	margin-bottom: 5px;
	background-color: white;
	border: 1px solid gray;
	position: sticky;
	top: 0;
	border: 3px outset #f0f0f0;
	width: 50%;
}
div.pastmonth:hover {
	background-color: #f0f0f0;
}
div.pastmonth:active {
	border: 3px solid #f0f0f0;
	border-style: inset;
}


pre {
	font-size: larger;
	background-color: white;
	border-left: 4px solid #00FF7F;
	padding: 5px;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-break: break-all;
    user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;
}