﻿.smart-anchors-menu-container .anchors-menu-list {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    display: table;
    position: absolute;
}
.smart-anchors-menu-container .anchors-menu-list .anchor-link {
    text-align: center;
    white-space: nowrap;
    padding-right: 30px;
    display: table-cell;
}

.smart-anchors-menu-container .drop-down-menu-section {
    position: relative;
    float: right;
    margin-top: 3px;
    z-index: 9998;
}

.smart-anchors-menu-container .up-arrow,
.smart-anchors-menu-container .down-arrow {
    display: none;
}

.smart-anchors-menu-container .open .up-arrow {
    display: inline !important;
}
.smart-anchors-menu-container .open .down-arrow {
    display: none !important;
}

.smart-anchors-menu-container .dropdown-menu > li {
    display: none;
}

.smart-anchors-menu-container .wrapper {
    position: relative;
    min-height: 30px;
}