* {
    font-family: Helvetica;
}
header {
	/*border: 1px solid black;*/
}
#report-content {
	max-width: 900px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 80px;	
	padding: 8px;
	font-size: 1.1em;
}
#report-content ol[type="1"]{
	list-style: none; 
	counter-reset: li
}
#report-content ol[type="1"]>li::before{
	content: counter(li)". ";
	color: #456aa1;
  	width: 1em;
  	margin-left: -1.5em;
  	padding-right: 32px;
  	font-size: 1.25em;
}
#report-content ol[type="1"]>li{
	counter-increment: li;
}
#report-content ol[type="1"]>li>p{
	font-size: 1.25em;
	color: #456aa1;
	display:inline-block;
	font-weight: bold;
}
#report-type-line {
	color:gray; 
	font-size: 1em;
	text-align: left;
	/*float: right;*/
	margin: 0;
	margin-bottom: 16px;
}
#cc-name { 
	color:gray; 
	font-size: 1em;
	margin: 0px;
}
#cc-address {
	color:gray; 
	font-size: 1em;	
	margin: 0px;
}
#cc-email a{
	font-size: 1em;	
	margin: 0px;
}
#cc-email { 
	font-size: 1em;
	margin: 0px;
}
#report-date {
	color:gray; 
	font-size: 1em;
	font-style: italic;
	margin: 0px;
}
#report-title { 
	color:#456aa1; 
	font-size: 1.5em;
	margin-top: 32px;
}
.report-header { 
	color:#456aa1; 
	font-size: 1.5em;
	margin-top: 32px;
}
.misc-header-line { 
	font-size: 1em;
	margin: 0;
}

#cc-update {
	display: table;
	background-color: black;
	color: #f8ffe5; 
	font-size: 1em;
	font-style: italic;
	
}
.embedded-table {
	min-width: 50%;
	margin-top: 32px;
	margin-bottom: 32px;
	border-collapse: collapse;
	overflow-x: auto;
}
.embedded-table td{
	padding: 5px;
    text-align: left;
	border: 1px solid gray;
}
.quote {
	margin-left:32px;
	margin-bottom: 32px;
}
@media only screen and (max-width: 700px) {
	#report-type-line {
		float: none;
		color: gray;
		margin: 0;
		margin-bottom: 16px;
	}
}