
div.rfTooltip {
  width: 100px;
  height: auto;
}

.KPIGroupComponentLink {
cursor: pointer;}

a.dbTitle.home-arrow {
  /*display: inline-block;*/
  /*vertical-align: -50%;*/
}

body.detailPage {
background-color: #f4f4f4;
}

footer {
/*background-color: #f4f4f4;*/
}

.download{
        /*width: 200px;
    height: 100px;*/
    /* Rotate div */
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.header_block_container
{
    /*text-align:center;*/
    /*display:table;*/
    background-color:#242424;
    overflow:hidden;
}

.header_block1 {
    /*float: left;
    display: inline;*/
    /*width: 50%;*/
}

@media (min-width: 600px) {
    .header_block1_lg {
        float: left;
        display: inline;
        width: 50%;
    }
}

.header_block2 {
    color: #f5f5f5;
    /*width: 50%;*/
    font-size: 14px;

}

@media (min-width: 600px) {
    .header_block2_lg {
        float: right;
        display: inline;
        color: #f5f5f5;
        /*width: 50%;*/
        text-align: right;
        clear: right;
    }
}

.dbTitle a {
  margin-top: 0!important;
  margin-bottom: 0!important;
}