body {
    padding-left: 170px !important;
    padding-right: 170px !important;
}

#fusionadwrapper {
    overflow: hidden;
    position: fixed;
    bottom: 15px;
    left: 15px;
    padding: 10px 10px 0 0;
}

#fusionadunit, #fusionadtoggle {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    width: 130px;
    font-family: "Lucida Grande", arial, sans-serif;
    font-size: 11px;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #fusionadwrapper #fusionadremove {
        position: relative;
        left: 120px;
        top: 18px;
        cursor: pointer;
        filter:alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear;
    }
    
    #fusionadwrapper:hover #fusionadremove {
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    #fusionadunit a {
        border: none;
        color: rgb(255, 255, 255);
        text-decoration: none;
    }
    
    #fusionadunit #fusionpower {
        text-align: center;
        padding: 6px 0 2px 0;
    }
    
        #fusionadunit .fusionentire img {
            margin-bottom: 4px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
        
#fusionadtoggle {
    position: fixed;
    bottom: 15px;
    left: 15px;
    text-align: center;
    padding: 8px 10px;
    width: 120px;
    cursor: pointer;
}
