﻿.fund-table
{
    width: 100%;
    border-collapse: collapse;
    background: #f3f3f3;
}

.fund-table a
{
    color: #00adef;
}

.fund-table thead tr
{
    background: #b7b7b7;
    text-align: left;
}

.fund-table th
{
    text-align: left;
    padding: 5px;
    color: #fff;
}

.fund-table tr.alternate
{
    background: #e6e6e6;
}

.fund-table td
{
    padding: 5px;
}

.fund-table .right
{
    text-align: right;
}

.sidenav .selected
{
    color: #8ed8f8;
}

.sidenav img
{
    border: none;
}