
/* container */
#hub-container{
    background-color: #FFFFFF;
    border-width: 0px;
    border-style: none;
    border-color: #FFFF00;
    border-radius: 0px;
}

/* left block */
#hub-left{
    color: #000000;
    line-height: 24px;
}
#hub-left span{
    font-size: 16px;
    font-family: inherit;
    font-style: ;
    text-decoration: none;
    font-weight: normal;
}

/* middle icon*/
#hub-middle span{
    background-color: #FFFFFF;
    border-radius: 0px;
    font-size: 45px;
    font-family: inherit;
    opacity: 1;
    color: #000000;
}

/* right-block */
#hub-right{
    line-height: 24px;
    color: #000000;
}
#hub-right span{
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}