/*
Theme Name: Iconic One
Custom CSS Template for Iconic One.
*/

/*CSS for Table with border in different posts.*/
.TableWithBorder
{
	border: 1px solid #EDEDED;
}

.TDWithBorder
{
	border: 1px solid #EDEDED;
}

.content-fullwidth
{
	width: 1140px;
}

.custom-table-container{
    display:table;
    width:100%;
    border-collapse: collapse;
    }
.custom-table-row{  
     display:table-row;
}
.custom-column1{
	display:table-cell;
	text-align: left;
}
.custom-column2{
	display:table-cell;
	text-align: right;
        vertical-align: middle;
}


/*
Style for "Related Articles" div within different posts.
*/
.related-Articles-header{
	background-color: #e6e6e6; 
	color: #000000;
	padding: 10px 0px 10px 10px;
}

.related-Articles-body{
	background-color: #f3f4f5; 
	padding: 10px 0px 10px 10px;
}
/*End Related Articles Style*/