
.customize-partial-edit-shortcut button, 
.widget .customize-partial-edit-shortcut button {
    position: absolute !important;
    left: -30px !important;
    top: 2px !important;
    color: #fff !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 1em !important;
    font-size: 18px !important;
    z-index: 9 !important;
    background: #0085ba !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    -webkit-box-shadow: 0 2px 1px rgba(46,68,83,.15) !important;
    box-shadow: 0 2px 1px rgba(46,68,83,.15) !important;
    text-align: center !important;
    cursor: pointer !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 3px !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    -webkit-animation-duration: .4s !important;
    animation-duration: .4s !important;
    opacity: 0;
    pointer-events: none !important;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799 !important;
	display: block;
	margin: 0 !important;
}