
* {
	margin: 0px;
}

html, body {
	font-family: 'Prompt', sans-serif;

	font-size: 13px;
	background-color: #191a1c;
	color: #CCCCCC;
	cursor: default;
	
	scrollbar-color: #656565 #242424;
	scrollbar-width: thin;
}

img {
	user-select: none;
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

a {
	color: #888888;
	text-decoration: none;
}

pre {
	font-family: 'Prompt', sans-serif;
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: break-word;	
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #242424;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #656565;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: pointer;
}

input[type='text'], input[type='password'] {
	border: 1px solid #444444;
	padding: 10px;
	background-color: #282828;
	color: #6189dc;
	font-size: 14px;
	width: 220px;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

input[type='text']:hover {
	border: 1px solid #6189dc;
	/*background-color: #303030;*/
}

input[type='password']:hover {
	border: 1px solid #6189dc;
	/*background-color: #303030;*/
}

input[type='text']:active {
	border: 1px solid #6189dc;
}

input[type='password']:active {
	border: 1px solid #6189dc;
}

textarea {
	border: 1px solid #444444;
	background-color: #323232;
	color: #dddddd;
	
	display: block;
	width: 100%;
	
	min-height: 250px;
	resize: vertical;
	
	padding: 10px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	overflow-y: scroll; overflow-x: hidden;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

textarea:hover {
	border: 1px solid #6189dc;
}

textarea:active {
	border: 1px solid #6189dc;
}

::-webkit-resizer {
	border: 1px solid #444444;
        background: #656565;
}

select {
	width: 130px;
	padding: 10px;
	background-color: #323232;
	color: #6189dc;
	font-size: 14px;
	border: 1px solid #444444;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

select:hover {
	cursor: pointer;
	border: 1px solid #6189dc;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

input[type='submit'] {
	border: 1px solid #444444;
	padding: 10px;
	background-color: #323232;
	color: #6189dc;
	font-size: 14px;
	width: 140px;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

input[type='submit']:hover {
	cursor: pointer;
	border: 1px solid #6189dc;
}

input[type='submit']:active {
	border: 1px solid #6189dc;
	background-color: #292929;
}

input[type='submit']:disabled {
	border: 1px solid #444444;
	background-color: #292929;
	color: #444444;
}

input[type='reset'] {
	border: 1px solid #444444;
	padding: 10px;
	background-color: #323232;
	color: #6189dc;
	font-size: 14px;
	width: 140px;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

input[type='reset']:hover {
	cursor: pointer;
	border: 1px solid #6189dc;
}

input[type='reset']:active {
	border: 1px solid #6189dc;
	background-color: #292929;
}

input[type='button'] {
	border: 1px solid #444444;
	padding: 10px;
	background-color: #323232;
	color: #6189dc;
	font-size: 14px;
	width: 140px;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

input[type='button']:hover {
	cursor: pointer;
	border: 1px solid #6189dc;
}

input[type='button']:active {
	border: 1px solid #6189dc;
	background-color: #292929;
}

input[type='button']:disabled {
	border: 1px solid #444444;
	background-color: #292929;
	color: #444444;
}

button {
	border: 1px solid #444444;
	padding: 10px;
	background-color: #323232;
	color: #6189dc;
	font-size: 14px;
	width: 140px;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

button:hover {
	cursor: pointer;
	border: 1px solid #6189dc;
}

button:active {
	border: 1px solid #6189dc;
	background-color: #292929;
}

.fileUploadButton {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.fileUploadButton + label {
	border: 1px solid #444444;
	padding: 8px;
	background-color: #323232;
	color: #6189dc;
	font-size: 14px;
	width: 160px;
	display: inline-block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.fileUploadButton:focus + label,
.fileUploadButton + label:hover {
	cursor: pointer;
	border: 1px solid #6189dc;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.fileUploadButton:active + label {
	border: 1px solid #6189dc;
	background-color: #292929;
}

.a-hover,
a:hover {
	color: #ffffff;
	cursor: pointer;
}

.shadow {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.nonselect {
	user-select: none;
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.body-wrapper {
	min-width: 800px;
	min-height: 100vh;
	display: flex;
	flex-direction: row;
}

.header-item-container {
	height: 100px;
	flex-direction: row;
}

.header-left {
	flex: 1 1 400px;
}

.header-right {
	flex: 0 0 180px;
	padding-right: 30px;
	font-size: 40px;
	line-height: 100px;
	height: 100px;
	text-align: right;
}

.footer-wrapper-fixed {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 100%;
	background-color: #191919;
	border-top: 1px solid #444444;
	color: #888888;
	z-index: 100;
	
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
}

.footer-wrapper-fixed:hover {
	cursor: default;
}

.footer-wrapper-left {
	float: left;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	width: 290px;
}

.footer-wrapper-center {
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	width: 300px;
}

.footer-wrapper-right {
	text-align: right;
	padding-right: 20px;
	height: 30px;
	line-height: 30px;
	float: right;
	width: 200px;
}

.wrapper-main-content {
	display: flex;
	flex-direction: row;
	height: 100%;
}

.wrapper-right-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.header-wrapper {
	display: flex;
	flex-direction: row;
	flex: 0 0 100px;
	
	background-color: #191919;
	
	border-bottom: 1px solid #444444;
}

.right-box {
	background-color: #282828;
	border: 1px solid #444444;	
}

.right-box-title {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background-color: #202020;
}

.right-box-content {
	padding: 10px 10px 10px 10px;
}

.right-box-top-margin {
	margin-top: 20px;
}

.right-box-bottom-margin {
	margin-bottom: 20px;
}

.right-content-wrapper {
	display: flex; 
	flex-direction: column; 
	width: 100%; 
	padding: 0px 40px 40px 40px;
	min-height: 500px;
	min-width: 503px;
	max-width: 1500px;
	margin: 0px auto;
}

.extra-menu-top-forums {
	background-color: #303030;
	text-align: center;
	border-bottom: 1px solid #444444;
	padding: 9px;
	color: #dddddd;
	font-size: 14px;
}

.right-box-title-login {
	font-size: 16px;
	border-bottom: 1px solid #444444;
}

.right-box-title-login span {
	margin-left: 10px;
}

.right-box-title-reset {
	font-size: 16px;
	border-bottom: 1px solid #444444;
}

.right-box-title-reset span {
	margin-left: 7px;
}

.login-box {
	width: 500px;
	margin: 0px auto;
	margin-top: 70px;
}

.login-box-data {
	width: 242px;
	margin: 0px auto;
}

.login-box-input {
	margin-top: 5px;
}

.login-box-output-wrapper {
	display: flex;
	flex-direction: row;
	margin-top: 5px;
	margin-top: 20px;
}

.reset-create-account-extra {
	height: 40px;
	line-height: 40px;
}

.login-box-reset {
	flex: 1;
}

.login-box-login-button {
	flex: 1;
	text-align: right;
}

.login-box-content {
	padding: 20px;
	border-top: 1px solid #222222;
}

.login-status-code-box {
	border: 1px solid #444444;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #323232;
}

.login-status-code-box-error {
	color: #dc6161;
}

.login-status-code-box-ok {
	color: #61dc84;
}

.login-box-reset span {
	margin-left: 10px;
}

.selected-image-info {
	padding: 8px 10px;
	border: 1px solid #444444;
	background-color: #282828;
}

.selected-image-rules {
	padding: 10px;
	background-color: #282828;
}

.image-upload-form {
	flex: 1;
}

.image-reset-form {
	flex: 0 0 130px;
	text-align: right;
}

.settings-box-container {
	padding: 10px;
}

.profile-box-content {
	padding: 20px;
	border-top: 1px solid #222222;
}

.settings-box-container-title {
	padding-bottom: 10px;
	color: #61dc84;
}

.ca-box-eula {
	margin-top: 20px;
	height: 15px; line-height: 15px;
}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #282828;
  border: 1px solid #444444;
}

.checkbox-container:hover input ~ .checkmark {
  border: 1px solid #6189dc;
}

.checkbox-container input:checked ~ .checkmark {
  
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 4px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.create-account-invalid-data {
	border: 1px solid #dc6161;
}

/* Modal code; Brandon Brown*/

.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 10em;
  width: 50em;
  margin-left: -25em;
  background-color: #282828;
  border: 1px solid #444444;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header {
	padding: 10px;
	font-size: 18px;
}

.modal-content {
  padding: 20px;
  overflow-y: scroll;
  max-height: 600px;
}

.modal-header {
  position: relative;
  background-color: #282828;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #444444;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

#msgDataSaved {
	visibility: hidden;
	min-width: 400px;
	margin-left: -215px;
	background-color: #61dc84;
	
	color: #000000;
	text-align: center;
	border-radius: 20px;
	padding: 16px;
	position: fixed;
	z-index: 100;
	left: 50%;
	bottom: 60px;
}

#msgDataSaved.show {
	visibility: visible; /* Show the snackbar */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#msgError {
	visibility: hidden;
	min-width: 400px;
	margin-left: -215px;
	background-color: #dc6161;
	
	color: #000000;
	text-align: center;
	border-radius: 20px;
	padding: 16px;
	position: fixed;
	z-index: 100;
	left: 50%;
	bottom: 60px;
}

#msgError.show {
	visibility: visible; /* Show the snackbar */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 60px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 60px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 60px; opacity: 1;} 
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 60px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

/* viewprofile */

.profile-box-content {
	border-top: 1px solid #222222;
	min-width: 750px;
	padding: 0px;
}

.view-profile-avatar {
	flex: 0 0 100px;
	border-right: 1px solid #444444;
	padding: 20px;
}

.view-profile-avatar img {
	width: 100px;
	height: 100px;
	/*border-radius: 50%;*/
}

.view-profile-top-wrapper {
	display: flex;
	flex-direction: row;
}

.view-profile-wrapper-content {
	flex: 1;
	padding-left: 20px;
	padding-top: 10px;
	border-left: 1px solid #222222;
}

.view-profile-content-wrapper {
	
}

.view-profile-content-header {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background-color: #202020;
	padding: 10px;
	padding-left: 20px;
}

.view-profile-content {
	padding: 20px;
}

.profileContent-bbcode-bar {
	padding: 4px;
	border-top: 1px solid #444444;
}

.bbcode-bar-title {
	height: 20px;
	padding-left: 3px;
	display: inline-block;
}

.bbcode-bar-button {
	padding: 5px;
	min-width: 20px;
	display: inline-block;
	text-align: center;
	border: 1px solid #444444;
	background-color: #323232;
}

.bbcode-bar-button:hover {
	cursor: pointer;
	border: 1px solid #6189dc;
}

.bbcode-bar-button:active {
	background-color: #292929;
	color: #6189dc;
}

.codebinmanager-entry-wrapper {
	display: flex;
	flex-direction: row;
	border-top: 1px solid #303030;
	justify-content: center;
	align-items: center;
}

.codebinmanager-icon {
	flex: 0 0 20px;
	text-align: center;
	padding: 5px;
}

.codebinmanager-entry-wrapper a:hover {
	color: #ffffff;
}

.codebinmanager-entry-wrapper:hover {
	background-color: #2b2b2b;
}

.codebinmanager-text {
	flex: 1;
	padding-left: 5px;
}

.codebinmanager-delete {
	flex: 0 0 20px;
	text-align: center;
}

.href-button-xmanager {
	border: 1px solid #444444;
	text-align: center;
	flex: 0 0 20px;
	margin-right: 10px;
}

.href-button-xmanager:hover {
	border: 1px solid #6189dc;
}

/* Filemanager */
.filemanager-entry-wrapper {
	display: flex;
	flex-direction: row;
	border-top: 1px solid #303030;
	justify-content: center;
	align-items: center;
	padding-top: 1px;
}

.filemanager-entry-wrapper-last {
	border-bottom: 1px solid #303030;
}

#filemanager-entry-wrapper:hover {
	background-color: #2b2b2b;
}

#filemanager-entry-wrapper:hover #filemanager-text  {
	color: #6189dc;
}

.filemanager-text {
	flex: 1;
	padding-left: 5px;
}

.filemanager-icon {
	flex: 0 0 20px;
	text-align: center;
	padding: 5px;
}

.filemanager-delete {
	flex: 0 0 20px;
	text-align: center;
}

.cbmanager-dateposted {
	flex: 0 0 auto;
	height: 20px;
	margin: 5px;
	width: 130px;
}

.filemanager-upload-wrapper {
	margin-top: 10px;
	font-size: 12px;
}

.filemanager-upload-rules {
	padding-top: 5px;
	padding-bottom: 5px;
	flex: 0 0 160px;
}

.file-manager-upload-buttons {
	text-align: right;
	flex: 1;
}

.filemanager-upload-container {
	display: flex;
	flex-direction: row;
	margin-top: 5px;
}

.copy-button {
	
}

ul {
	padding-left: 25px;
}

li {
	list-style-type: square;
	margin: 3px 0;
}

/* about */
.about-top-bar {
	padding: 10px;
	border-top: 1px solid #181818;
}

.about-top-bar-button {
	border: 1px solid #444444;
	padding: 10px;
	display: inline-block;
}

.about-top-bar-button:hover {
	background-color: #333333;
	cursor: pointer;
	color: #6189dc;
}

.about-privacy-entry {
	margin-top: 20px;
}

.about-privacy-entry p {
	padding-top: 5px;
	padding-bottom: 5px;
}

h1, h2, h3 {
	color: #6189dc;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

.about-cookies-consent-wrapper {
	
}

.about-cookies-consent-wrapper p {
	margin-top: 10px;
}

.consent-button-wrapper {
	margin-top: 20px;
}

.article-content {
	padding: 20px;
}

.message-center-message-wrapper {
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.message-center-message-wrapper:hover {
	cursor: pointer;
	background-color: #333333;
}

.message-center-message-wrapper-a {
	flex: 1;
}

.message-center-message-wrapper-b {
	text-align: center;
	flex: 1;
}

.message-center-message-wrapper-c {
	text-align: right;
	flex: 1;
}

.messagecenter-read-message-wrapper {
	display: flex;
	flex-direction: row;
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #222222;
}

.messagecenter-read-message-avatar {
	flex: 0 0 150px;
	padding: 10px;
	text-align: center;
}

.messagecenter-read-message-content {
	flex: 1;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	border-left: 1px solid #444444;
}

.admin-user-details {
	margin-top: 20px;
}

.admin-user-details table {
	border-collapse: collapse;
	border: 1px solid #444444;
	text-align: left;
}

.admin-user-details th {
	padding: 5px;
	background-color: #222222;
	border-bottom: 1px solid #444444;
}

.admin-user-details td {
	padding: 5px 20px;
	border-left: 1px solid #444444;
}

.hidelement {
	display: none;
}

.user-reports-entry-wrapper {
	display: flex;
	border-bottom: 1px solid #444444;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 800px;
}

.user-reports-entry-wrapper div {
	word-break: break-word;
}

.user-reports-entry-container {
	flex: 1;
	padding: 5px 0px;
}

.ur-header {
	background-color: #222222;
	flex: 1;
}

.ur-a {
	flex: 0 0 150px;
}

.ur-b {
	flex: 0 0 150px;
}

.ur-c {
	flex: 1;
	text-align: left;
	padding: 10px 10px;
}

.ur-d {
	flex: 0 0 220px;
	padding: 5px 3px;
}

.warnings-wrapper {
	display: flex;
	text-align: center;
	padding: 5px 0px;
}

.warnings-header {
	background-color: #222222;
}

.warnings-a {
	flex: 1;
}

.warnings-b {
	flex: 1;
}

.warnings-c {
	flex: 1;
}

.textarea-div {
	border: 1px solid #444444;
	background-color: #323232;
	color: #dddddd;
	
	display: block;
	width: 100%;
	
	min-height: 250px;
	resize: none;
	
	padding: 10px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	overflow-y: scroll; overflow-x: hidden;
	
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.textarea-div:hover {
	border: 1px solid #6189dc;
}

.textarea-div:active {
	border: 1px solid #6189dc;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #222222;
  border: 1px solid #444444;
 
  margin-left: -80px;
  z-index: 1;
  padding: 10px;
}

.color-button {
	border: 1px solid #222222;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.color-button:hover {
	border: 1px solid #6189dc;
}

.smiley-button {
	border: 1px solid #222222;
	display: inline-block;
	padding: 2px;
}

.smiley-button:hover {
	border: 1px solid #6189dc;
}

.latest-posts-wrapper {

}

.latest-posts-title {
	background-color: #1d1d28;
	padding: 10px;
	font-size: 14px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

.latest-posts-title a {
	color: #cccccc;
}

.latest-posts-title a:hover {
	color: #ffffff;
}

.pm-button {
	padding: 5px;
	display: inline-block;
	text-align: center;
	width: 100px;
	border: 1px solid #262626;
}

.pm-button:hover {
	cursor: pointer;
	background-color: #202020;
	border: 1px solid #6189dc;
}

.pm-button:active {
	color: #6189dc;
}

.userlist-container {
	border-top: 1px solid #303030;
}
			
.userlist-entry {
	background-color: #282828;
	color: #cccccc;
	padding: 5px;
	border-bottom: 1px solid #303030;
}
				
.userlist-entry:hover {
	background-color: #2a2b2e;
}
			
.userlist-item {
	display:inline-block;
}
			
