html {
    font-size: 10pt;
}

table {
    font-size: 10pt;
}

.logo {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 1px 1px #aaa;
}

canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.rowDAM {
    border-top: 2pt solid black;
}

.rowSPY {
    border-bottom: 2pt solid black;
}

.table tbody > tr.rowSummary.rowSummary > td {
    border-bottom: 1px dotted grey;
}

.rowSummary {
    /* border-top: 1pt solid  rgb(200, 200, 200); */
    color: rgb(100, 100, 100);
    font-weight: bold;
}

.heatMapGraph {
    padding-bottom: 50px;
    padding-top: 0px;
}

.sectorAllocation {
    padding-bottom: 2px;
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
}

.tradeHistory,
.basket {
    padding-bottom: 2px;
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
}

.basket {
    position: relative;
    margin: 0 auto;
    width: 80%;
}

.earnings {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.sp500 {
    position: relative;
    margin: 0 auto;
    width: 60%;
}

.menuRightPadding {
    padding-right: 100px;
}

.allocationButton {
    float: right;
    margin-bottom: 10px;
}

#mainMenu .navbar-nav li.active > a {
    color: rgb(119, 13, 13);
}

a.earnings {
    color: rgb(119, 13, 13);
    text-decoration: none;
}

a.allocation-link:hover {
    text-decoration: none;
}

#progress {
    z-index: 1;
    position: absolute;
    padding-top: 15%;
}

#progressImage {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.candleChart {
    padding-top: 20px;
    z-index: 3;
}

#form-new {
    padding-top: 20px;
}

.errorMessage {
    color: red;
}

#arrowGreen {
    color: green;
}

#arrowRed {
    color: red;
}
