<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tplForumGroupList .image {
	width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin: 0px 0px 10px 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.avatar {
	width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin: 0px 0px 10px 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* 
.qsForumNew #EditorZone table {
     width: 740px !important;
     background: red;
}

.forum .title
{
	margin:0px;
	padding:0px;	
	text-decoration: none;
	border: 0px;

}

.forum h1.title
,.forum h1.title a
,.forum h1.title a:link
,.forum h1.title a:visited
{
	font-size: 1.1em;
}

.forum h1.title
{
	margin-bottom:5px;
}

.forum h2.title
,.forum h2.title a
,.forum h2.title a:link
,.forum h2.title a:visited
{
	font-size: 1em;
}
.forum h2.title
{
	margin-bottom:5px;
}

.forum .list
{
	width:100%;
}
.forum .list tr.row td
{
	vertical-align:top;
	padding: 10px 5px;
}

.forum .title
{
	font-weight:bold;
                   color: #FFFFFF;
}

.forum .list tr.title
{
	background-color: #0068B4;
}
.forum .list tr.title td
{
	height:30px;
	line-height:30px;
	vertical-align: top;
	font-weight: bold;
                  padding-left: 5px;
}
.forum .list tr.row td
{
	vertical-align: top;
	padding: 20px 5px;
         background-color: dee7ef;
}

.forum .list tr.alt td
{
	background-color: #DEE6F6;
}

.forum .creator
{
	font-size: 0.85em;
}
.forum .creator .date
{
	display: block;
}


.forum .group .image img
{
	border:5px solid #0068B4;
	width:100px;
}

.forum .group .list
{

}
.forum .group .list .row
{
	width:100%;
	padding-bottom: 20px;
}

.forum .group .image
{
	width: 120px;
}
.forum .group .title-container
{
	padding-right:10px;
}
.forum .group .last-topic
{
	width: 170px;
	padding-right:5px;
}
.forum .group .stat 
{
	width: 100px;	
}
.forum .group .stat span
{
	font-size: 0.85em;
}

.forum .group .stat .value
{
	font-weight:bold;
}

.forum .topic 
{
}

.forum .topic .title-container
{
	padding-right:10px;
}

.forum .topic .stat 
{
	width: 80px;
	text-align:right;
	padding-right:10px;	
}
.forum .topic .last-message
{
	width: 200px;
	padding-right:5px;
}

.forum .topic .stat 
{
	width: 80px;
}

.forum .topic .actions
{
	height: 30px;
	line-height: 30px;
                    background-color: #0068B4;
                   color: #FFFFFF;
	
}
.forum .topic .actions .label
{
	font-weight:bold;

}

.forum .topic .actions .action-limit
{
	width:40%;
	float:left;
	
}
.forum .topic .actions .action-sort
{
	width:40%;
	float:left;
}
.forum .topic .actions .action-button
{
	width:20%;
	text-align:right;
	float:left;
}

.forum .topic .new-topic
{
	text-align:right;
	margin: 20px 10px;
}


.forum .message .date
{
	height:30px;
	font-size: 0.85em;
	font-weight: bold;
	text-align: right;
}
.forum .message .new-message
{
	text-align:right;
	margin: 20px 10px;
}

.forum .message .creator-container
{
	width: 130px;
	text-align:center;
}

.forum .message .sendmessage
{
         float: left;
         margin-right: 20px;
         width: 100px;
         background-color:FFFFFF;
         text-align: center;
         border: 1px solid #0068B4;
}
.forum .message .sendalert
{
         float: left;
         width: 135px;
         background-color:FFFFFF;
         text-align: center;
         border: 1px solid #0068B4;
}
*/</pre></body></html>