body #holdings_table_wrapper table {
    width: 100%;
}
#wrapper #content_left_side{ 
    width: 910px;
}
body #holdings_table_wrapper td,
body #holdings_table_wrapper th div{
    font-size: 11px!important;
    font-family: Arial, Helvetica, sans-serif;
}
body #holdings_table_wrapper th {
    padding-left: 2px;
}
body #holdings_table_wrapper td {
    padding: 3px 5px!important;
    border-right: 1px solid #ccceff;
    border-top: 1px solid #ccceff;   
}
body #holdings_table_wrapper table thead {
    margin-left: 1px;
}
.detail_tables {
    float: left;
    width: 420px;
}
#wrapper #content_left_side table.fund_detail {
  margin-top: 0;
}
#wrapper #content_left_side table.fund_detail td.field_name {
  font-weight: bold;
  border-left: 1px solid #CCCEFF;
}
p.small_legend, p.small_legend *{
  font-size: 9px;
} 
#wrapper #content_left_side table.fund_detail td *{
font-size: 11px;
}
table.fund-docs {
  display: block;
  width: 100%
}
table.fund-docs tr {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
table.fund-docs .doc {
  display: block;
  flex: 1 1 auto;
}
#content_left_side .charts {
    width: 425px;
    margin-left: 437px;
    position: relative;
    right: -10px;
}
#wrapper #content_left_side h2{
    width: 100%;
    position: relative;
}
#content_left_side .charts h2 {    
    background-color: #4E4D4D;
    color: white;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding: 2px 0px;
    text-align: center;
    top: 0;
    width: 420px!important;
    margin-bottom: 15px;    
}
.tickLabel {
    font-size: 10px;
}
span.fund_detail_date {
    position: absolute;
    right: 0;
    bottom: 3px;    
}
#fund_list_button {
  position: absolute;
  top: 6px;
  right: 4px;
}
#chart_legend_toggler {
  position :absolute;
  right: 2px;
  top: 16px;
  cursor: pointer;
  width: 425px;
  text-align: center;  
}
#chart_legend_toggler a {
  font-size: 10px;
  line-height: 10px;
  color: #999;
  text-decoration: none;
}
#chart_legend_toggler a:hover {
  color: #000;
}
