/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#ngs .page-heading {
	font-size: 1.5em;
}
#ngs .forum-except {
	font-size: 0.8em;
}
#ngs .topic-except {
	font-size: 0.8em;
}
#ngs .categories-header-last-reply, #ngs .categories-header-statistics {
	text-transform: uppercase;
	font-size: 0.8em;
	vertical-align: middle;
	line-height: 2em;
}
#ngs .child-forum-topics-count .category-topics-label, #ngs .topic-replies-count .topic-replies-label {
	text-transform: uppercase;
	font-size: 0.8em;
}
#ngs .child-forum-topics-count .category-topics-count, #ngs .topic-replies-count .topic-replies-num {
	font-size: 1.1em;
}
#ngs .last-post-author-box {
	font-size: 0.8em;
}
#ngs .last-post-author-box a.last-post-author-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ngs .last-post-author-box .avatar-image {
	max-height: 16px;
	max-width: 16px;
}
#ngs .topic-avatar-image, #ngs .reply-avatar-image {
	max-height: 128px;
}
#ngs .topic-meta, #ngs .reply-meta {
	font-size: 0.8em;
}
#ngs .topic-meta li:after, #ngs .reply-meta li:after {
    content: "/";
}
#ngs .topic-meta li:last-child:after, #ngs .reply-meta li:last-child:after {
	content: "";
}
#ngs .topic pre, #ngs .reply pre, #ngs .reply table {
	white-space: pre-wrap; word-break: break-word;
}

#ngs #ngforum-wrapper {
	margin: 0 auto;
}
#ngs #ngforum-wrapper #ngforum-content {
  width: 100%;
  float: left;
}
#ngs #ngforum-wrapper #ngforum-sidebar {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 992px) {
  #ngs #ngforum-wrapper,
  #ngs #ngforum-wrapper #ngforum-content,
  #ngs #ngforum-wrapper #ngforum-sidebar {
    position: relative;
  }
  #ngs #ngforum-wrapper #ngforum-sidebar {
    width: 25%;
    left: -75%;
  }
  #ngs #ngforum-wrapper #ngforum-content {
    width: 75%;
    left: 25%;
  }
}