/* ANCHOR overwrite simplemenu css */

body.civicrm-menu-enabled {
    padding-top: 31px;
}

#simplemenu {
    z-index: 1000;
}

#admin-menu{
    z-index: 1001;
}

#simplemenu li {
    float: none;
    position: relative;
    display: inline-block;
}

.admin-menu.civicrm-menu-enabled #civicrm-menu{
    height: 30px;
    top: 30px !important;
}

/* ANCHOR align */

.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

.float-right{
    float: right;
}

.clear-both{
    clear: both;
}