<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compose {
    height: 206px;
    top: 110px;
    left: 492px;
}

.compose .compose-contents {

}

.compose .row {
    margin: 10px;
}

.compose .success {
	display: none;
	padding: 6px;
}

.compose .row textarea {
    width: 164px;
    font-size: 11px;
    padding: 2px;
    height: 50px;
    width: 266px;
}

.compose .title {
    white-space: nowrap;
    overflow: hidden;
    width: 278px;
    text-overflow: ellipsis;
    margin-top: 0;
}</pre></body></html>