body #page #hd {
    background: rgb(0, 0, 0);
    background: #333;
    /* background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.07) 0%, #0000 96%); */
    box-shadow: 0 -2px 0px #428837 inset, 0 -3px 0px rgba(0, 0, 0, 0.13) inset;
    /* transition: 0.5s; */
}

#hd .title {
    font: 800 30px/54px Roboto;
    text-shadow: 0 1px 1px #0009;
    background: url('../../images/terminal/skin/mgbp/logoscorebet.png') 120px 0px no-repeat;
    /* text-shadow: 0 1px 1px #0009; */
    background-size: auto 60px;
    height: 50px;
    color: #fff;
    width: 100%;
    left: 100p;
    text-align: center;
    /* text-decoration: line-through #000; */
    text-transform: capitalize;
    text-indent: 0px;
    background-size: contain;
}