.site-footer, .green-panel, .custom-bar-chart .bar .value , ul.top-menu > li > .logout, .bg-theme , .label-theme, .message-header {
    /** background: #0A85C7; ***/
    background: #0277BD ;
}
/**** 1C7293 other colour from tech site  ****/

.custom-bar-chart .bar .value {
    
    /** color: #0A85C7; ***/
    color: #0277BD ;
}

.site-footer{
    background: #546E7A; 
}


body {
    /**
    font-family: -apple-system, Noto Sans, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; 
    **/
    font-weight: 400;
    /*                  line-height: 1.5;   */
    color: #263238;
    background:#f9f9f9; 
    
}