.user_invite_request_text span.hint::after {
  white-space: pre;
  content: '\a\a
Almost all applications that fill out the application fully will be\a
accepted, so dont be shy.\a
\a
Please construct your registration request message carefully. We expect\a
thoughtful detailed answers, not a single word. We ask these questions\a
for a reason. With that said if your registration is denied due to lack\a
of information you are welcome to re-apply and your application will be\a
considered again if more information is provided.\a
\a
Be sure to answer the following questions with an appropriate level of\a
detail. Aside from yes/no questions a few sentences, a short paragraph\a
will do.\a
\a
1) Have you read all of the server rules and understand them (yes or\a
no)? They can be found here: https://qoto.org/about/more\a
\a
2) Are you opening an account here primarily to promote a commercial\a
service or product (yes or no?)?\a
\a
3) Tell us about your STEM interests and what sorts of projects or work\a
you are involved in and the type of STEM topics you would like to post\a
about?\a
\a
4) How did you hear about QOTO and why would you like to join our\a
community as opposed to one of the many other Mastodon instances?'
}

.poll__chart {
    background: #2b90d9!important;
}

.status a[href^='https://qoto.org/'] .display-name::after {

font-size:12px!important;

height:20px!important;

display:block!important;

white-space:pre!important;text-overflow:ellipsis!important;

color:#c70039!important;

padding-left:20px!important;

background: url('https://qoto.org/favicon.ico'),linear-gradient(90deg,#ffc300,transparent)!important;

background-repeat:no-repeat,no-repeat!important;

text-shadow:#ffffff 1px 1px,#ffffff -1px -1px,#ffffff -1px 1px,#ffffff 1px -1px,#ffffff 0 1px,#ffffff 0 -1px,#ffffff -1px 0,#ffffff 1px 0!important;

}

.status__display-name[href^='https://qoto.org/'].muted::after,  .notification__display-name[href^='https://qoto.org/']::after {

font-size:12px!important;

height:20px!important;

display:inline!important;

white-space:pre!important;

text-overflow:ellipsis!important;

color:#c70039!important;

padding:0 16px 0 20px!important;

margin:0!important;

background: url('https://qoto.org/favicon.ico'),linear-gradient(90deg,#ffc300 84%,transparent)!important;

background-repeat:no-repeat,no-repeat!important;

text-shadow:#ffffff 1px 1px,#ffffff -1px -1px,#ffffff -1px 1px,#ffffff 1px -1px,#ffffff 0 1px,#ffffff 0 -1px,#ffffff -1px 0,#ffffff 1px 0!important;

opacity:0.4!important;

}

.drawer__inner__mastodon {
    background: unset;
}

.compose-form:after {
    content: unset;
}

img[alt^=":sticker_"] {
  width: 128px !important;
  height: 128px !important;
}
 
div.emoji-mart-category > span[title^=":sticker_"] > span {
  width: 120px !important;
  height: 120px !important;
}
 
.emoji-mart-emoji[title^=":sticker_"]:hover::before {
  border-radius: 10px !important;
}
 
span.reactions-bar__item__emoji > img[alt^=":sticker_"] {
  width: 16px !important;
  height: 16px !important;
}


.status__content ul, .status__content ol {
    margin-bottom: 5px;
}

.status__content.rich-blocks .poll ul {
    list-style-type: none;
}

.status__content blockquote {
    margin-top: 20px;
}

.status__content h1, .status__content h2, .status__content h3, .status__content h4, .status__content h5, .status__content h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.status__content.rich-blocks h1 {
    font-size: 150%;
}

.status__content.rich-blocks h2 {
    font-size: 145%;
}

.status__content.rich-blocks h3 {
    font-size: 140%;
}

.status__content.rich-blocks h4 {
    font-size: 135%;
}

.status__content.rich-blocks h5 {
    font-size: 130%;
}

.status__content.rich-blocks h6 {
    font-size: 125%;
}

.compose-form .autosuggest-textarea__textarea {
    resize: vertical;
}