@import url("abbc3.css?hash=5c746ced");
@import url("imageset.css?hash=3a7fafb1");
@import url("../../bootlike/theme/custom.css?hash=48eb3f89");
@import url("../../bootlike/theme/bootstrap.min.css?hash=1034bac8");

div.row-item {
	min-height: 65px;
}

.container-fluid.row-item {
	background-color: rgba(0,0,0,.05);
}

a {
	text-decoration: none;
}

.lead {
	font-weight: 400;
}

.card-header {
	font-weight: 600;
}

.page-link {
	color: #6c757d;
}

.page-item.active > .page-link{
	background-color: #6c757d;
	border-color: #6c757d;
}

.page-link:hover {
	color: #5c636a;
}

.little-logo {
	max-height: 48px;
}

.btn-primary.text-muted {
	color: darkgrey!important;
}

.row .navbar.top {
	padding-left: 12px;
	padding-right: 12px;
}

.hidden-folder {
	padding-left: 68px!important;
}

.watch-topic-link .fa-square-o::before, .fa-square-o::before {
	/*font-family: FontAwesome;*/
	content: '\f046'!important;
}

.watch-topic-link .fa-check-square-o::before, .fa-check-square-o::before {
	/*font-family: FontAwesome;*/
	content: '\f096'!important;
}

@media only screen and (max-width: 640px) {
  .postbody-before {
    display: block!important;
  }
  .postbody-before>.ms-2 {
	margin-top: 10px!important;
    margin-left: 0!important;
  }
}