.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
/* Code to format blog author */
.blogauthor {
    color:rgb(116, 123, 131);
    font-style: italic;
}
/* Code for floating smaller blog images to the right, with padding */
.blogimagefloatright {
    float: right;
    padding: 0px 0px 10px 20px;
}
/* Code for floating smaller blog images to the left, with padding */
.blogimagefloatleft {
    float: left;
    padding: 0px 20px 10px 0px;
}
/* Code for floating smaller blog images to the right, with padding AND with a caption */
figure {
  float: right;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
  color: #747b83;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}

h1  {padding-top: 20px;
    padding-bottom: 20px}
h2  {padding-top: 30px;}
h3  {padding-top: 30px;}
h4  {padding-top: 30px;}

.watm-dropdown {
    width: 100% !important;
    width: -moz-available !important;
    width: -webkit-fill-available !important;
    width: fill-available !important;
    width: stretch !important;
}