@font-face {
    font-family: 'groboldregular';
    src: url('../fonts/grobold-webfont.woff2') format('woff2'),
         url('../fonts/grobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BackIssues';
    src: url("../fonts/BackIssuesBB_reg.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BackIssues';
    src: url("../fonts/BackIssuesBB_ital.ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BackIssues';
    src: url("../fonts/BackIssuesBB_boldital.ttf");
    font-weight: bold;
    font-style: italic;
}

html,body {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: .8;
}

h1 {
    text-decoration: none;
    display: inline-block;
}

h1 img {
    max-width: 240px;
}

hr {
    clear: both;
}

.adl-box {
    overflow: hidden;
}

#userTokensSelectorPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 24px;
    max-width: calc(100% - 64px);
    background-color: #ffffff;
    border: 1px solid #999999;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    text-align: center;
    z-index: 21;
}

.bgImageBox {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.glassBox {
    background-color: transparent;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.comicbook-container {
    display: inline-block;
    height: 324px;
    width: 212px;
    background-size: cover;
    background-position: center;
    margin: 6px;
    border: 1px solid #999999;
    border-radius: 3px;
    position: relative;
}

.comicBookInnerHidden {
    display: none;
}

a .comicBookInnerHidden {
    color: #000000;
}

.comicbook-container:hover .comicBookInnerHidden {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 6px;
    width: calc(100% - 12px);
    background-color: rgba(255,255,255,0.5);
    backdrop-filter: blur(24px) saturate(1.75);
}

.comicBookInnerHiddenDesc {
    font-size: 0.8em;
    font-weight: 200;
    margin: 6px 0px;
}

.comicBookInnerHiddenMeta {
    font-size: 0.8em;
}

#comicMakerCanvas {
    position: sticky;
    top: 0;
    z-index: 20;
}

.comicMakerTokenSelector {
    height: 64px;
    width: 64px;
    border: 1px solid #999999;
    cursor: pointer;
    margin: 6px !important;
}

.comicMakerTextInput {
    width: calc(100% - 12px);
}

#searchToggleTop:hover {
    opacity: .8;
}

#generatingAssetsComicMaker {
    color: #ff0000;
    font-weight: bold;
    margin: 12px 0px;
    display: none;
}

#captureArea {
    display: none;
    text-align: left;
}

.podcastEpisodeListingItem {
    margin-bottom: 24px;
}

.podcastEpisodeListingTitle {
    margin: 0px;
    padding: 0px;
}

.podcastEpisodeListingDate {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.podcastEpisodeListingDescription {
    margin: 0px;
    padding: 0px;
}

#cameraCaptureVideo, #pictureCapturePreview {
    border: 1px solid #888888;
    margin: 6px;
    width: calc(100% - 12px);
    display: block;
}

#pictureCapturePreview {
    display: none;
}

/*
.searchOpened {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 6px;
    margin: 0px 12px 0px 0px;
}
*/

#searchToggleTop {
    cursor: pointer;
    font-size: 1.6em;
    position: relative;
    top: 7px;
}

#searchHolder {
    display: inline;
}


.searchClosed #topSearchBox {
    display: none;
}

#topSearchBox {
    display: inline;
    width: 180px;
    /*
    background: transparent;
    outline: none;
    font-size: .8em;
    border: none;
    font-weight: bold;
    */
}

form progress, .picsProgress {
    display: none;
}

.fakeInputButton {
    cursor: pointer;
}

.fakeInputButton:hover {
    opacity: 0.8;
}

.blogReadMore {
    margin-top: 12px;
}

.toolboxitemNonOverflow {
    font-size: 1.1em;
    margin-left: 6px;
}

.maintoolboxExpandButton {
    margin-left: 6px;
    margin-right: 0px;
}

.smGroupBox {
    margin: 12px 0px;
}

.adminPurgeSpammerButton {
    background-color: #B71C1C !important;
    color: #ffffff !important;
}

.profileTwitterLink svg {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.useractionsrow td {
    text-align: center;
}

#profileEditor textarea {
    width: calc(100% - 24px);
    height: 120px;
}

#profileEditor fieldset, .profileEditExtraField {
    margin-bottom: 12px;
}

textarea {
    display: block;
}

#newPageForm {
    margin-top: 12px;
}

#quickReplyBox {
    margin-top: 12px;
}

#newPageForm textarea {
    height: 320px;
}

#newPageForm input, #newPageForm textarea, #quickReplyForm textarea {
    margin-bottom: 12px;
}

#quickReplyForm, #newPageForm {
    text-align: right;
}

#quickReplyForm textarea {
    height: 120px;
}

nav a {
    font-weight: bold;
}

#wrapper {
    width: 90%;
    max-width: 1024px;
    margin: 24px auto;
}

header {
    position: relative;
    display: block;
}

.wrapperWithFixedHeader {
    padding-top: 170px;
}

.fixedHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid rgba(130,130,130,.2);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: rgba(255,255,255,0.8);
}

.adlDark .fixedHeader {
    background-color: rgba(34,34,34,0.8);
}

.fixedHeader h1 {
    font-size: 1.6em;
    margin: 6px 0px;
}

.pageThumbEditPreview {
    height: 24px;
    margin: 6px;
    position: relative;
    top: 12px;
}

.fixedHeader h1 img {
    max-width: 160px;
}

.bottommainlink img {
    max-width: 120px;
}

.fixedHeader #headerHolder {
    position: relative;
    width: 90%;
    max-width: 1024px;
    margin: 0px auto;
}

#pollQuestionTitle {
    padding: 0px;
    margin: 0px 0px 12px 0px;
}

.pollAnswerText {
    font-size: .8em;
    font-style: italic;
}

.pollAnswerHolder {
    width: calc(100% - 2px);
    border: 1px solid rgba(130,130,130,.2);
    height: 24px;
    position: relative;
    margin-bottom: 8px;
    border-radius: 3px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.1);
}

.pollresultmeter {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background-color: #ff0000;
}

.pollNumberReadout {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
    font-weight: bold;
}

table {
    border-collapse: collapse;
}

#topNav {
    position: absolute;
    top: calc(50% + 2px);
    right: 6px;
    transform: translateY(-50%);
    height: 40px;
    user-select: none;
}

#topNav a {
    user-select: none;
}


.fixedHeader #topNav {
    font-size: .9em;
}


.postComicTitle {
    float: right;
    font-weight: bold;
    position: relative;
    top: 7px;
    right: 8px;
}

.toolbox {
    margin: 12px 0px;
    font-size: .8em;
    text-align: right;
    user-select: none;
}

.disclaimerToolbox {
    font-size: .8em;
    opacity: .6;
}

.toolboxitem {
    margin-right: 12px;
}

.postThumbsCounter {
    margin: 0px 2px 0px 8px;
    font-weight: bold;
}

.toolboxHidables,.toolboxOverflow {
    display: none;
}

.postThumbsItem, .toolboxExpandButton {
    user-select: none;
    cursor: pointer;
}

.postThumbsItem:hover, .toolboxExpandButton:hover {
    opacity: 0.8; 
}

.postThumbsUp {
    color: #4CAF50;
}

.postThumbsDown {
    color: #f44336;
}

.forumtable {
    width: 100%;
    max-width: 1024px;
    word-wrap: break-word;
    border-collapse: separate;
    border-spacing: 0px 12px;
}



.fixedtable {
    table-layout: fixed;
}

.forumtable .numberedcell {
    text-align: center;
}

.forumtable td.nosmall, .forumtable .threadcreator {
    font-size: .8em;
}

.categoryheader {
    margin: 24px 0px 12px 0px;
    padding: 0px;
    text-align: left;
    opacity: .8;
}

.paddedheader th {
    padding: 12px 0px;
}

