/* decrease post edited message font size and italicize */
.labelLastEdit {font-size: 0.50em; font-style: italic;}

.linkName:not(.noEmailName)[href="mailto:sage" i]:after {
content: "SAGE!";
float: right;
color: red;
padding: 4px;
}

/*Style code segments*/
pre {
font-size: initial;
display: block;
background: #ebf8ff;
padding: 0.4em;
}


/*Count and display post number within a thread*/
.innerOP {
counter-reset: postnum -1;
}
.linkQuote:after {
color: green;
font-weight: bold;
counter-increment: postnum 1;
content: " #" counter(postnum);
}

body {
font-size: larger;
}

#labelMaxFileSize:after {
content: ' (367,000,000 Bytes)';
}

/*Fix squished thumbnails*/
.uploadCell img {
height: auto;
width: auto;
}

.labelLastEdit {
  display: none !important;
}
