body, html { /* to capture blog html content that is outside normal tags! */
  font-size: 18px;
  line-height: 1.5;
}
header .blog-summary-top {
  margin: 125px auto 20px auto;
}
header .blog-summary {
  margin-bottom: 20px;
  padding: 2px;
  border: 1px solid transparent;
}
header .blog-summary a {
  color: inherit;
  text-decoration: none;
}
header .blog-summary:hover {
  border: 1px solid white;
}
#blogcontent {
    padding-top: 20px;
}

/* Styling for the fallback inapp webview link sharing */
textarea {
    margin-top: 5px;
    background-color: #a0bec8;
    color: #1f3753;
    border: none;
}

::selection {
    background-color: #1f3753;
    color: #ffffff;
}
/* End of styling for the fallback inapp webview link sharing */