.categoryheader h4 {
    margin: 0px;
    padding: 0px;
}

.forumitem td {
    position: relative;
    padding: 8px;
}

.forumitem:hover, .threaditem:hover {
    background-color: rgba(122,122,122,.1);
}

.apeAppsResponsiveAdInline {
    display:inline-block;
    width: calc(100% - 12px);
    height: 90px;
    border: none;
    margin: 6px 6px 0px 6px;
}

.forumitem h3, .threaditem h3 {
    margin: 0px;
    padding: 0px;
}

.locked {
    opacity: .5;
}

.infobox {
    border: 1px solid rgba(122,122,122,.2);
    float: right;
    margin: 6px;
    padding: 12px;
    background-color: rgba(130,130,130,0.1);
    font-size: 0.9em;
    width: 220px;
}

.infobox img {
    max-width: 100%;
}

.infoBoxTitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 12px;
}

.infoboxheader {
    background-color: rgba(130,130,130,0.15);
    font-weight: bold;
    text-align: center;
    padding: 2px 6px;
    margin: 12px 0px;
}

.infoboxStat {
    display: grid;
    grid-template-columns: auto 1fr;
    margin: 9px 0px;
}

.infoboxStatLeft {
    font-weight: bold;
}

.infoboxStatRight {
    text-align: right;
}

.autoToc {
    border: 1px solid rgba(122,122,122,.2);
    display: inline-block;
    margin: 12px 0px;
    padding: 12px;
    background-color: rgba(130,130,130,0.1);
    font-size: 0.9em;
}

.autotocHeader {
    text-align: center;
    font-weight: bold;
}

.autoToc ol {
    padding-inline-start: 12px;
}

.autoToc li {
    margin: 4px 0px;
}

#notificationsDropdown,.toolboxOverflow {
    border: 1px solid rgba(122,122,122,.2);
    position: fixed;
    display: none;
    z-index: 2;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}

#moveDestinationPicker {
    display: none;
}

.podcastHolder {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 8px 12px;
}

.podcastMetaArea {
    margin: 12px 0px;
}

.podcastTitleLogo {
    grid-column: 1;
    grid-row: 1;
    margin: 0px;
    padding: 0px;
}

.podcastTitleText {
    grid-column: 1;
    grid-row: 1;
}

.podcastTitleLogo img {
    width: 240px;
}

.podcastDescription {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.profileBoxTop h2 {
    padding: 0px;
    margin: 0px 0px 12px 0px;
}

.podcastDescription h2 {
    padding: 0px;
    margin: 0px 0px 6px 0px;
}

.podcastUploadedOn {
    margin-bottom: 6px;
    font-size: 0.8em;
    opacity: 0.8;
}

.podcastYoutubeHolder iframe {
    width: 100% !important;
    height: 277px !important;
}

.postcastSubButtons {
    grid-column: 1;
    grid-row: 2;
    font-size: 0.8em;
    text-align: center;
}

.postcastSubButtonsSubscribers {
    user-select: none;
    -webkit-user-select: none;
    margin-top: 6px;
    font-size: 1.1em;
}

.postcastSubButtonsSubscribers ion-icon {
    position: relative;
    top: 2px;
}

.standardDropdownMenuInner, .toolboxOverflowHolder {
    display: table;
}

.dropdownitem {
    padding: 8px;
    text-align: left;
    position: relative;
    display: table-row;
}

.dropdownitem:hover {
    background-color: rgba(122,122,122,.1);
}

.standardDropdownMenuInner i, .toolboxOverflowHolder i {
    display: table-cell;
    padding: 6px;
}

.standardDropdownMenuInner svg {
    height: 18px;
    width: 18px;
}

#notificationsDropdown svg {
    position: relative;
    top: -9px;
}

#notificationsDropdown .notDropdownMeta {
    padding: 6px;
    display: table-cell;
}

#notificationsDropdown .standardDropdownMenuInner i {
    vertical-align: middle;
}

.toolboxOverflowHolder a {
    padding: 6px;
    display: table-cell;
}

#notificationsDropdown .notDropdownMeta {
    margin: 6px;
    display: inline-block;
}

#notificationsDropdown .notTitleHeader {
    font-weight: bold;
    font-size: 0.9em;
}

#notificationsDropdown .notifyTime {
    display: block;
    font-size: 0.7em;
    opacity: 0.6;
}

.moveDestinationItem {
    padding: 4px;
    border: 1px solid rgba(122,122,122,.2);
    margin: 6px;
    user-select: none;
    cursor: pointer;
}

.moveDestinationItem:hover {
    border: 1px solid rgba(122,122,122,.8);
}

.moveDestinationItem p {
    padding: 0px;
    margin: 0px;
}

.moveDestinationItemTitle {
    font-size: .9em;
    font-weight: bold;
}

.moveDestinationItemDescription {
    font-size: .8em;
    opacity: .6;
}

#homeHolder {
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.convoSpecialUsersHeader {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 8px;
}

.onlineUserCard {
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    border-radius: 4px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    width: 160px;
}

.onlineUserCard-avatar {
    height: 18px !important;
    width: 18px !important;
    border-radius: 18px !important;
    position: relative !important;
    top: 2px !important;
    margin-right: 6px !important;
    display: inline-block !important;
}

.onlineUserCard-username {
    font-weight: bold;
    font-size: 0.9em;
    display: inline-block;
    position: relative;
    top: -1px;
}

.onlineUserCard:hover {
    background-color: rgba(130,130,130,.2);
}

.onlineUserCard:active {
    opacity: 0.6;
}

#podcastSection {
    min-height: 64px;
}

#embeddedChatSection {
    clear: both;
    position: relative;
}

#embeddedChatSection iframe {
    border: none;
    width: 100%;
    height: 280px;
}

.lbry-iframe {
    border: none;
}

.comicBookReadoutMeta {
    font-weight: bold;
    text-align: right;
    font-size: 0.8em;
    opacity: 0.8;
}

.podcastOutputListItem {
    position: relative;
    clear: both;
}

.podcastOutputListItem img {
    height: 38px;
    width: auto;
    float: left;
    border-radius: 4px;
}

.podcastOutputListItem h3 {
    margin: 0px 0px 0px 52px;
    padding: 0px;
}

.podcastOutputListItem p {
    margin: 0px 0px 0px 52px;
    padding: 0px;
}

#chatDetach {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: .8em;
    cursor: pointer;
    opacity: .7;
}

#chatDetach i {
    margin-right: 6px;
}

.adl-box h4 {
    margin: 0px 0px 4px 0px;
    padding: 0px;
}

#profileBoxTopDonateCoinsArea {
    text-align: right;
}

.adl-box.wikiholder h4 {
    margin-top: 16px;
}

#userProfileCard h3,#adminActionsCard h3 {
    margin: 0px;
    padding: 0px;
}

.userDataTable {
    width: calc(100% - 24px);
    margin: 12px;
}

#adminActionsCard h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.isPremiumItem {
    color: #4CAF50;
    font-weight: bold;
}

.productTableNameRow {
    text-align: left !important;
}

#apeLauncherNag, #boomfeedNag {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    margin-top: 6px;
    font-size: 0.8em;
    font-weight: bold;
}

#apeLauncherNag img, #boomfeedNag img {
    height: 32px;
}

.staticPageHiddenHeader {
    display: none;
}

.forumtable .catHeaderRow {
    outline: none !important;
    background-color: transparent !important;
}

.threaditem td {
    position: relative;
    padding: 8px;
}

