div.notifications a {
    color: #202020;
    outline: 0;
    text-decoration: none;
}

.wrap.mNotifications.active.visible-xs {
    display: block !important;
}

div.wrap.mNotifications {
    background-color: #f5f5f5;
    border-bottom: 0px solid #b1b2b4;
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}



div.notifications ul {
    display: none;
    color: #202020;
    padding: 10px 0;
    margin: 0;
}


.notifications a>div {
    padding: 10px 0;
}

div.notifications h4 {
    display: inline-block;
    font-size: 1.4em;
    line-height: 33px;
    padding: 0;
    padding-left:10px;
    margin: 0;
    color:#202020;
}

.notifications ul li a h6 {
    color: #202020;
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 5px;
}
.notifications ul li a span {
    font-size: 1.1em;
    margin: 0;
}
.notifications ul li a p {
    font-size: 1.2em;
    margin: 0;
}

div.notifications ul li:first-child {
    border-top: none;
}
div.notifications ul li {
    padding: 10px 0;
    border-bottom: none;
    border-top: 1px solid #4d4d4d;
}

.notifications .handheldAttentionText {
    color: #202020;
}






