.itemInfoContainer{display:none;}
SPAN.postedByLink
{
display: none }
TABLE.pageLayoutTwoColumns, TABLE.pageLayoutTwoColumns TABLE.pageLayoutBodyTable, TABLE.pageLayoutTwo2-1Columns, TABLE.pageLayoutTwo2-1Columns TABLE.pageLayoutBodyTable, TABLE.pageLayoutTwo1-2Columns, TABLE.pageLayoutTwo1-2Columns TABLE.pageLayoutBodyTable, TABLE.pageLayoutTopAndBottomRowsPlusTwoColumns, TABLE.pageLayoutTopAndBottomRowsPlusTwoColumns TABLE.pageLayoutBodyTable, TABLE.pageLayoutThreeColumns, TABLE.pageLayoutThreeColumns TABLE.pageLayoutBodyTable, TABLE.pageLayoutThreeColumnsAndTopRow, TABLE.pageLayoutThreeColumnsAndTopRow TABLE.pageLayoutBodyTable, TABLE.pageLayoutTopAndBottomRowsPlusThreeColumns, TABLE.pageLayoutTopAndBottomRowsPlusThreeColumns TABLE.pageLayoutBodyTable, TABLE.pageLayoutTwoRowsTwoColumns, TABLE.pageLayoutTwoRowsTwoColumns TABLE.pageLayoutBodyTable, TABLE.pageLayoutThreeRowsThreeColumns, TABLE.pageLayoutThreeRowsThreeColumns TABLE.pageLayoutBodyTable {
    table-layout:fixed;
}

.WaGadgetRecentBlogPosts.gadgetStyle001 ul li .author {
    display: none;
}
.WaGadgetRecentBlogPosts.gadgetStyle001 ul li .date {
display:none;
}
/* Code to change page width START */
.container_12 {
    width: 1200px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1200px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 1199px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */