.footnotes {    
    font-size: 60%;
    width: 100%;    
    text-indent: 20px;
    display: block;	
}
span.footnotes span {
	border-top: solid 1px #eee;
	width: 50px;
	display: block;
}
table.infoassetsvalue-table {
    display: table;
    border-collapse: collapse;
    overflow: auto;
    text-rendering: optimizeLegibility;
    float: none; 
    border: 0px;    
    border-spacing: 0px;
    width: 100%;
}
table.infoassetsvalue-table tr {
	border: none;	
}
table.infoassetsvalue-table th {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center; 
	vertical-align: top;  
	font-weight: bold;
	border-bottom: solid 3px #eee;
}
table.infoassetsvalue-table td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center; 
	vertical-align: top;    
}
table.infoassetsvalue-table td:first-child {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left; 
	vertical-align: top;    
}

@media (max-width: 580px) {
	table.infoassetsvalue-table tbody th {
		display: none; 
	}  
	table.infoassetsvalue-table th:first-child {
		width: auto;
	}
	table.infoassetsvalue-table td:first-child {
		width: auto;
	}  	
	table.infoassetsvalue-table tbody td { 
		display: block; 
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 5px;      
		padding-top: 0px;
        text-align: justify; 
      	vertical-align: top;
		width: 100%;
  	}
	table.infoassetsvalue-table tbody tr td:first-child { 
		border-bottom: solid 1px #eee;
		background-color: #b3b3b3;
	}
	table.infoassetsvalue-table  tbody td:before { 
		content: attr(data-th);     		
		width: 0rem; 
		font-weight: bold;
		margin-right: 5px;
	}
}