
/* Code in Editor style */
#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-reply-content pre {
	font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
}

.noo_support_hours_widget .not-available,
.noo_support_hours_widget .available {
  padding: 2px 8px;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
}
.noo_support_hours_widget .available {
  background: #47bfa9;
}
.noo_support_hours_widget .not-available {
  background: #c74061;
}

/* nSmart */
.sbv-bulk-add-more {
  padding: 0px 10px 3px;
  font-size: 30px;
}

.sbv-bulk-code-block input[type="text"] {
	width: 100%;
}

/* ht-grid, from the old theme */
.ht-grid *,
.ht-grid *:before,
.ht-grid *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ht-grid {
  *zoom: 1; }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-10 {
      margin: 0 -10px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-10 .ht-grid-col {
      padding: 0 10px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-20 {
      margin: 0 -20px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-20 .ht-grid-col {
      padding: 0 20px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-30 {
      margin: 0 -30px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-30 .ht-grid-col {
      padding: 0 30px; } }
  .ht-grid.ht-grid-gutter-bottom-10 .ht-grid-col {
    margin-bottom: 10px; }
  .ht-grid.ht-grid-gutter-bottom-20 .ht-grid-col {
    margin-bottom: 20px; }
  .ht-grid.ht-grid-gutter-bottom-30 .ht-grid-col {
    margin-bottom: 30px; }
  .ht-grid.ht-grid-gutter-bottom-40 .ht-grid-col {
    margin-bottom: 40px; }
  .ht-grid:before, .ht-grid:after {
    display: table;
    content: ""; }
  .ht-grid:after {
    clear: both; }
  .ht-grid .ht-grid-col {
    float: left; }
  .ht-grid .ht-grid-12 {
    width: 100%; }
  .ht-grid .ht-grid-11 {
    width: 91.666%; }
  .ht-grid .ht-grid-10 {
    width: 83.333%; }
  .ht-grid .ht-grid-9 {
    width: 75%; }
  .ht-grid .ht-grid-8 {
    width: 66.666%; }
  .ht-grid .ht-grid-7 {
    width: 58.333%; }
  .ht-grid .ht-grid-6 {
    width: 50%; }
  .ht-grid .ht-grid-5 {
    width: 41.666%; }
  .ht-grid .ht-grid-4 {
    width: 33.333%; }
  .ht-grid .ht-grid-3 {
    width: 25%; }
    @media screen and (max-width: 720px) {
      .ht-grid .ht-grid-3 {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .ht-grid .ht-grid-3 {
        width: 100%; } }
  .ht-grid .ht-grid-2 {
    width: 16.666%; }
    @media screen and (max-width: 800px) {
      .ht-grid .ht-grid-2 {
        width: 33.333%; } }
    @media screen and (max-width: 600px) {
      .ht-grid .ht-grid-2 {
        width: 50%; } }
    @media screen and (max-width: 400px) {
      .ht-grid .ht-grid-2 {
        width: 100%; } }
  .ht-grid .ht-grid-1 {
    width: 8.333%; }
    @media screen and (max-width: 800px) {
      .ht-grid .ht-grid-1 {
        width: 16.666%; } }
    @media screen and (max-width: 600px) {
      .ht-grid .ht-grid-1 {
        width: 25%; } }
    @media screen and (max-width: 400px) {
      .ht-grid .ht-grid-1 {
        width: 33.333%; } }
  @media screen and (max-width: 620px) {
    .ht-grid .ht-grid-11,
    .ht-grid .ht-grid-10,
    .ht-grid .ht-grid-9,
    .ht-grid .ht-grid-8,
    .ht-grid .ht-grid-7,
    .ht-grid .ht-grid-6,
    .ht-grid .ht-grid-5,
    .ht-grid .ht-grid-4 {
      width: 100%; } }
