body {background-attachment: fixed;}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}

.navigationOuterContainer .navigationContainer input.nextButton, .navigationOuterContainer .navigationContainer input.typeButton, .navigationOuterContainer .navigationContainer input[type=submit], .loginButton, .typeButton, input[type=submit] {background-color: #005CB8 !important; color:#ffffff !important;} /* button color */
.navigationOuterContainer .navigationContainer input.nextButton:hover, .navigationOuterContainer .navigationContainer input.typeButton:hover, .navigationOuterContainer .navigationContainer input[type=submit]:hover, .loginButton:hover, .typeButton:hover, input[type=submit]:hover {background-color: #005BAB !important;} /* hover color */

.WaGadgetBlog .controlPanel .toggleButton  {background-color: #005CB8 !important; color:#ffffff !important;}

.buttonStyle002 {background-color: #005CB8 !important; color:#ffffff !important;}

#idMemberCreatedOnContainer { display: none;}


.forumMessageHeaderInfoContainer {background-color: #DDD !important; color: black !important}

.messageIdText  {background-color: #DDD !important; color:black !important}

.toggleButton {background-color: #DDD !important; color:black !important}


.actionEdit {background-color: #DDD !important; color:black !important}

.actionDelete {background-color: #DDD !important; color:black !important}

/* Style for breadcrums gadget */
#id_puKaahQ {
    font-size: 14px; /* Adjust the font size as needed */
    font-weight: normal; /* Adjust the font weight as needed */
    color: rgba(51, 51, 51, 0.815); /* Change the font color if desired */
    margin-left: 14px;
    margin-top: 4px
}
/* Adjust spacing for smaller screens */
@media (max-width: 600px) {
    #id_puKaahQ {
        margin-left: 5px; /* Less space for mobile devices */
    }
}

/* Style for all the dropdown items on the website */
/* Style for the summary text within the details element */
summary {
  font-size: 18px;
  text-decoration: underline;
  line-height: 35px;
}

/* Style for the hidden content within the details element */
details[open] {
  background-color: rgb(240, 249, 255);
  padding: 10px;
}

/* Style for text within the details element */
details[open] p {
  font-size: 16px
}
