.sidebar-section-heading {
	font-weight: 500;
  text-transform: uppercase;
	padding: 0.75rem 1.25rem;
}
.nav-tabs {
  margin-bottom: 15px;
}
.max-width-100 {
	max-width: 100px;
}
input.form-control[type="file"] {
	height: auto;
}
.maw100 { max-width: 100px; }
.maw200 { max-width: 200px; }
.mah100 { max-height: 100px; }
.mah200 { max-height: 200px; }
.card .featured_image .img-thumbnail {
  min-width: 100%;
  min-height: 100%;
}