.x-content-band .x-btn {
    display: inline-block;
    position: relative;
    border: 1px solid blue;
    padding: 0.563em 1.125em 0.813em;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    color: #fff;
    background-color: #33CCFF;
   -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

/*media all*/
.x-content-band .x-btn.x-btn, .x-content-band .x-btn.x-btn:hover {
    text-shadow: 0px 0.07em 0.07em rgba(0,0,0,0.65);
    background-color: #33CCFF;
}

#header-sidebar .widget_text.widget {
border-color: white;
}
