.camera_wrap {
    background: transparent;
}
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}
.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle {
 white-space: normal;
}

.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle:after
{  display: none;
}

.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a:after
{  content: "";
 height: 2px;
 margin-left: 0.5em;
 width: 100%;
 position: absolute;
 background: #cacaca;
 margin-top: 0.7em;
}

.boxInfoContainer h5
{ display: none;}
.WaGadgetRecentBlogPosts .author
{ display: none; }
.WaGadgetRecentBlogPosts .itemAuthor
{ display: none; }
div.itemInfoContainer
{ display: none; }

.WaGadgetBlog .blogEntryOuterContainer .boxHeaderOuterContainer h4 {
font-family: Helvetica;
}

#socialLoginContainer, #idSocialLoginContainer {
	display: none;
} 
/* Code to change page width START */
.container_12 {
  width: 1200px;
}
.s1_grid_12{
  width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: px){
  .container_1200 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
  }
}
@media only screen and (max-width: 616px){
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    display: block;
  }
}
/* Code to change page width END */