.container-logo
{
    display:inline;
    width: 221px;
    height: 50px;
    position: absolute;
    border: 0px solid red;
}
.sz-logo
{
    display:inline;
    background-color:  rgb(45,184,197) !important;
	/*
    background: -webkit-linear-gradient(left, white 30% , rgb(45,184,197) 100%); 
    background: -o-linear-gradient(right, white 30%, rgb(45,184,197) 100%); 
    background: linear-gradient(to right, white 30%, rgb(45,184,197) 100%); 
	*/
    border: 0px solid #CBCBCB;
    padding-left: 0px;
    padding-top: 0px;
    width: 221px;
    height: 50px;
    text-align: right;
    position: absolute;
}

.sz-logo > img
{
    width: auto;
    height: 42px;
    float: left;
    margin-left: 8px;
    margin-top: 4px;
}
.sz-text
{
    font-family: inherit;
    display:inline-block;
    margin-left:15px;
    margin-right:3px;
    text-align:center;
    font-size:12px; 
    padding: 0.7em 3px 0px 3px;
    border: 0px solid black;
}