
#pluginsaz span {
    display: inline-block;
    min-width: 17px;
    border: 1px solid #d2d2d2;
    padding: 3px 5px 7px;
    background: #e4e4e4;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    color: #0073aa;
    transition-duration: 0.05s;
    transition-property: border, background, color;
    transition-timing-function: ease-in-out;
    margin: 0 2px 5px;
}

#pluginsaz span.active:hover {
    border-color: #5b9dd9;
    color: #fff;
    background: #00a0d2;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; /* IE8 */
}

#pluginsaz span.inactive{
    cursor: default;
    color: #b4b4b4;
    font-weight: lighter;
}

.pluginsaz-wrap {
    vertical-align: top;
}