
.funds-list {
  border-collapse:collapse;
  padding:2px;
  width:100%;
}

.funds-list th {
  background-color:#DBDEEA;
  color:#26306D;
  padding:4px;
}

.funds-list tr td {
	padding:6px 4px;
	vertical-align:top;
	border-bottom:1px dashed #ccc;
}


.funds-ticker {
	list-style-type: none;
	border: 1px dashed #fff;
	background: white;
	padding: 3px 0;
	margin: 0;
	margin-top:3px;
}

.funds-ticker span {
  color:#26306D;
}

.funds-ticker strong {
}


.funds-ticker a {
  display:block;
  margin-top:3px;
}

.funds-ticker li {
  display:none;
}

.funds-source {
  padding-left:4px;
  padding-top:4px;
  color:#999;
}

.funds-source-ticker {
  padding-top:3px;
  color:#999;
}
