.financial-content{
    padding: 12px 35px;
    text-align: center;
    height: 100%;
}

p.financial-header {
    font-size: 2em;
    font-weight: bold;
    margin: 10px;
}

p.financial-section-title {
    font-size: 1.5em;
    margin: 5px;
    border: 2px solid #9e9e9e;
}

table.financial-customer-table {
    font-size: .9em;
    width: auto;
}

table.financial-customer-table td {
    padding: 5px;
}

.financial-customer-cell{
	font-size: 1.3em;
	font-weight: bold;
}

.financial-block-container {
    display: inline-block;
    width: 20%;
    font-size: 1.2em;
}

.financial-block-type {
    font-weight: 450;
}

.financial-title-total {
    font-size: 1.3em;
    text-align: left;
}

.financial-customer-data {
    max-height: 35%;
    overflow: auto;
}

.financial-title-table{
    border-collapse: separate;
}

.financial-table-holder{
    overflow: auto;
    max-height: 50%;
    position: relative;
}

.financial-title-table th{
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #d0d0d0;
}