﻿/* suppress old social + feedback + fat footer */
table.table_fb_table,
table.table_social,
#feedbackControlBody,
table.table_fat-footer { display: none; }

/* customClasses */
.ccSuppressShowHideAll a.link_expandAll, .ccSuppressShowHideAll a.link_expandAll:visited,
.ccSuppressShowHideAll a.link_collapseAll, .ccSuppressShowHideAll a.link_collapseAll:visited { display: none; }

/* classes needed for Windows Live Outage Control */
#liveMessageDiv
{
    margin-top: 10px;
    padding-top: 18px;
    padding-bottom: 13px;
    background-color: #EDEDF0;
    display: none;
}
#liveMessageTable { width: 100%; }
#liveMessageTable td { vertical-align: middle; }
#liveMessageTextTd { width: 80%; }
#liveMessageDiv .regionMid { margin-top:20px; }

/* advance fix */
div.socCommentPnl > div.socialCompAction { white-space: nowrap; }