.threaditem td .pagination {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.threaditem td .pagination a {
    padding: 2px;
    font-size: .8em;
    margin: 0px;
}

.forumitem .forumdesc {
    opacity: .6;
}

.inbox-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.inbox-item-avatar {
    grid-column: 1;
    grid-row: 1 / span 3;
    height: 40px;
    width: 40px;
    border-radius: 48px !important;
}

.inbox-item-app-icon {
    grid-column: 1;
    grid-row: 1 / span 3;
    height: auto;
    width: 20px;
    position: relative;
    top: 32px;
    left: 20px;
}

.inbox-item-sender {
    grid-row: 1;
    grid-column: 2;
}

.inbox-item-quickbuttons {
    grid-row: 1;
    grid-column: 3;
    display: none;
    text-align: right;
}

.inbox-item-quickbuttons ion-icon {
    cursor: pointer;
}

.inbox-item:hover .inbox-item-quickbuttons {
    display: block;
}

.inbox-item-subject {
    grid-row: 2;
    grid-column: 2;
}

.inbox-item-timestamp {
    grid-row: 2;
    grid-column: 3;
    font-size: 0.9em;
    opacity: 0.8;
}

.inbox-item-preview {
    grid-row: 3;
    grid-column: 2;
    font-size: 0.9em;
    opacity: 0.8;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

.mailActionDelete {
    color: #f44336;
}

.mailunread {
    border-left: 6px solid #f44336;
    font-weight: bold;
}

.unread {
    font-weight: bold;
    color: #4CAF50;
}

.messagetable {
    width: 100%;
    border-collapse: collapse;
    outline: none;
}

.messagetable tr, .messagetable td, .messagetable th {
    outline: none;
}

.colorPreview {
    height: 24px;
    width: 60px;
    cursor: pointer;
    border: rgba(130,130,130,.2);
    border-radius: 3px;
}

.messagePartHeadingCell {
    text-align: left;
    width: 90px;
}

.messageBodyArea {
    padding-top: 18px;
}

.adItem {
    text-align: center;
}

.wallLinkBackRefsLink ion-icon {
    position: relative;
    top: 2px;
}

#wallLinkBackRefs svg {
    margin-right: 12px;
}

#wallLinkBackRefs a {
    margin-right: 12px;
}

.linkrefreject {
    cursor: pointer;
    user-select: none;
    color: #f44336;
    display: inline-block;
}

.linkrefconfirm {
    cursor: pointer;
    user-select: none;
    color: #4CAF50;
    display: inline-block;
    padding-right: 8px;
}

.linkrefreject:hover, .linkrefconfirm:hover {
    background-color: rgba(180,180,180,0.1);
}

.postInner h2 {
    margin: 0px;
    padding: 0px;
}

.podcastAudioArea {
    margin: 12px auto;
    display: block;
    outline: none;
}

.podcastExternalIcons {
    text-align: center;
}

.podcastExternalIcons ion-icon {
    cursor: pointer;
    font-size: 2em;
    margin: 6px;
    transition: 0.2s;
}

.podcastExternalIcons ion-icon:active {
    opacity: 0.6;
}

.podcastExternalIcons .podcastYoutubeButton:hover {
    color: #f44336;
}

.podcastExternalIcons .podPlayBtn:hover {
    color: #4CAF50;
}

.podcastAudioArea audio {
    width: 100%;
}

.adl-box .avatarbox {
    height: 22px;
    width: 22px;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    display: inline-block;
    position: relative;
    top: 3px;
    overflow: hidden;
}

#profileHeaderAvatar {
    height: 28px;
    width: 28px;
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    display: inline-block;
    position: relative;
    top: 6px;
}

.adl-box .postauthor {
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 6px;
}

.stroketext {
    -webkit-text-stroke: 1px black;
	text-stroke: 1px black;
}

.bigstroketext {
    -webkit-text-stroke: 1px black;
    text-stroke: 1px black;
    text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.postMediaHolder {
    position: relative;
}

.postMediaHolder video {
    display: block;
    width: 100%;
    outline: none;

}

.wikiArticle h3 {
    font-size: 1.6em;
    margin: 24px 0px 6px 0px;
    border-bottom: 1px solid rgba(122,122,122,.2);
    padding-bottom: 6px;
    overflow: hidden;
}

.wikiArticle h4 {
    font-size: 1.4em;
    margin: 12px 0px 6px 0px;
}

.wikiArticle h5 {
    font-size: 1.1em;
    margin: 12px 0px 6px 0px;
}

.peerStreamStatusBox {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(0,0,0,0.45);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 2px 8px;
    border-radius: 4px;
    color: #ffffff;

    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    cursor: default;
    user-select: none;
}

.inlineLatestItem {
    margin-bottom: 24px;
}

.inlineLatestItem .inlineLatestHeader {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color:inherit !important;
}

.inlineLatestItem .inlineLatestCreated {
    display: block;
    font-size: .9em;
    opacity: .6;
}

.inlineLatestItem .inlineLatestContinue {
    font-weight: bold;
    display: block;
}

.adl-box .posttime {
    opacity: .6;
    font-size: .8em;
}

.stickyindicator {
    color: #F44336;
}

.lockindicator {
    color: #666666;
}

.post-container-content {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

.adl-box img {
    max-width: 100%;
    margin: 0px auto;
    display: block;
    border-radius: 6px;
}

blockquote {
    background-color: rgba(130,130,130,.1);
    padding: 12px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

blockquote .quotename {
    font-size: .9em;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid rgba(130,130,130,.2);
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.adl-box iframe {
    width: 560px;
    height: 315px;
    border-radius: 6px;
    border: 1px solid rgba(130,130,130,.2);
}

.coderefExampleBlock {
    padding: 32px 0px;
    clear: both;
    border-bottom: 1px solid #999999;
}

.facebookIframe {
    width: 350px;
    height: 368px;
}

.apePlayerEmbed {
    display: block;
    margin: 6px auto;
    height: 80px !important;
    width: 100% !important;
    max-width: 500px;
    border: 1px solid #999999;
}

.vppViewer {
    background-color: #222222;
    border: 1px solid #000000;
    border-radius: 6px;
    margin: 8px 0px;
}

.apeDrawingEmbed {
    display: block;
    margin: 0px auto;
    height: 400px !important;
    width: 100% !important;
    border: none !important;
    background-color: transparent;
    border-radius: 0px !important;
}

.awaEmbedViewerMeta {
    background-color: #111111;
    color: #ffffff;
    padding: 6px;
    display: grid;
    border-bottom: 1px solid #000000;
    grid-template-columns: auto 1fr auto auto;
    gap: 0px 6px;
    user-select: none;
    -webkit-user-select: none;
}

.awaEmbedViewerMetaIcon {
    height: 18px;
    width: 18px;
}

.awaEmbedViewerMetaIon {
    font-size: 1.1em;
}

.officeViewer {
    background-color: #222222;
    border: 1px solid #000000;
    border-radius: 6px;
    margin: 8px 0px;
    overflow: hidden;
}

.officeViewerMeta {
    background-color: #111111;
    color: #ffffff;
    padding: 6px;
    border-bottom: 1px solid #000000;
    grid-template-columns: auto 1fr;
    gap: 0px 6px;
    display: grid;
}

.officeViewerMeta ion-icon {
    font-size: 1.1em;
}

.officeFrameEmbed {
    display: block;
    margin: 0px;
    height: 600px !important;
    width: 100% !important;
    border: none !important;
    background-color: transparent;
    border-radius: 0px !important;
}

.officeFramePPContainer {
    position: relative;
    padding-bottom: 59.5%;
}

.officeFramePPContainer .officeFrameEmbed {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
}

.awaEmbedHolder {
    background-color: #222222;
    border: 1px solid #000000;
    border-radius: 6px;
    margin: 8px 0px;
    overflow: hidden;
}

.awaEmbedHolderContainer {
    position: relative;
    padding-bottom: 62.5%;
}

.awaEmbedHolderFrame {
    display: block;
    margin: 0px;
    border: none !important;
    background-color: transparent;
    border-radius: 0px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
}

.stopScrolling {
    height: 100%;
    overflow: hidden;
    margin-right: 8px;
    transition: 0s;
}

.postcenter {
    display: block;
    text-align: center;
}

.postleft {
    display: block;
    text-align: left;
}

.postright {
    display: block;
    text-align: right;
}

.adl-codeblock {
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.fileattachment {
    background-color: #4CAF50;
    border: 1px solid #2E7D32;
    color: #ffffff;
    padding: 6px;
    margin: 6px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px 12px;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s;
    user-select: none;
    -webkit-user-select: none;
}

.fileattachment:hover {
    outline: 2px solid rgba(130,130,130,.2);
}

.fileattachment:active {
    opacity: 0.6;
}

.fileattachment ion-icon {
    font-size: 2.1em;
    grid-row: 1 / span 2;
    grid-column: 1;
    border-right: 1px solid rgba(255,255,255,.3);
    padding-right: 8px;
}

.fileattachment span {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.1em;
}

.fileattachment a {
    grid-column: 2;
    grid-row: 2;
    color: white !important;
    font-size: 0.8em;
}

.fileattachment a:hover {
    text-decoration: none !important;
}

.postsignature {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(122,122,122,.2);
    opacity: .6;
    font-size: .9em;
    clear: both;
}

/* spoilers */
.spoilerheader {
    font-size: .8em;
    padding: 2px;
    margin: 0px 2px;
    border-color: rgba(122,122,122,.2);
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
}

.spoilerheader:hover {
    background-color: rgba(122,122,122,.1);
}

.spoilertext {
    color: #000000;
    background-color: #000000;
    user-select: none;
    -webkit-user-select: none;
}

.spoilertext a {
    color: #000000;
}

/* flash tag */
.blinkme, .unreadconvos {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.unreadconvos{
    color: #4CAF50 !important;
}

.posttransbox {
    margin: 8px;
}

/* collapse tag */
.collapse {
    margin: 12px auto;
    display: block;
}

.collapseheader {
    font-size: .9em;
    font-weight: bold;
    border-bottom: 2px dashed rgba(122,122,122,.2);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.collapseheader:hover {
    background-color: rgba(122,122,122,.1);
}

.collapsetext {
    display: none;
}

.posteditdisclaimer {
    margin-top: 12px;
    opacity: .5;
    font-size: .7em;
    font-weight: bold;
}

.codereftable {
    border: 1px solid rgba(122,122,122,.2);
}

.codereftable th, .codereftable td {
    border-bottom: 1px solid rgba(122,122,122,.2);
    padding: 8px;
}

.hidebig { 
    display: none;
}

.forumitemmeta {
    opacity: .6;
    font-size: .8em;
}

#topGlobals {
    font-weight: bold;
}


#bottomNav, #topGlobals {
    text-align: center;
    margin: 12px;
    font-size: .8em;
}

.centerBox {
    max-width: 400px;
    margin: 0px auto;
}

.textCenter {
    text-align: center;
}

#colorButtons, #smileButtons {
    display: none;
    border: 1px solid rgba(122,122,122,.2);
    background-color: rgba(122,122,122,.05);
    padding: 4px;
    width: 272px;
}

.inkBox {
    display: inline-block;
    margin: 2px;
    height: 24px;
    width:  24px;
    border: 1px solid;
    cursor: pointer;
}

.smileButton {
    display: inline-block;
    margin: 2px;
    height: 24px;
    width:  24px;
    border: 1px solid;
    cursor: pointer;
    background-color: rgba(255,255,255,.05);
    user-select: none;
    text-align: center;
}

.hidden {
    opacity: .2;
    background-color: rgba(255,0,0,.1);
}

.modhold {
    opacity: .2;
    background-color: rgba(255,0,0,.25) !important;
}

#loginForm input {
    display: block;
    margin: 6px 0px;
}

#loginForm input[type="button"] {
    margin-left: auto;
}

#userProfileCard {
    min-height: 100px;
    width: 200px;
    overflow-wrap: break-word;
}

#userProfileCard .userdetail {
    font-weight: bold;
}

