/* ==========================================================================
   Custom styles
   ========================================================================== */
#IRAcalculator{
    margin-top: 10px;
}
#IRAcalculator form{
    padding-top: 10px;
    height: 252px;
}
#IRAgraph{
    text-align: center;
    /*margin-left: 6%;*/
    padding-left: 0;
}
div.col-xs-12 table{
    font-size: 0.9em;
}
footer{
    font-size: 9px;
    text-align: justify;
}
/* d3js styles */
.axis path,
.axis line {
    fill: none;
    stroke: #ccc;
    shape-rendering: crispEdges;
}
.x.axis .minor {
    stroke-opacity: .3;
}
.x.axis path {
    display: none;
}
.line {
    fill: none;
    stroke: #84c900;
    stroke-width: 1.5px;
}
.grid .tick {
    stroke: lightgrey;
    opacity: 0.7;
}
.grid path {
    stroke-width: 0;
}










table#IRAdata {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table#IRAdata thead, table#IRAdata tbody, table#IRAdata tr, table#IRAdata td, table#IRAdata th { display: block; }

table#IRAdata tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table#IRAdata thead th { 
    height: 40px;
}

table#IRAdata tbody {
    height: 300px;
    overflow-y: auto;
}

table#IRAdata thead {
    /* fallback */
    width: 97%;
    /* minus scroll bar width */
    width: calc(100% - 17px);
}

table#IRAdata tbody { /* border-top: 2px solid black; */ }

table#IRAdata tbody td, table#IRAdata thead th {
    width: 18%;
    float: left;
}

table#IRAdata tbody td:first-child, table#IRAdata thead th:first-child{
    width:7%;
}

table#IRAdata tbody td:nth-child(3), table#IRAdata thead th:nth-child(3){
    width:18%;
}

table#IRAdata tbody td:nth-child(4), table#IRAdata thead th:nth-child(4){
    width:14%;
}

table#IRAdata tbody td:last-child, table#IRAdata thead th:last-child{
    width:24%;
}



table#IRAdata tbody td:last-child, table#IRAdata thead th:last-child {
    border-right: none;
}