[DESCRIPTION]

QTextBrowser {
	background-color: transparent;
	font-size: 20px;
	color: white;
	font-family: Ubuntu Light;
	border-radius: 0px;
	border-color: transparent;
}

[SERVER LIST]

QListView::item { padding-left: 0px; }

QListView {
	background-color: transparent;
                font-weight: bold;
	border-radius: 0px;
	border-color: white;
	font-family: FOT-Comet Std B;}

}

QListWidget {
	border-spacing: 0px;
	border-radius: 0px;
                border-style: none;
	border-color: transparent;
	font-size: 16px;
                font-weight: bold;
	font-family: FOT-Comet Std B;
	color: white;
}

[CHAT BOX]

QTextBrowser {
	background-color: transparent;
	color: white;
	font-size: 16px;
	font-family: Ubuntu Medium;
	color: white;
	border-radius: 0px;
	border-color: transparent;
}

[END]