#userProfileCard .avatarbox, .profileEditExtraField .avatarbox {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: center;
    margin-right: 18px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.userProfileCardSubstat {
    font-size: 0.8em;
    text-align: center;
    margin-top: 6px;
}

.userProfileCardSubstatHeading {
    font-weight: bold;
    margin-bottom: 2px;
}

.userProfileCardSubstat ion-icon {
    position: relative;
    top: 2px;
}

.userProfileCardActions {
    text-align: center;
    margin-top: 16px;
}

.userProfileActionBtn {
    font-size: 1.4em;
    margin: 0px 6px;
    cursor: pointer;
    user-select: none;
}

.userProfileActionBtn:hover {
    color: #FFB300;
}

.userProfileActionBtnTwitter:hover {
    color: #42A5F5;
}

.userProfileActionBtnYoutube:hover {
    color: #e53935;
}

.profileavatarMetaholder {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 8px);
    padding: 4px;
    font-size: 0.8em;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.2s;
    color: #ffffff;
    user-select: none;
    cursor: default;
}

.avatarbox:hover .profileavatarMetaholder {
    opacity: 1;
}

.profileSiteRankBoom {
    margin-top: 6px;
    text-align: center;
}

.siteRankDeveloper {
    color: #FFC107;
}

.siteRankAdministrator {
    color: #F44336;
}

.siteRankModerator {
    color: #2196F3;
}


.pictureList {
    text-align: center;
    clear: both;
}

.pictureCard {
    overflow: hidden;
    display: inline-block;
    margin: 0px;
    width: calc(32.5% - 3px);
    border-radius: 4px;
    border: 1px solid rgba(130,130,130,.2);
}

.pictureCardInner {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.pictureCard .pictureMeta {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 8px);
    padding: 4px;
    font-size: 0.8em;
    background-color: rgba(0,0,0,0.45);
    color: #ffffff;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    text-align: left;
    transition: 0.25s;
}

.comicWallComicTitle {
    font-weight: bold;
    text-align: left;
    font-size: 1.1em;
    margin: 0px 0px -8px 6px;
}

.pictureCard .pictureMeta a {
    color: #ffffff;
}

.pictureList a:hover {
    opacity: 1;
}

.pictureMetaLeft {
    float: left;
}

.pictureMetaIndItem {
    margin-left: 8px;
}

.pictureMetaIndItem i {
    margin-right: 4px;
}

.pictureMetaRight {
    float: right;
}

#postControls {
    text-align: left;
}

footer {
    text-align: center;
    margin: 24px;
}

#footerBottomCR {
    font-size: 0.8em;
    font-weight: bold;
    opacity: 0.6;
    position: relative;
    top: 6px;
}

#footerCRSymbol {
    font-size: 1.4em;
}

footer .apeLogo {
    font-family: 'groboldregular';
    color: #8d7269;
    text-shadow: 0px 2px 0px #715d56, 0px -1px 0px #c2aba3, 0px 6px 6px rgb(0 0 0 / 10%);
    text-transform: lowercase;
    font-size: 2em;
    text-decoration: none;
}

footer .apeLogo:hover {
    text-decoration: none;
}

.usersearchbox {
    display: none;
}

#userselectheader {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
}

#userselectinfo {
    display: block;
    margin: 6px 0px;
}

#pollarea {
    display: none;
    text-align: left;
}

.colonyCard {
    display: inline-block;
    height: 200px;
    width: 320px;
    max-width: 90%;
    border: 1px solid rgba(122,122,122,.4);
    margin: 6px;
    user-select: none;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #333333;
    color: #ffffff;
    border-radius: 4px;
}

.colonyCardMeta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000,
     0px 4px 4px rgba(0,0,0,.4);
}

