.main-image, .body-metadata {
	display:none;
}

body {
  font-size: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

a {
	text-decoration: underline!important;
	color:#B3B3B3!important;
  cursor: pointer!important;
}

/* Body Content */

.container-fluid {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em) {
  .container-fluid {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

.hidden {
  display:none;
}

.social-share-icon {
	width:44px;
	height:44px;
	background-size: 44px 44px!important;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
	margin-bottom:8px;
}

.styled-select {
   background-color:transparent;
   height: 29px;
   overflow: hidden;
   color:#B3B3B3!important;
   border:none;
   width:90%;
   margin-left:-5px;
   text-decoration:underline;
}