.adthrive-device-desktop .adthrive-recipe,
.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}


/* set text before content ads */
#divArticlePageContainer #divArticleBody .adthrive-ad.adthrive-content-1::before,
#divArticlePageContainer #divArticleBody .adthrive-ad.adthrive-content-2::before,
#divStoryBody .adthrive-ad.adthrive-content-1::before,
#divStoryBody .adthrive-ad.adthrive-content-2::before {
  content: "story continues below";
  font-family: 'Roboto', sans-serif;
  font-size: 13.0px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
  border-width: 0px 0px 1px 0px;
  background: transparent;
  border-style: groove;
  border-color: grey !important;
  padding: 0px 0px 6px 0px;
  line-height: 1.2em;
  display: block;
  margin: 10px 0px 20px 0px;
  position: relative;
  background-color: transparent;
  box-sizing: initial;
  width: 100%;
  _width: auto;
  text-align: center;
  top: 0;
  position: absolute;
}

/* vertically align content ads */
.adthrive-ad.adthrive-content {
 align-content: center !important;
 position: relative;
}

.adthrive-ad.adthrive-content div {
  margin-top: 45px;
  margin-bottom: 10px;
}

/* Remove margin from the outstream container and everything inside it */
.adthrive-ad.adthrive-content #adthrive-outstream-ad-container,
.adthrive-ad.adthrive-content #adthrive-outstream-ad-container div {
    margin-top: 0 !important;
}

/* remove footer message margin */
.adthrive-footer-message {
  margin-bottom: 0px !important;
}

/* set DarkMode ad bg color to black */
body.DarkMode .adthrive-sticky.adthrive-footer {
  background-color: #000000cc !important;
  border-top: 2px solid #000 !important
}

body.DarkMode .adthrive-content,
body.DarkMode .adthrive-recipe {
  background-color: #000 !important;
}