.commentsTable .adl-box {
    background-color: rgba(130,130,130,0.2);
}

.colonyCardName {
    font-size: 1.2em;
    font-weight: bold;
    margin: 6px 6px 2px 6px;
    padding: 0px;
}

.colonyCardFounded {
    font-size: 0.7em;
    font-weight: bold;
    margin: 0px 6px;
    padding: 0px;
}

.colonyCardCharter {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0px 6px 6px 6px;
    padding: 0px;
}

.embededCommentsStyle #wrapper {
    margin: 0px;
    width: initial;
    max-width: initial;
}

.embededCommentsStyle #overallHeader {
    display: none;
}

.embededTable, .embededColumnTable {
    border-collapse: collapse;
}

.embededTable, .embededTable th, .embededTable td {
    border: 2px solid black;
}

.embededColumnTable {
    background: transparent;
    outline: none;
    width: 100%;
}

.embededColumnTable, .embededColumnTable tr, .embededColumnTable th, .embededColumnTable td {
    border: none;
    background: transparent;
    outline: none;
}

.embededColumnTable td {
    padding: 0px 8px;
}

.optionsTable td {
    padding: 6px;
    vertical-align: top;
}

.createFormSectionSubhead {
    text-align: left;
    font-size: 0.8em;
    font-weight: bold;
    margin: 12px 0px 0px 6px;
}

.pageMainToolbox {
    float: right;
    position: relative;
    top: -8px;
}


#mainGridHolder {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
}

#mainGridPrimary {
    grid-column: 2;
    grid-row: 1;
    overflow: auto;
}

#mainGridSecondary {
    grid-column: 1;
    grid-row: 1;
}

.sidebarItem {
    width: 200px;
}

.sidebarItemTitle {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px;
}

#mainMenuEditor {
    margin: 12px 0px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
}

#menuAddComponents {
    grid-column: 2;
    grid-row: 1;
}

#menuPreviewHolder {
    grid-column: 1;
    grid-row: 1;
}

h2.singlePagerHeading {
    float: left;
}

div.singlePagerHeading {
    padding-top: 22px;
}

.appOfTheDayLinkHolder img {
    border: 1px solid rgba(130,130,130,.2);
    margin: 6px 0px;
    max-width: calc(100% - 2px);
    border-radius: 4px;
}

.sidebarBullet {
    user-select: none;
    cursor: pointer;
    margin-right: 8px;
}

.productTableNameRowHolderRow:hover {
    outline: 1px solid #aaaaaa;
}

#submitConfigCell {
    text-align: right;
}

#liveStreamHolder {
	color: #ffffff;
    position: relative;
}

#bigStatusHolder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

#streamHolder {
	width: 100%;
	max-height: 640px;
	margin: 0px auto;
    display: block;
    outline: thin solid rgba(122,122,122,.2);
}

#bigStatusInner {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#streamIsMuteButton {
    position: absolute;
    top: 36px;
    right: 8px;
    display: none;
}

#streamControlsButtonsHOlder {
    position: absolute;
    top: 8px;
    left: 8px;
}

#streamControlsButtonsHOlder button {
    display: none;
}

#streamNotificationsArea {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 200px;
}

.livestreamNotification {
    position: relative;
    margin-top: 12px;
    user-select: none;
}

.livestreamnotificationIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    border-radius: 22px;
}

