/*-------------------------------------------------------------------------*/
/* Private message: compose
/*-------------------------------------------------------------------------*/
#pm_spot {
	width: 100%;
	padding: 0;
}

#pm_spot table {
	margin-top: -1rem;
}

#pm_spot table tbody {}

#pm_spot table tbody tr {
	display: block;
}

#pm_spot table tbody tr td {
	width: 100%;
	display: block;
	padding: 0 !important;
}

#pm_spot table tbody tr td + td + td {
	width: auto;
	top: 0;
	right: 0;
	position: absolute;
}

#pm_spot table tbody tr td label {
	margin: 1rem 0 0.5rem 0;
	display: block;
}

#pm_spot table tbody tr td input[type='text'] {
	width: 100%;
}

#pm_spot table tbody tr td span[id] {}

/* Compose: Autocomplete
/*----------------------------------------------------------*/
#pm_username_autocomplete {
	border-color: #7cd052;
	background-color: #000;
}

#pm_username_autocomplete a {
	border-color: #7cd052;
} #pm_username_autocomplete a:hover {}

#pm_username_autocomplete a b {
	color: #000;
	background-color: #7cd052;
}