.sg-test
{
	max-width: 1210px;
	box-shadow: 0px 8px 8px #597c99;
	background: aliceblue;
	margin: 0 auto;
}

/* fix alignment of search button */
input[type="submit"],
input[type="reset"],
button {
  vertical-align:baseline;
}

/* fix alignment of search button */
input[type="search"]{
  display: inline-block;
}

/* additional disclaimer */
.header .site-disclaimer {
  font-weight: normal;
  color: #446688;
  font-size: 1.2rem;
  margin: 0;
  margin-top: 0.8rem;
}

.blog-logo-pic {
  display: inline-block;
  vertical-align: top;
}

.blog-logo-text {
  display: inline-block;
  padding-left: 10px;
}

#site-title {
  font-size: 40px;
  font-weight: 100;
  font-family: "Segoe UI",Tahoma,Arial,"Helvetica Neue",Helvetica,Sans-Serif;
}

#site-description {
  font-size: 15px;
  font-family: "Segoe UI",Tahoma,Arial,"Helvetica Neue",Helvetica,Sans-Serif;
}


.msblog-site-icon-avatar {
  vertical-align: top;
}

.credit
{
  text-align: center;
}

.header .site-title
{
  margin-top: -5px;
}

.widget_tag_cloud .tagcloud a
{
  font-size: 1.35rem !important;
  line-height: 2.65rem;
  padding: 0 1rem;
  background: #5d97cc; /*8888CC;  */
}

@media (min-width: 992px) {
  .col-md-4 {
	width: 30%;
  }
  .col-md-8 {
	width: 70%;
  }
}

body.singular-post, body.singular-page, body.plural {
   background: #b3ddf6 url(/wp-content/uploads/2018/12/blog-technet-body.png) repeat-x
}


.entry-content p {
   margin-bottom: 10px;
}

.comments-wrapper .comment-list .pingback .comment-author {
   font-size: 14px;
}

.comments-wrapper .comment-list .pingback {
   padding: 2rem 0;
}

body {
  font-family: "Segoe UI",Tahoma,Arial,"Helvetica Neue",Helvetica,Sans-Serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: rgba(204, 204, 204, 0.16);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI Light","Segoe UI",Tahoma,Arial,"Helvetica Neue","Helvetica","Sans-Serif";
  -webkit-font-smoothing: antialiased;
}

.entry .entry-title {
  font-weight: normal;
}

.widget-title {
  font-family: "Segoe UI Semibold";
}

a, .copyright-wrapper a {
  color: #48759e;
}

a:hover, a:focus {
  color: #5a93c6;
}

.primary-color, a:hover, .widget_archive ul li a:hover, .widget_archive ul li:hover::after, .widget_categories ul li a:hover, .widget_categories ul li:hover::after, .side-menu ul li a:hover, .side-menu ul li:hover::after, .entry .entry-title a:hover, .footer-wrapper .widget a {
  color: #5a93c6;
}

.secondary-bg, .widget_tag_cloud .tagcloud a:hover {
  background-color: #304e69;
}

.main {
  background: aliceblue;
}

.copyright-wrapper {
  background: aliceblue;
}

.flex-row {
  max-width: 1140px;
}

div.entry-content h1 {
  font-size: 24px;
  font-weight: bold;
}

div.entry-content h2 {
  font-size: 20px;
  font-weight: bold;
}

div.entry-content h3 {
  font-size: 18px;
  font-weight: bold;
}

div.entry-content h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}

.SGBlock {
  border-radius: 7px;
  border: 2px solid #b3ddf6;
  background:aliceBlue;
  padding: 10px;
  margin-bottom: 10px;
}

img.emoji {
  width: 20px;
}