/*Notifications Styling*/
div#notifications-page {
    position: absolute;
    min-height: calc(100vh - 110px);
    /* bottom: 0; */
    /* margin: auto; */
    width: 61.25em;
    max-width: 100%;
    width: 70em;
    top: 110px;
    background: white;
    border-radius: 40px 40px 0px 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* height: 100%; */
    padding-bottom: 36px;
}

#notifications-page-menu {
    position: absolute;
    width: 100%;
    top: 0;
    /* padding-left: 32px; */
    /* padding-right: 32px; */
    height: 35px;
    border-bottom: 1px solid black;
    overflow: hidden;
    padding-left: 34px;
    box-sizing: border-box;
}

.notification-type {
    background: none;
    border: none;
    font-size: 16px;
    padding: 0;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 0px;
    /* padding-right: 10px; */
    margin-left: 26px;
    color: dimgray;
    cursor: pointer;
}

.notification-type.active {
    color: black;
    font-size: 18px;
}

#notifications-page-body {
    position: relative;
    width: 100%;
    /* height: calc(100% - 69px); */
    top: 36px;
}







/*Notification Types Styling*/
#notifications-page-body > li {
    display: list-item;
    white-space: normal;
    margin-right: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
    padding-top: 5px;
}

#notifications-page-body .no-notifications.info {
    padding: 0;
    font-size: 11px
}

#notifications-page-body .testimonial-notification>img {
    float: left;
    position: relative;
    /* margin-top: 3% */
    margin-top: 12px;
    margin-left: 10px;
}

#notifications-page-body .notification > div {
    margin-left: 45px;
}

#notifications-page-body .testimonial-notification>div h3 {
    float: left;
    position: relative;
    top: 8px;
    font-size: 13px;
}

#notifications-page-body .testimonial-notification > div h3 {
    margin-top: 3px;
    margin-right: 5px;
}

#notifications-page-body .notification > div h3 a {
    font-size: 13px;
}

#notifications-page-body .fan-notification>img {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 10px;
}

#notifications-page-body .fan-notification>div h3 {
    float: left;
    position: relative;
    top: 8px;
    font-size: 13px;
}

#notifications-page-body .medal-notification>img {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 10px;
}

#notifications-page-body .medal-notification>div h3 {
    position: relative;
    top: 5px;
    font-size: 13px;
    margin-right: 5px
}

#notifications-page-body div p.last-updated {
    padding-top: 10px;
    font-size: 11px
}

#notifications-page-body .reply-notification>img {
    float: left;
    position: relative;
    width: 26px;
    margin-top: 12px;
    margin-left: 10px;
}

#notifications-page-body .reply-notification>div h3 {
    position: relative;
    top: 5px;
    font-size: 13px;
    margin-right: 5px
}

#notifications-page-body .mention-notification>img {
    float: left;
    margin-top: 12px;
    position: relative;
    margin-left: 10px;
}

#notifications-page-body .notification > div a.action-link {
    position: relative;
    font-size: 13px;
    word-wrap: break-word;
    top: 5px;
}

#notifications-page-body .abuse-report-notification>img {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 10px;
}

#notifications-page-body .warning-notification>img {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 10px;
}

#notifications-page-body .suspension-notification>img {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 10px;
}

#notifications-page-body .reinstatement-notification>img {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 10px;
}

#notifications-page-body .warning-received-notification>img {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 12px!important;
    width:30px;
    height:30px;
}

#notifications-page-body .suspension-received-notification>img {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 12px!important;
    width:30px;
    height:30px;
}

#notifications-page-body .reinstatement-received-notification>img {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-left: 12px!important;
    width:30px;
    height:30px;
}

#notifications-page-body .notification > div h3 {
    position: relative;
    top: 5px;
    font-size: 13px;
}

#notifications-page-body .notification > div span.action {
    font-size: 13px;
    top: 5px;
    position: relative;
}

#notifications-page-body > li.unread {
    background: #fff7d0;
}

#notifications-page-body li > div {
    margin-left: 60px!important;
}

#notifications-page-body li > img {
    margin-left: 17px!important;
    float: left;
    margin-top: 12px;
}

body.mobile {
    overflow: visible;
}

body.mobile .notification-type {
    margin-left: 8px;
    font-size: 13px;
}

body.mobile div#notifications-page {
    border-radius: 0;
    top: 5px;
}

.authorized.logged-in {
    margin-left: 14px;
}

span.testimonial {
    word-break: break-word;
}

body.mobile #notifications-page-menu {
    padding-left: 2px;
}

#notifications-page-body .notification>img {
    width:25px;
    height:auto;
}