.accordionItem h2 { 
background-color: #808080; 
}

.clearFloat {
  clear : both;
}

#ebookIndex {
	width: 100%;
	border: thin solid #999;
}
.ebookIndexColumnCell {
	float: left;
	width: 33%;
	height: 400px;
	text-align: center;
	border: thin solid #CCC;
}

.WaGadgetMenuHorizontal .menuInner ul ul li > .item > a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    text-align: left;
    text-decoration: none;
    padding: 14px 25px 14px 30px;
    font: normal 18px / 22px 'Open Sans';
    color: white;
    white-space: nowrap;
    position: relative;
    background: inherit
}



.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}


/* SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
border-right: none;
max-width: 0px;
padding-right: 40px;
display: none;
}

/* PADDING TO SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .authFormContainer {
padding-left: 0;
}


/* MEMBER SOCIAL LOGIN BUTTONS HIDE */
#socialLoginContainer, #idSocialLoginContainer {
display: none;
}

/* More specific to gadgetStyle004 h4 */
.gadgetStyle004 .gadgetStyleTitle {
    background-color: #19226D !important;
   
}


/* Outer gadget border (box outline) */
.gadgetStyle004, 
.gadgetStyle004 .gadgetStyleBody {
    border: 2px solid #19226D !important; /* Adjust thickness as needed */
    box-shadow: none !important; /* In case the color is coming from shadows */
}