<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 769px) {
  .sidebar {
    padding-right: 10px;
    margin-right: 10px;
  }
  .nav.nav-tabs &gt; h4{
  	margin: 0px 0px;
  	padding: 10px 15px;
  }
  .nav.nav-tabs &gt; h4:after{
  	content: '';
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	right: 0px;
	height: 2px;
  	background-color: #F06292;
  }
}
body{
	line-height: 1.5;
	word-break:break-all;
}
.media-left, .media &gt; .pull-left{
	padding-right: 15px;
}
.well{
	padding: 10px;
}
.page-container{
	padding: 15px 15px;
	padding-bottom: 60px;
}
.panel{
	margin-bottom: 10px;
}
.feedContainer .list-inline &gt; li{
	padding-right: 8px;
}
.register .uploadify {
    position: relative;
    margin-bottom: 1em;
	left: 31%;
}
.register .uploadify-button{
	border-radius: 50%;
} 
.register .swfupload{
	left: 0px;
}
.editor .uploadify-button{
	background-image: url('../images/uploadify/pic.png') !important;
	background-size:18px 18px;
}
#editorPicContainer img{
	vertical-align: top;
	margin: 0px 2px;
	cursor: pointer;
}
.feedPics img{
	margin: 2px;
    vertical-align: top;
}
.feedPics img.big{
    max-width: 550px;
}
.feedPics img.small{
    max-width: 110px;
}
.feedContent{
	margin: 5px 0px;
	font-size: 14px;
}
li.media .media-body.new{
	border-bottom: 1px solid #BADABC;
}
.feedContent p{
	margin: 0px;
}
.comments .form-group{
	margin-bottom: 5px;
}
.comments .row.editor{
	margin-bottom: 5px;
}
.feedContainer .media-left img{
	width: 50px;
	height: 50px;
}
.feedContainer .well .media-left img{
    width: 40px;
    height: 40px;
}
.feedContainer .comments .media-left img{
    width: 40px;
    height: 40px;
}
.feedContainer .comments .media-body .well{
	border: 0px;
	border-left: 2px solid #ddd !important;
	border-radius: 0px;
	padding: 5px;
}
.feedContainer .comments .media-body .well.new{
    border-bottom: 1px solid #BADABC;
}
.feedContainer .comments .row.bar{
	margin-top:10px;
}
.feedContainer .comments .btn-labeled.btn-xs.btn-labeled-right{
	padding-left: 10px;
}
.comments .content-group{
	margin-bottom: 0px !important;
}
.list-inline-separate &gt; li.text-size-mini{
	font-size:12px;
}
.feedSingle .well.comment{
	border: 0px;
	border-left: 1px solid #ddd;
}
.iNew .media-body{
	border-bottom: 1px solid #F06292;
}
span.deleted{
	font-size: 90%;
	color: #555;
}
.zzlink.user .badge,.bigHeader .badge{
	position: absolute;
	right: 8px;
	top: 8px;
}
.comments .zzlink.user .badge{
    right: 8px;
    top: 0px;
	padding: 0px 4px 0px 4px;
}
img{
    max-width: 100%;
}
</pre></body></html>