/* Split App Overriding */

.sapMSplitContainerMaster {
    width: 250px;
}

/* Standard Tile Overriding */

.sapMGT {

    margin: 3px;
}

.sapMGTHdrIconImage {
    float: left;
    margin-right: 15px;
}

.sapMGTTitle {
    color: #007cc0 !important;
    font-weight: bold !important;
}

.sapMGTContent,
.sapMGTContent .sapMText{
    font-size: 14px !important;
}

/* Viz Frame Overriding */

.sapVizFrame {

    width: 100% !important;
}

/* Custom Classes */

.label {
    color: #666666;    
    float: left;
}

.value {
    float : right;    
}

.customFlexItem {
    text-align: center;
}

.customImage {
    background-size:100% auto;
}