.container {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* temporarily remove 	z-index: 1; */
.main_table {
	overflow: auto;
	position: absolute;

	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align:justify;
	background-color: #FFFFFF;
}
.qsbox {
	 margin: 10px;
	 width: 300px;
	 padding: 4px 8px;
	 background-color: #EDF0C5;
     border-style: ridge;
	 border-color: #FF6633;
	 font-family: Georgia, "Times New Roman", Times, serif;
}
.qstitle a:link, .qstitle a:visited {
  font-weight: bold;
}
.qsquote {
  margin: 8px 0;
}
.qsauthor{
  margin: 8px 0;
}
.qsquoter{
  margin: 8px 0;
}
.qstagline{
  margin: 8px 0;
}