/* Message */
.dnnsmart_supercontent_view .dnnsmart_message {
    font-size: 12px;
    color: red;
}

.Message_bg {
    background-color: white;
    right: 30px;
    top: 80px;
    position: fixed;
    z-index: 9999;
    display: none;
}

.Global_Message {
    margin-bottom: 0px;
}

/* overlay */
.dnnsmart_supercontent_view .dnnsmart_overlay {
    position: absolute;
    top: 0px;
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.dnnsmart_supercontent_view .dnnsmart_ajaxloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

.supercontent_contentdetail .addthis_native_toolbox,.supercontent_contentdetail .about_author {
    display:none;
}