.bellButton {
    top: 25px !important;
    right: 60px !important;
}

.psh-ntf-wrapper ul {
    padding: 0 !important;
    margin: 5px 0 !important;
}

.bellPanel a {
    line-height: 17px !important;
}

@media screen and (max-width:768px) {
.bellButton {
    display: block !important;
    position: absolute !important;
    top: 14px !important;
    right: 80px !important;
}
.bellButton svg {
    width: 25px !important;
    height: 25px !important;
}
.bellPanel {
    left: -200px !important;
}
div#pushouseWeekly {
    right: 10px !important;
    left: unset !important;
    bottom: 80px !important;
}
}