.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.main {
	float: left;
	padding: 0 5px 5px 26px ;
	width: auto;
	/*background-color: LightSlateGrey;*/
}

.sidebar {
	float: left;
	padding: 0 26px 5px 5px;
}

.sidebar {
	width: auto;
	vertical-align:middle;
	/*background-color: Tomato;*/
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #677;
}

.table .container {
	display: table;
}

.table .main {
	float: none;
	display: table-cell;
	vertical-align: top;
}

.table .sidebar {
	float: none;
	display: table-cell;
}

.digitalDeliveryRightSidebarTitles, main {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    color: #677;
}

.digitalDeliveryRightSidebarTitlesNormal {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    color: #677;
}

.digitalDeliveryRightSidebarContentNormal {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #677;
}

.digitalDeliveryRightSidebarLinksNormal {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: underline;
    color: #677;
}

#PDFHyperLink {
    color: 677;
    text-decoration: none;
}