.livestreamnotificationTextHold {
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 26px;
    color: #ffffff;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

.floatTagLeft, .floatTagleft, .floatTagLEFT {
    float: left;
    margin-right: 12px;
}

.floatTagRight, .floatTagright, .floatTagRIGHT {
    float: right;
    margin-left: 12px;
}


.embeddedForm textarea {
    height: 120px;
}

.embeddedForm input[type="submit"] {
    margin-top: 16px;
}

.comicStripCanvas {
    max-width: calc(100% - 8px);
    display: block;
    margin: 12px auto;
}


.category-container-ionicon {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 3px;
}

.category-container-imageicon, .forum-container-imageicon {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 2px;
}

.category-container-imageicon img, .forum-container-imageicon img {
    height: 22px;
    width: 22px;
    border-radius: 24px;
}

.wiki-container {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 0px 12px;
}

.wiki-container-ionicon {
    grid-row: 1 / span 2;
    grid-column: 1;
    font-size: 22px;
    position: relative;
    top: 3px;
}

.wiki-container-name {
    font-size: 22px;
    grid-column: 2;
    grid-row: 1;
}

.wiki-container-desc {
    grid-column: 2 / span 2;
    grid-row: 2;
}

.wiki-container-articles {
    grid-column: 3;
    grid-row: 1;
    font-size: 0.8em;
    opacity: 0.8;
}

.forum-container {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 0px 12px;
}

.userSearchBoxInputArea {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin-top: 8px;
}

.forum-container-ionicon {
    grid-row: 1 / span 2;
    grid-column: 1;
    font-size: 22px;
    position: relative;
    top: 3px;
}

.forum-container-name {
    font-size: 22px;
    grid-column: 2;
    grid-row: 1;
}

.forum-container-posts {
    grid-column: 3;
    grid-row: 1;
    font-size: 0.8em;
    opacity: 0.8;
    position: relative;
    top: 6px;
}

.forum-container-desc {
    grid-column: 2 / span 2;
    grid-row: 2;
}

.forum-last-post-area {
    grid-row: 1 / span 2;
    grid-column: 4;
    font-size: 0.8em;
    opacity: 0.8;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(130,130,130,.2);
    width: 200px;
}

.forum-last-post-area-imageicon {
    grid-row: 1;
    grid-column: 1;
    overflow: hidden;
    position: relative;
    top: 3px;
}

.forum-last-post-area-imageicon img {
    height: 32px;
    width: 32px;
    border-radius: 32px;
}

.forum-last-post-area-meta {
    grid-row: 1;
    grid-column: 2;
}

.customdivtag {
    position: relative !important;
}

.topic-container {
    display: grid;
    grid-template-columns: auto 1fr auto auto 180px;
    gap: 0px 12px;
}

.bug-container {
    display: grid;
    gap: 0px 12px;
    grid-template-columns: 1fr auto;
}

.bug-container-subject {
    grid-row: 1;
    grid-column: 1;
}

.bug-container-extras {
    grid-row: 1;
    grid-column: 2;
    text-align: right;
    margin-left: 4px;
    font-size: 0.8em;
    opacity: 0.8;
}

.bug-container-extra-item {
    display: inline-block;
}

.bug-container-extra-item ion-icon {
    position: relative;
    top: 2px;
}

.bug-container-item-open {
    color: #ffffff;
    background-color: #43A047;
    border-radius: 3px;
    padding: 3px 8px;
    font-weight: bold;
    user-select: none;
}

.bug-report-inline-closed {
    display: inline-block;
    font-size: 0.8em;
    margin-right: 12px;
}

.bug-container-item-closed, .bug-report-inline-closed {
    color: #ffffff;
    background-color: #0277BD;
    border-radius: 3px;
    padding: 3px 8px;
    font-weight: bold;
    user-select: none;
}

.bug-container-created {
    grid-row: 2;
    grid-column: 1;
    font-size: 0.8em;
    opacity: 0.8;
}

.bug-container-updated {
    grid-row: 2;
    grid-column: 2;
    text-align: right;
    font-size: 0.8em;
    opacity: 0.8;
}

.bug-container-extra-item-noreplies {
    opacity: 0.5;
}

.mini-episode-container {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    gap: 0px 12px;
}

.topic-container-big {
    display: block;
}

.topic-container-small {
    display: none;
}

.topic-container-imageicon {
    grid-row: 1 / span 2;
    grid-column: 1;
    overflow: hidden;
    position: relative;
    top: 3px;
}

.topic-container-imageicon img {
    height: 38px;
    width: 38px;
    border-radius: 38px;
}

.topic-container-subject {
    grid-row: 1;
    grid-column: 2;
}

.topic-subject-hidden {
    text-decoration: line-through;
}

.topic-container-indicators {
    grid-row: 1;
    grid-column: 3;
}

.topic-container-replies {
    grid-row: 1;
    grid-column: 4;
    font-size: 0.8em;
    opacity: 0.8;
    text-align: right;
}

.topic-container-meta {
    grid-row: 2;
    grid-column: 2;
    font-size: 0.8em;
    opacity: 0.8;
}

.topic-container-views {
    grid-row: 2;
    grid-column: 4;
    font-size: 0.8em;
    opacity: 0.8;
    text-align: right;
}

.topic-last-post-area {
    grid-row: 1 / span 2;
    grid-column: 5;
    font-size: 0.8em;
    opacity: 0.8;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(130,130,130,.2);
}

.topic-last-post-area-imageicon {
    grid-row: 1 / span 2;
    grid-column: 1;
    overflow: hidden;
    position: relative;
    top: 3px;
}

.topic-last-post-area-imageicon img {
    height: 32px;
    width: 32px;
    border-radius: 32px;
}

.topic-last-post-area-username {
    grid-row: 2;
    grid-column: 2;
}

.topic-last-post-area-timestamp {
    grid-row: 1;
    grid-column: 2;
}

.mini-category-container-items {
    margin-left: 34px;
    font-size: 0.8em;
    margin-top: 8px;
}

.miniCategorySubitem {
    display: inline-block;
    margin-right: 8px;
}

.category-container-name, .mini-category-container-name {
    font-size: 22px;
    margin-left: 8px;
    display: inline-block;
}

.mini-category-container-desc {
    margin-left: 34px;
}

h2 ion-icon {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.topicStick {
    color: #f44336;
}

.topicLock {
    color: #FF9800;
}

.topicHidden {
    color: #78909C;
}

.post-hidden {
    opacity: 0.25;
}

.noticeBox {
    color: #ffffff;
    background-color: #c62828 !important;
}

.noticeBox ion-icon {
    position: relative;
    top: 2px;
}

.post-modhold {
    background-color: rgba(255,0,0,.25);
}

.post-blockeduser {
    display: none !important;
}

.trophyIonicon {
    color: #FFC107;
}

.userTypeDeveloper {
    color: #FFC107;
}

.userTypePremium {
    color: #4CAF50;
}

.userTypeAdministrator {
    color: #f44336;
}

.userTypeModerator {
    color: #2196F3;
}

.lightMargin {
    margin-top: 0px;
    margin-bottom: 8px;
}

#allTrendingTagsArea {
    text-align: center;
}

.trandingHashtagItem {
    display: inline-block;
    padding: 4px 8px;
    margin: 6px;
    width: 150px;
    user-select: none;
    cursor: pointer;
    border-radius: 3px;
    background-color: rgba(130,130,130,.2);
    border: 1px solid #666666;
}

.blogarticle-container h2 {
    margin-top: 8px;
    font-size: 2em;
}

.miniblogarticle-container h3 {
    margin-top: 8px;
    font-size: 1.6em;
    margin-bottom: 12px;
}

.blogarticle-content-author-area, .miniblogarticle-content-author-area {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(130,130,130,.2);
    opacity: 0.8;
}

.user-rep-card {
    display: grid;
    gap: 12px;
    grid-template-columns: 30px auto 1fr auto 48px;
    font-size: 1.4em;
}

.user-rep-card-avatar {
    height: 24px;
    width: 24px;
    border-radius: 24px !important;
    position: relative;
    top: 2px;
}

.user-rep-card-repicon {
    position: relative;
    top: 2px;
}

.user-rep-card-repscore {
    text-align: right;
}


.comicPrintHeader {
    display: none;
}

.comicstrip-container-meta {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(130,130,130,.2);
    display: grid;
    grid-template-columns: 1fr auto;
}

.comicstrip-container-meta-title {
    font-size: 1.1em;
}

.comicstrip-container-meta-creator {
    opacity: 0.8;
    font-size: 0.9em;
}

.comicstrip-container-meta-creator .blogarticle-content-author-area-imageicon img {
    height: 16px;
    width: 16px;
}

.miniblogarticle-content-author-area {
    display: grid;
    grid-template-columns: 1fr auto;
}

.blogarticle-content-author-area-imageicon {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 2px;
}

.blogarticle-content-author-area-imageicon img {
    height: 18px;
    width: 18px;
    border-radius: 18px;
}

.blogarticle-content-author-area-username {
    display: inline-block;
}

.blogarticle-content-top-meta-area-timestamp {
    display: inline-block;
    font-size: 0.9em;
}

.conversation-card {
    user-select: none;
    -webkit-user-select: none;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.conversation-card-subject {
    font-size: 1.2em;
    grid-row: 1;
    grid-column: 1;
}

.conversation-card-posts {
    grid-row: 1;
    grid-column: 2;
    opacity: 0.8;
    font-size: 0.9em;
    text-align: right;
}

.conversation-card-userlist {
    grid-row: 2;
    grid-column: 1;
}

.conversation-card-userlist-user {
    height: 18px !important;
    width: 18px !important;
    border-radius: 18px !important;
    margin: 0px 8px 0px 0px !important;
    display: inline-block !important;
}

.conversation-card-last-post {
    grid-row: 2;
    grid-column: 2;
    opacity: 0.8;
    font-size: 0.9em;
    text-align: right;
}

.post-container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
}

.post-content-author-area {
    grid-column: 1;
    grid-row: 1 / span 4;
    border-right: 1px solid rgba(130,130,130,.2);
    text-align: center;
    width: 140px;
}

.post-content-author-area-username {
    margin-bottom: 6px;
}

.post-content-author-area-imageicon {
    overflow: hidden;
}

.post-content-author-area-imageicon img {
    height: 64px;
    width: 64px;
    border-radius: 64px;
    margin-bottom: 12px;
}

.post-content-author-area-usertype {
    font-size: 0.8em;
}

.post-content-author-area-postcount {
    font-size: 0.8em;
    margin-bottom: 12px;
}

.post-content-top-meta-area {
    grid-column: 2;
    grid-row: 1;
    border-bottom: 1px solid rgba(130,130,130,.2);
    opacity: 0.8;
    font-size: 0.9em;
    display: grid;
    grid-template-columns: 1fr auto auto;
    padding-bottom: 12px;
}

.post-content-top-meta-area-timestamp {
    grid-column: 1;
}

.post-content-top-meta-area-number {
    grid-column: 3;
}

.post-container-content {
    grid-column: 2;
    grid-row: 2;
    min-width: 0px;
    word-wrap: break-word;
}

.spoilertext img {
    display: none;
}

.post-container-tagline {
    grid-column: 2;
    grid-row: 3;
    border-top: 1px solid rgba(130,130,130,.2);
    padding-top: 12px;
    opacity: 0.9;
}

.post-container-toolbar-holder {
    grid-column: 2;
    grid-row: 4;
}

.post-content-author-area-userachievements, .post-content-author-area-reputation {
    font-size: 0.9em;
    user-select: none;
    -webkit-user-select: none;
    margin-bottom: 2px;
}

.post-content-author-area-userachievements .userAchievementsReadout, .post-content-author-area-reputation .userAchievementsReadout {
    position: relative;
    top: -2px;
}

.inlineUserMention {
    font-weight: bold;
    cursor: pointer;
}

.inlineUserMention:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.inlineUserMention:active {
    opacity: 0.6;
}

.miniepisode-container-ionicon {
    grid-row: 1 / span 2;
    grid-column: 1;
    font-size: 2em;
    cursor: pointer;
    user-select: none;
}

.miniepisode-container-ionicon:hover {
    color: #4CAF50;
}

.miniepisode-container-ionicon:active {
    opacity: 0.6;
}

.user-rep-vote-readout {
    text-align: center;
}

.user-rep-vote-readout ion-icon {
    position: relative;
    top: 2px;
}

.user-rep-vote-readout-agg {
    font-size: 3em;
}

.user-rep-vote-readout-breakdown {
    display: grid;
    grid-template-columns: 1fr auto auto auto auto 1fr;
    gap: 8px;
}

.user-rep-vote-readout-breakdown .userTypePremium {
    grid-column: 2;
}

.user-rep-vote-readout-yays {
    grid-column: 3;
    margin-right: 12px;
}

.user-rep-vote-readout-breakdown .userTypeAdministrator {
    grid-column: 4;
}

.user-rep-vote-readout-nay {
    grid-column: 5;
}

.rated-post {
    font-size: 1.2em;
    display: grid;
    gap: 4px 8px;
    grid-template-columns: 1fr auto auto auto auto;
}

.rated-post ion-icon {
    position: relative;
    top: 1px;
}

.rated-postt-meta {
    grid-row: 2;
    grid-column: 1 / span 5;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
}

.rated-postt-avatar {
    height: 18px;
    width: 18px;
    border-radius: 18px !important;
}

.rated-postt-author {
    font-size: 0.8em;
}

.search-item {
    display: grid;
}

.search-item-subject {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(130,130,130,.2);
}

.search-item-meta {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid rgba(130,130,130,.2);
    display: grid;
    grid-template-columns: auto 1fr auto;
    font-size: 0.8em;
    opacity: 0.8;
    gap: 8px
}

.search-item-meta-avatar {
    height: 16px;
    width: 16px;
    border-radius: 18px !important;
    position: relative;
    top: -2px;
}

.allCloudListing {
    text-align: center;
}

.cloud-file-card {
    display: inline-block;
    width: calc(33% - 2px);
    user-select: none;
    -webkit-user-select: none;
}

.cloud-file-card-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
}

