body {
    padding-top: 70px;
    padding-bottom: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
nav {
    background-color: #222;
}

table tfoot td {
    border-bottom: none;
    font-weight: bold;
}

th, td {
    white-space: nowrap;
    text-align: right;
}
th.left, td.left {
    text-align: left;
}

.positive {
    color: darkgreen;
}
.negative {
    color: red;
}
.current {
    font-weight: bold;
}
tr.current td.valueDate {
    color: darkblue;
}
table.assets {
    margin-bottom: 5px;
}
.portfolioFootNotes p {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.portfolioFootNotes p.links {
    margin-top: 5px;
    text-align: center;
}

.setButtons .btn {
    margin-top: 1em;
    color: white;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point {
    stroke: #005599;
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point {
    stroke: #609943;
}

.ct-series-a .ct-area {
    fill: blue;
}

.ct-series-b .ct-area {
    fill: #609943;
}
.monthly-chart g.ct-series line.ct-bar:last-child {
    stroke: green;
}

.ct-label {
    font-size: 1rem;
}
.pie .ct-label {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    fill: #333;
}

.container {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1300px) {
    .container {
        width: 90%;
        max-width: 90%;
    }
}

@media (max-width: 1236px) and (min-width: 1200px) {
    .d-mdl-none {
        display: none !important;
    }
}

@media (max-width: 991px) {
    /* CSS goes here */
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 2px 4px;
    }
}
