body {
    font-family: 'Source Sans Pro', sans-serif !important;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('../css/fonts/notosans-regular-webfont.woff2') format('woff2'),
        url('../css/fonts/notosans-regular-webfont.woff') format('woff'),
        url('../css/fonts/notosans-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('../css/fonts/notosans-bold-webfont.woff2') format('woff2'),
        url('../css/fonts/notosans-bold-webfont.woff') format('woff'),
        url('../css/fonts/notosans-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

.infinite-scroll-component {
    position: relative;
    float: left;
    width: 100%;
}

.mobile-message-slide .cssload-container-div {
    position: fixed;
    margin-top: 230px;
    margin-left: -15px;
}

.viewMoreCommentScroll {
    overflow: hidden !important;
}
.action_disable {
    pointer-events: none;
    cursor: pointer;
  }