.cloud-file-card-inner ion-icon {
    position: relative;
    top: 2px;
}

.cloud-file-card-inner-filename {
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.cloud-file-card-delete {
    cursor: pointer;
    color: #f44336 !important;
}

.cloud-file-card-delete a {
    color: #f44336 !important;
}

.syndicationItem {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    margin-top: 12px;
}

.rssiconholder {
    position: relative;
    top: 2px;
    color: #FB8C00;
}

.boomfeedLinkHolder img {
    height: 24px;
    border: 1px solid #999999;
    position: relative;
    top: -4px;
}

.userStreamCard {
    display: inline-block;
    width: 260px;
    /*
    border: 1px solid #141414;
    background-color: rgba(30,30,30,.01);
    color: white;
    */
    border-radius: 4px;
    margin: 6px;
    padding: 8px;
    cursor: pointer;
    user-select: none;
}

.userStreamCardInner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
}

.userStreamCard:hover {
    border: 1px solid #888888;
}

.userStreamCard:active {
    opacity: 0.6;
}

.streamCardAvatar {
    grid-row: 1;
    grid-column: 1;
    height: 20px;
    width: 20px;
    border-radius: 20px !important;
}

.streamCardUsename {
    grid-row: 1;
    grid-column: 2;
    font-size: 1.1em;
    font-weight: bold;
}

.streamCardGameWatching {
    grid-row: 1;
    grid-column: 3;
    font-size: 0.8em;
    font-weight: bold;
    background-color: rgba(180,180,180,0.5);
    border-radius: 4px;
    padding: 4px 8px;
}

.streamCardAppicon {
    grid-row: 2;
    grid-column: 1;
    height: 18px;
    width: 18px;
}

.streamCardGameName {
    grid-row: 2;
    grid-column: 2;
    font-size: 0.9em;
}

.wikiArticleUpdated {
    padding-top: 12px;
    font-size: 0.8em;
    opacity: 0.6;
    font-weight: bold;
    text-align: right;
    clear: both;
}

.wikiTemplate {
    display: contents;
}

.newFriendReqBox h3 {
    margin-top: 8px;
    padding-top: 0px;
}

.friendRequestCard {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 8px;
    margin: 8px 0px;
    user-select: none;
    cursor: default;
}

.friendRequestCardAvatar {
    grid-column: 1;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.friendRequestCardUsername {
    grid-column: 2;
    font-weight: bold;
}

.friendRequestButtonReject {
    background-color: #E53935 !important;
    color: #ffffff !important;
}

.friendRequestCard .friendRequestButtonReject {
    grid-column: 3;
}

.friendRequestButtonAccept {
    background-color: #43A047 !important;
    color: #ffffff !important;
}

.friendRequestCard .friendRequestButtonAccept {
    grid-column: 4;
}

.fluentIcon {
    font-family: "fluent";
}

.trophyIcon {
    color: #FF9800;
}

.friendsListCard {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    user-select: none;
    cursor: pointer;
    gap: 0px 12px;
}

.friendsListCardAvatar {
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 36px;
    width: 36px;
    border-radius: 36px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.friendsListCardName {
    grid-row: 1;
    grid-column: 2;
    font-weight: bold;
}

.friendsListCardStatus {
    grid-row: 2;
    grid-column: 2;
    font-size: 0.9em;
}

.userAchCard {
    display: grid;
    gap: 0px 12px;
    user-select: none;
    cursor: pointer;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.userAchCardIconHold {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.achIcon {
    height: 42px;
    width: 42px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.userAchCardAchName {
    grid-row: 1;
    grid-column: 2;
    font-weight: bold;
}

.userAchCardAchDesc {
    grid-row: 2;
    grid-column: 2;
    font-size: 0.8em;
}

.userAchCardAchUnlocked {
    grid-row: 1;
    grid-column: 3;
    opacity: 0.8;
    font-size: 0.8em;
}

.userAchCardAchIndHold {
    grid-row: 2;
    grid-column: 3;
    display: grid;
    grid-template-columns: 1fr auto 24px;
    font-size: 0.8em;
}

.userAchCardAchIndHold .trophyIcon {
    grid-column: 2;
}

.userAchCardAchPoints {
    grid-column: 3;
    text-align: right;
}

.colonywarsCard iframe {
    width: 100%;
    height: 226px;
}

.adminRecaptaData {
    font-weight: bold;
    font-size: 0.8em;
    padding: 12px 0px;
}

body.ffSession {
    background-color: transparent !important;
}

.ffSession #overallHeader {
    display: none;
}

.ffSession #mainGridHolder {
    column-gap: 0px;
}

.ffSession #mainGridSecondary {
    display: none;
}

.ffSession #syndicationSection {
    display: none;
}

.ffSession #boomfeedNag {
    display: none;
}

.ffSession #embeddedChatSection {
    display: none;
}

.ffSession #onlineUsersSection {
    display: none;
}

.ffSession #birthdaysSection {
    display: none;
}

.ffSession #overallStatsSection {
    display: none;
}

.ffSession #bottomNav {
    display: none;
}

.ffSession footer {
    display: none;
}

@media(max-width: 830px) {
    .apeAppsResponsiveAdInline {
        height: 60px;
    }

    .topic-last-post-area-imageicon {
        display: none;
    }

    .forum-last-post-area {
        display: none;
    }

    .topic-container {
        grid-template-columns: auto 1fr auto auto 120px;
    }

    .cloud-file-card {
        width: calc(50% - 2px);
    }
}

