/*                                                                      */
/* 		                   FUND TABLES                    		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */

section#main .fund-table h4, 
section#main .fund-mapping-table h4 {
  color: #F0AB00 /* __ ARP 3 __ Gold (Pantone 130c) */;
  font-size: 14px;
  line-height: 16px;
}
section#main .fund-table h4,
.fund-table .row p {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #C9CAC8 /* __ ARP 3 __ Light Grey */;
}
.fund-table .row p {
  padding-top: 0;
}
.fund-table .row p.label { 
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-weight: bold;
  border-bottom: none;
}
.fund-table .row p.label:after {
  content: ":";
}


.acronym-table {
  clear: both;
  overflow: auto;
  border: 1px solid #0039A6 /* __ ARP 3 __ Dark Blue (Pantone 286c)  */;
  padding: 10px;
  margin-top: 15px;
}
.acronym-table p {
  font-size: 12px;
  width: 76%; 
  float: left;
  padding: 2px 1%;
  margin: 0;
}
.acronym-table p.label {
  font-weight: bold;
  width: 20%;
}
.acronym-table p.dagger-definition {
  float: none;
  width: 98%;
  padding-bottom: 10px;
}


.fund-mapping-table .mapped-funds {
  margin-bottom: 20px;
}
.fund-mapping-table p {
  margin-bottom: 0;
  padding-left: 10px;
}
.fund-mapping-table .current-funds p:after {
  content: ",";
}
.fund-mapping-table .current-funds p:last-child:after {
  content: ".";
}
.fund-mapping-table h4:after {
  content: ":";
}


