﻿.download-landing-snw-wrap {
    border: 1px solid #eee;
    padding: .5em;
    border-left: 6px solid #eee;
    overflow: hidden;
}

@media (max-width: 768px) {
	td.dloadtbl-last-col-td > a {
		color: #ccc;
	}
}
.downloads-notification-icon {
    height: 1.5em;
    width: 2em;
    position: absolute;
    cursor: pointer;
}

.modal-body .notification-widget.overflow {
    height: 9em;
}
.modal-body .notification-widget a[fileid] {
    position: absolute;
    bottom: -1px;
    right: 10px;
}

.modal-body #NotificationWidgetMessage.overflow {
    max-height: 3em;
    overflow: hidden;
}
.modal-body #NotificationWidgetMessage.overflow:after {
    content: "...";
    position: absolute;
    bottom: 24px;
    right: 40px;
}

.modal-body #NotificationWidgetTitle.overflow {
    max-height: 1.5em;
    overflow: hidden;
    width:90%
}
.modal-body #NotificationWidgetTitle.overflow:after {
    content: "...";
    position: absolute;
    top: 13px;
    right: 35px;
}