.nbhd-wrapper {
    position: absolute;
    top: 10px;
    right: 166px;
    z-index: 5000;
}

.magazine-wrapper {
    position: absolute;
    top: 10px;
    right: 95px;
    z-index: 4999;
}

.magazine-wrapper .btn {
    background-image: none;
}

.nbhd-btn {
    background-color: transparent;
    color: #FFF;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 300;
}

.nbhd-btn:hover, .nbhd-btn:focus {
    color: #FFF;
}

.nbhd-wrapper .dropdown-menu {
    left: initial;
    right: 0;
    top: 2px!important;
    border-radius: 6px;
    min-width: 175px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #555;
    background: #333;
    overflow-y: scroll !important;
    height: calc(100vh - 40px);
    max-height: 740px;
}

.nbhd-wrapper .dropdown-menu > li > a {
    display: block;
    padding: 4px 10px 4px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.72857143;
    color: #FFF;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    overflow-x: hidden;
    font-size: 14px;
}

.nbhd-wrapper .dropdown-menu > li:not(.disabled) > a {
    line-height: 1;
}

.nbhd-wrapper .dropdown-menu > li > a:hover,
.nbhd-wrapper .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #000;
    color: #FFF;
    outline: 0;
}

.nbhd-wrapper .dropdown-menu > li.disabled > a:hover,
.nbhd-wrapper .dropdown-menu > li.disabled > a:focus {
    cursor: not-allowed;
    background-color: #282828;
}