/*  ================================================
	This is the Default Child Theme CSS file
	ONLY add the CSS rules that you need to override
	the main rules form the parent Unified theme.
==================================================== */
#spMainContainer {
  background: white;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.spGroupViewSection {
  /* 	border-bottom: 0px !important; */
  margin-bottom: 2em !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 10px !important;
}

.spGroupForumContainer {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.spMostClassLabel,
.spMostClassData,
.spGuestsClassData,
.spGuestsClassLabel {
  display: block;
}
