.myInvoicesOverview{
    min-width:550px;
    margin-left:auto;
    margin-right:auto;
    display:block;

}
.countsHeader{
    position:absolute;
    width:100%;
}
.myOpenInvoicesCount{
    color: #CC0000;
    font-size:68px;
    font-family:"DejaVu Sans"
}
.myUnpaidInvoicesCount{
    color: #FDA068;
    font-size:68px;
    font-family:"DejaVu Sans"
}
.myPaidInvoicesHistoryCount{
    color: #3a7d34;
    font-size:68px;
    font-family:"DejaVu Sans"
}
.overview{
    display: inline-block;
    text-align: center;
    font-family: Calibri;
    float:left;
    width: 250px;
    height: 155px;
    margin-left: 75px;
    border-radius: 6px;
    border:1px solid darkslategray;
}

.OverviewHeader{
    display: block;
    font-size:20px;
    font-weight: bold;
    color:lightslategrey;
    padding-bottom: 17px;
    padding-top:25px
}

#openInvoiceList th{
    font-size: 13px;
}

#openInvoiceList{
    margin-top:25px;
    float:left;
    overflow-y: auto;
}