@media(max-width: 740px) {
    header {
        text-align: center;
    }

    h1 {
        margin-top: 0px;
    }

    .fixedHeader h1 {
        margin: 6px 0px 24px 0px;
    }

    #topNav {
        position: relative;
    }

    .breadcrumb {
        font-size: .9em;
    }

    #mainGridHolder {
        display: block;
    }

    .sidebarItem, #userProfileCard {
        width: initial;
    }

    .adl-box iframe {
        width: 300px;
        height: 169px;
        display: block;
        margin: 6px auto;
    }

    .nosmall {
        display: none;
    }

    .threaditem td .pagination {
        display: none;
    }

    .hidebig { 
        display: initial;
    }

    .forumitemmeta {
        display: block !important;
    }

    .threadstats {
        position: absolute;
        bottom: 10px;
        right: 6px;
        font-size: .8em;
        opacity: .5;
    }

    .threadstats i {
        margin-left: 12px;
    }

    .searchOpened {
        display: block !important;
        width: 200px;
        margin: 10px auto;
    }

    .searchOpened #topSearchBox {
        width: 180px;
    }
    
    .podcastHolder {
        display: block;
    }

    .podcastTitleText, .podcastTitleLogo, .postcastSubButtons {
        margin-bottom: 12px;
    }
}



@media(max-width: 540px) {

    .comicstrip-container-meta-creator {
        display: none;
    }

    .comicstrip-container-meta-title {
        font-size: 0.9em;
    }

    .blogarticle-container h2 {
        text-align: center;
        font-size: 1.6em;
    }

    .topic-last-post-area {
        display: none;
    }

    .infobox {
        float: none;
        width: initial;
    }

    .pageMainToolbox {
        float: none;
        position: initial;
        top: initial;
    }

    .toolbox {
        margin: 12px;
    }

    tr .toolbox {
        margin: 12px auto;
    }

    .apeAppsResponsiveAdInline {
        height: 50px;
    }

    .boomfeedLinkHolder {
        display: none;
    }

    #wrapper {
        width: initial;
        margin: 24px 2px;
    }

    h2 {
        margin: 12px;
    }

    h2.singlePagerHeading {
        margin-top: 23px;
    }

    .categoryheader, .paddedheader th {
        padding-left: 12px;
    }

    .forumtable tr, .breadcrumb, #syndicationSection, #podcastSection, #onlineUsersSection, #embeddedChatSection, .standardBlockedSection, #userProfileCard, #wallPageViewCount, #articleContributorArea, #articleContributorArea, #wallLinkBackRefs,#adminActionsCard {
        outline: none;
    }

    .apeAppsResponsiveAdInline {
        margin: 0px 6px 12px 6px;
    }

    .postsignature {
        border-top: none;
        margin-top: 0px;
    }

    .colonyCard {
        height: 92px;
        width: initial;
        display: block;
        margin: 6px 0px;
        max-width: initial;
    }

    .threadstats {
        right: 12px;
        bottom: 12px;
    }

    .threaditem td {
        padding: 0px 8px 12px 8px;
    }

    .post-container {
        gap: 4px 12px;
    }

    .post-content-author-area { 
        display: contents;
    }

    .post-content-author-area-imageicon {
        grid-row: 1 / span 3;
        grid-column: 1;
    }

    .post-content-author-area-imageicon img {
        height: 50px;
        width: 50px;
        border-radius: 50px;
        margin-bottom: 0px;
    }

    .post-content-author-area-username {
        grid-row: 1;
        grid-column: 2;
        text-align: left;
        margin: 0px;
        padding: 0px;
        font-size: 1.2em;
    }

    .post-content-author-area-usertype {
        display: none;
    }

    .post-content-author-area-postcount {
        display: none;
    }

    .post-content-top-meta-area {
        display: contents;
    }

    .post-content-top-meta-area-number {
        display: none;
    }

    .post-content-author-area-userachievements, .post-content-author-area-reputation {
        display: none;
    }

    .post-container-content {
        grid-column: 2;
        grid-row: 3;
    }

    .post-container-tagline {
        grid-column: 2;
        grid-row: 4;
        margin-top: 6px;
    }

    .post-container-toolbar-holder {
        grid-column: 1 / span 2;
        grid-row: 5;
    }

    .post-content-top-meta-area-timestamp {
        grid-column: 2;
        grid-row: 2;
        opacity: 0.8;
    }

    blockquote {
        margin-inline-start: 8px;
        margin-inline-end: 8px;
    }

    .topic-container {
        grid-template-columns: auto 1fr auto auto auto;
    }

    .topic-container-big {
        display: none;
    }

    .topic-container-small {
        display: block;
    }

    .cloud-file-card {
        width: calc(100% - 2px);
    }
}

@media(max-width: 480px) {
    .comicbook-container {
        width: calc(50% - 18px);
        height: auto;
        padding-bottom: 65%;
    }
}

@media(max-width: 400px) {
    .topic-container-imageicon {
        display: none;
    }
}

@media print {

    .comicPrintHeader {
        display: grid;
        grid-template-columns: 1fr auto;
        page-break-before: always;
        font-size: 0.9em;
        font-weight: bold;
        margin: 0.25in 20px 0px 20px;
    }

    .comicPrintHeaderFirst {
        page-break-before: avoid;
    }

    .comicbookwrapper {
        margin: 0px auto !important;
    }

    .comicbookwrapper .comicstrip-container {
        border: none;
        background: transparent;
    }

    .comicbookwrapper .comicstrip-container-meta {
        /*
        font-size: 0.8em;
        border-bottom: none;
        padding-bottom: 0px;*/

        display: none;
    }

    .wrapperWithFixedHeader {
        padding-top: 0px;
    }

    h1 {
        margin: 0px;
    }

    .comicbookwrapper h1 {
        display: none;
    }
    
    h2 {
        font-size: 1.25em;
    }

    .comicbookwrapper h2 {
        display: none;
    }

    header {
        text-align: left;
    }

    #wallLinkBackRefs, #boomfeedNag, .toolboxHolder, .adl-toolbar {
        display: none;
    }

    .fixedHeader {
        position: initial;
        top: initial;
        left: initial;
        width: initial;
        z-index: initial;
        border-bottom: none;
    }

    .adl-box.post-container, .adl-box.wikiholder {
        /*page-break-inside: auto;*/
        break-inside: initial;
        border: none;
        background: none;
    }

    .post-container li {
        break-inside: avoid;
    }

    .fixedHeader h1 {
        font-size: initial !important;
        margin: initial !important;
    }
    
    .fixedHeader #headerHolder {
        position: initial;
        width: initial;
        max-width: initial;
        margin: initial;
    }
    
    #wallPageViewCount{
        display: none;
    }

    .adItem {
        display: none;
    }

    nav {
        display: none;
    }

    .usersearchbox {
        display: none;
    }

    form {
        display: none;
    }

    .toolbox, .disclaimerToolbox {
        display: none;
    }

    #mainGridHolder {
        column-gap: 0px;
    }

    #onlineUsersSection {
        display: none;
    }

    .hidebig { 
        display: none;
    }
    
    #embeddedChatSection {
        display: none;
    }
    
    #birthdaysSection {
        display: none;
    }

    #overallStatsSection {
        display: none;
    }
    
    #syndicationSection {
        display: none;
    }
    
    .forumtable tr {
        outline: none;
    }
    
    .colonyCard {
        display: none;
    }
    
    .avatarbox {
        display: none !important;
    }
    
    .postInner, .blogitem {
        padding: 8px 0px;
    }
    
    .postcontent {
        font-size: .9em;
    }
    
    .postitem .postauthor {
        margin-left: 0px;
    }
    
    .postsignature {
        display: none;
    }

    .grecaptcha-badge {
        display: none !important;
    }

    .sidebarItem {
        display: none;
    }

    #articleContributorArea {
        display: none;
    }

    footer.comicbookwrapper {
        display: none;
    }
}
