.dropbox-image-toolbar a:before {
    content: url('./../../img/wpadm-logo.png');
    /*background-image: ;*/
}

.block-advantage {
    width: 65%;
}

.list-dropbox-backup-pro {
    margin-top:10px;
    margin-bottom:0;
    
}
.list-dropbox-backup-pro li {
    margin-bottom: 0;
    font-size:14px;
    clear:both;
    margin-left:35px;
}
.list-dropbox-backup-pro .text {
    line-height: 25px;
}
.list-dropbox-backup-pro li .inline {
    margin-top:0px;
}
.image-dropbox-pro {
    width: 183px;
    height: 187px;
    border:2px solid #ddd;
    cursor: pointer;
    text-align: center;
    float:left;
}


.backup_button {
    -moz-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
    -webkit-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
    box-shadow:inset 0px 1px 0px 0px #9fb4f2;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
    background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
    background-color:#7892c2;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #4e6096;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:10px 20px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;
}
.backup_button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
    background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
    background-color:#476e9e;
    color:#fff;
}
.backup_button:active {
    position:relative;
    top:1px;
}
button.backup_button:disabled, button.backup_button:disabled:hover {
    background: #9eb7d8;
}

#pro-plugin-description .inline {
    float:left;
}

#pro-plugin-description .block-pay {
    margin-top: 6%; 
    float: left; 
    margin-left: 20px; 
    margin-right: 15px;
}

@media only screen and (max-width: 1345px) { 
    
    .block-advantage {
        width:100%;
    }
    .inline-right {
        float:left;
    }
}