.form-control-inline {
  min-width: 0;
  width: auto;
  display: inline;
}
#sidebar {
  background-color: #f1f1f1;
  min-height: 400px;
}
#sidebar a {
  display: block;
}
#menubar {
  height: 50px;
  text-align: center;
}
#menubar a {
  padding: 5px;
}
#content {
  background-color: #f3f3f3;
  min-height: 400px;
}
#footer {
  text-align: center;
}
#scrolltop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
}
.small {
  font-size: 85%;
}
.taglink {
  padding: 5px;
}
.nick {
  font-weight: bold;
}
.date {
  font-weight: normal;
  font-style: italic;
  font-size: smaller;
}
.act_hidden {
  display: none;
}
.menugroup {
  /*.act_unread{
		list-style-image: url('../img/sq_gray_up.png');
		&.expanded{
			list-style-image: url('../img/sq_gray_down.png');
		}
	}
	.act_alert{
		list-style-image: url('../img/sq_red_up.png');
		&.expanded{
			list-style-image: url('../img/sq_red_down.png');
		}
	}
	.act_warning{
		list-style-image: url('../img/sq_yellow_up.png');
		&.expanded{
			list-style-image: url('../img/sq_yellow_down.png');
		}
	}
	.act_ok{
		list-style-image: url('../img/sq_blue_up.png');
		&.expanded{
			list-style-image: url('../img/sq_blue_down.png');
		}
	}*/
}
.menugroup .active-group {
  background: lightblue;
}
.menugroup .active-group-act {
  background: lightcyan;
  margin-left: 20px;
}
.menugroup .active-group-act.expanded:before {
  content: '• ';
}
.reply_form {
  display: none;
}
pre {
  word-break: normal;
}
