table {
    border-collapse: collapse;
    border: 1px white solid;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

th {
    background: #43ad4f;
    color:#fff;
    text-align: center;
    border: 1px #f6f6f6 solid;
}

.bitcoin-mining-calculator th {
    background: #43ad4f;
    color:#f6f6f6;
    text-align: left;
    border: 1px #fff solid;
    border-radius:2px; 
} 

.negative {
    color: red;
}

#chartContainer {
    text-align: center;
    height: 300px;
    margin:auto;
    border-radius:8px;
    width:100%;
    background: #f6f6f6;
}
#axisChange {
    width: 50px;
}