.n2-padding {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.ht_no_sidebar_condensed #primary {
    width: 100%;
}

div#panel-2-2-0-0 {
    margin-bottom: 0px !important;
}

.mobile-show {
	display: none;
}
.mobile-show a {
  color: #eee;
}
.mobile-hide a {
  color: #eee;
}
.mobile-show a:hover {
  text-decoration: underline;
}
.mobile-hide a:hover {
  text-decoration: underline;
}
@media (max-width: 767px){
	.mobile-hide {
		display: none; 
	}

	.mobile-show {
		display: block;
	}
}

.sidebar-light {
  background-color: #333; 
}

.mobile-show {
	display: none;
  margin-bottom: 0px;
}
@media (max-width: 767px){
	.mobile-hide {
		display: none; 
    margin-bottom: 0px;
	}

	.mobile-show {
		display: block;
    margin-bottom: 0px;
	}
}

#pg-706-0, #pl-706 .so-panel {
    margin-bottom: 0px;
}

.git a::before {
    font-family: "Font Awesome 5 Brands"; font-weight: 900; content: "\f09b";
    font-size: 1.1em;
    padding-right: 8px;
  }