#admin > div {
    position  : relative;
    text-align: center;
}

#admin_filter-year {
    height    : 60px;
    margin-top: 24px;
}

#admin_filter-year > .button {
    width: 120px;
}

#admin_filter-year > .button:not(:last-child) {
    margin-right: 6px;
}

#admin_target {
    height    : 60px;
    margin-top: 24px;
    font-size : 18px;
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}

#admin_target > p {
    display    : inline-block;
    line-height: 60px;
}

#admin_grid {
    margin: 60px 168px;
}

.admin_grid-user {
    height: 60px;
    width : 336px;
    margin: 12px;
}

.admin_grid-user-sells {
    background-image   : url("/portale/Acommon/img/icons/update.png");
    background-position: 312px 0px;
    background-size    : 24px;
    background-repeat  : no-repeat;
}
