.mgn{
  margin-bottom: 20px;
}
table.etf_tbl{
	margin: 0px;
  width: 100%;
	border-collapse:collapse;
	border-right:1px solid #D4D4D4;
}
table.etf_tbl th{
	border:1px solid #D4D4D4;
	padding:5px;
  text-align: center;
  font-weight: bold;

}

table.etf_tbl tr:nth-child(odd) th,
table.etf_tbl tr:nth-child(odd) td{
	border:1px solid #D4D4D4;
	background:#f3f3f3;
	padding:5px;
}

table.etf_tbl tr:first-child th{
	border:1px solid #D4D4D4;
	background:#ddd;
	padding:5px;

}

table.etf_tbl td{
	border:1px solid #D4D4D4;
	padding:5px;

}
table.etf_tbl td:nth-child(2),
table.etf_tbl td:nth-child(3),
table.etf_tbl td:nth-child(4){
  text-align: right;
}
table.etf_tbl th:nth-child(1),
table.etf_tbl td:nth-child(1){
  width: 31%;
}
table.etf_tbl th:nth-child(2),
table.etf_tbl td:nth-child(2){
  width: 23%;
}
table.etf_tbl th:nth-child(3),
table.etf_tbl td:nth-child(3){
  width: 23%;
}
table.etf_tbl th:nth-child(4),
table.etf_tbl td:nth-child(4){
  width: 23%;
}

table.scr tr:nth-child(even) th,
table.scr tr:nth-child(even) td{
	border:1px solid #D4D4D4;
	background:#f3f3f3;
	padding:5px;
}
table.scr tr:nth-child(odd) th,
table.scr tr:nth-child(odd) td{
	border:1px solid #D4D4D4;
	background:none;
	padding:5px;
}
table.scr tr:first-child td{
  border-top: none;
}
table.etf_tbl td.fwbleft{
  text-align: left!important;
}
.etf_tbl1{
    table-layout: fixed;
}
.etf_tbl td{
    word-break: break-all;
}

div#title{
  text-align: left;
  float: left;
}
div#back{
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  height: 17.6px;
}
div#back a{
  vertical-align: -3px;
}
div#back a:visited{
  color: #ffffff !important;
}
div#back a:link{
  color: #ffffff !important;
}
