/* Reset a bunch of options from foundation */
.portfolio-returns-table,.portfolio-returns-table *{
    border:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:medium;
    font-style:normal;
    font-weight:normal;
    white-space:normal;
    width:auto;
}
/* Internal borders only */
.portfolio-returns-table {
    border-collapse: collapse;
    margin: 0 auto;
}
.portfolio-returns-table td {
    padding: 1rem;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.portfolio-returns-table tr.portfolio-returns-header td {
    border-color: #404040;
}
.portfolio-returns-table tr:first-child td {
    border-top: 0;
}
.portfolio-returns-table tr td:first-child {
    border-left: 0;
}
.portfolio-returns-table tr:last-child td {
    border-bottom: 0;
}
.portfolio-returns-table tr td:last-child {
    border-right: 0;
}
/* Header style */
tr.portfolio-returns-header td {
    background-color: #333333;
    color: white;
    font-size: .8rem;
    font-weight: 700;
}
/* Data row style */
tr.portfolio-returns-row td {
    background-color: white;
}
tr.portfolio-returns-row td:first-child, tr.portfolio-returns-row td:last-child {
    background-color: white;
    color: #267325;
    font-weight: 700;
}

table.portfolio-returns-table {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
    max-width: 200px;
}



ul.dynamic-rec-returns {
    list-style: none;
    max-width: 430px;
    position: relative;
    display: inline-block
}

ul.dynamic-rec-returns li {
    line-height: 31px;
    display: table;
    width: 100%;
    height: 100%;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 25px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.13);
}

ul.dynamic-rec-returns span {
    display: table-cell;
    vertical-align: middle;
}

span.dynamic-rec-logo {
    width: auto;
    max-width: 160px;
}

span.dynamic-rec-percentage {
    padding-left: 50px;
    width: 220px;
}

span.dynamic-rec-percentage span {
    display: block;
}

span.dynamic-rec-name {
    color: #2b4162;
    font-size: 17px;
}

span.dynamic-rec-value {
    color: #267325;
    font-size: 20px;
    background: url(https://g.foolcdn.com/misc-assets/tmf-icon-arrow-up.png) left center no-repeat;
    background-size: 19.5px 12px;
    padding-left: 25px;
}
