/* application confirmation colors */
.infoOuterContainer {
    margin: 0 0 30px 0;
    border: 0;
    background-color: white;
color:black;
}

/* forum posts colors */
.fieldContainer.textFieldContainer .fieldSubContainer.singleStringContainer .fieldBody #idEditorContainer {
    background: black;
}

.WaGadgetForum #idTopicListContainer .boxBodyOuterContainer table tr.topicListRow.highlight td {
    background: #0f0f0f;
}

/* photo album background */
.WaGadgetContactProfileStatePhotoGallery #idMemberPhotoAlbumContainer #idPhotoAlbumMainContainer .photosContainer ul.photosContainerUL li.photoAlbumItemContainerLi.coverPhoto .photoInnerContainer {
    background: black;
}
.WaGadgetContactProfile .photosContainerUL .photoInnerContainerOver {
    background: black;
}

/* remove social networks login option */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}
#socialLoginContainer, #idSocialLoginContainer {
    display: none;
}
