/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Mar-2020, 16:22:47
    Author     : cobrien
*/

#rtBalanceHeader {
    width: 100%;
    height: 10%;
    background-color: #1EA9DD;
    color: white;
    padding: 10px 0px;
    align-content:  center;
}

.sampleheader {
    padding: 10;
}

.spacerDiv {
    height: 50px;
    padding: 10px;
}

.col-xs-12, .col-xs-6, .col-md-3, .col-lg-3 {
    padding: 0px;
    margin: 0px;
}

/*
#header {
    float: left;
    color: white;
    font-weight: 500;
    font-size: 35px;
    font-family: Calibri, segoe ui;
    padding: 6px 0px 0px 0px;
}
*/


.description {
    border: 1px solid #EEEFEF;
    padding-top: 10px;
    color: #7878a1;
    font-size: large;
    text-align: center;
    font-weight: lighter;
    font-family: Calibri, segoe ui;
}