body, div.jqcloud {
    font-family: 'Noto Sans', sans-serif;
}

code {
    font-family: 'Droid Sans Mono', monospace;
}

.numeric {
    font-family: 'Roboto', sans-serif;
}

div#banner {
    height: 60px;
    background: url(../img/zombn1.45c96f8d.png) no-repeat top left;
}

div#banner.bluepill {
    background: url(../img/bluepillheader.704a6f48.png) no-repeat top left;
}

div#header {
    float: none;
    background: #373737 url(../img/zombn2.0ddde6f5.png) repeat-x;
    background-position: 580px 0px;
}

.topmenu {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    color: #eee;
    align-items: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.topmenu > div, .ch > div {
    padding-left: 8px;
    padding-right: 8px;
}

.topmenu a, .ch a {
    color: #eee;
    text-decoration: underline;
}

.ch {
    overflow: visible;
    color: #eee;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    align-items: center;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    background-color: #666;
}

.uc.ch {
    background-color: #046380;
}

.ch > div {
    padding-left: 6px;
    padding-right: 6px;
}

ul.commentoptions {
    background-color: #eee;
    color: #807373;
    list-style: none;
    flex-direction: column;
    position: absolute;
}

ul.commentoptions a {
    color: blue;
}

.profile-menu {
    margin-left: auto;
}

.profile-menu > div {
    position: absolute;
    display: none;
    border: 1px solid #eee;
    background: #373737;
    padding-right: 2em;
}

.profile-menu:hover > div {
    display: block;
}

.profile-menu ul {
    list-style: none;
}

div.more {
    margin-left: auto;
}

.more > div {
    position: absolute;
    display: none;
    border: 1px solid #807373;
}

.more:hover > div {
    display: block;
}

span.more .dropdown-menu a {
    color: #333
}

blockquote {
    padding: 0;
    margin-left: 0;
    font-size: 14px;
    border-left: 2px solid #807373;
}

blockquote > p {
    padding: 0;
    margin-left: 0.5em;
}

blockquote img {
    display: none;
}

blockquote video {
    display: none;
}

.venues-and-tagcloud {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.venues {
    flex: auto;
}

.fp-tagcloud {
    flex: auto;
}

.storytable_row {
    display: flex;
    align-items: center;
    display: -webkit-flex;
}

.headline_cell {
    overflow-wrap: break-word;
    flex: auto;
}

.storytable_row.me > .comments_cell {
    font-weight: bold;
}

div.tag-story {
    display: flex;
    display: -webkit-flex;
}

div.tag-story > div.tag-entry {
    background-color: #807373;
    color: #eee;
    width: 16em;
}

div.preview {
    margin-left: 0.5em;
}

label {
    display: block;
}

.alert {
    margin: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 90%;
    line-height: 1.2;
}

.notifications-modal-button-group {
    text-align: center;
}

.notifications-modal-button-group button.btn.btn-default {
    margin-left: 0;
    margin-top: 0;
    width: 10em;
}

.notification-modal-line {
    position: relative;
}

.notification-killer {
    width: 16px;
    height: 16px;
    right: 0;
    top: 0;
    position: absolute;
}

.jqcloud {
    background-color: #034;
    width: 100%;
    min-height: 180px;
}

.shadowbanned {
    display: none;
}

.killfile .btn.btn-default {
    margin: auto;
}

.my-bios .btn.btn-default {
    margin: auto;
}

#queue > div {
    display: flex;
    align-items: center;
    display: -webkit-flex;
}

#queue > div > div {
    flex: auto;
}

#queue > div > div.cellstory {
    flex: 2 1 auto;
}

/* don't need NSFW image any more */
div.storytable_row.nsfw a.storylink {
    background-image: none;
    padding: auto;
}

table#queue tr.nsfw span.storylink {
    background-image: none;
    padding: auto;
}

div.jqcloud span {
    cursor: pointer;
}

div.jqcloud span.w10 {
    font-size: 250%;
}

div.jqcloud span.w9 {
    font-size: 225%;
}

div.jqcloud span.w8 {
    font-size: 200%;
}

div.jqcloud span.w7 {
    font-size: 175%;
}

div.jqcloud span.w6 {
    font-size: 150%;
}

div.jqcloud span.w5 {
    font-size: 140%;
}

div.jqcloud span.w4 {
    font-size: 125%;
}

div.jqcloud span.w3 {
    font-size: 110%;
}

div.jqcloud span.w2 {
    font-size: 100%;
}

div.jqcloud span.w1 {
    font-size: 90%;
}

.tos {
    padding-left: 2em;
}

h1.nsfw {
    background-color: #fdd;
}

div.storytable a {
    display: inline;
}

.preview {
    cursor: not-allowed;
}

.pmcompose .body textarea {
    background-color: #f5f7da;
    border: 1px solid #666;
    width: 90%;
}

.private-profile .pm-inbox-link, .public-profile-link {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.anchor-scroll-target {
    border: 1px solid darkgoldenrod;
}

div.poster-stats > div {
    border-radius: 0 0 5px 5px;
    padding: 5px 5px 5px 15px;
}

.search-criteria > label {
    display: block;
}

.search-criteria > button {
    display: block;
}

.search-result > .comment-body {
    border: 2px solid darkblue;
}

#queue .storyentry.nsfw {
    background-color: #fdd;
    color: #f00;
}

#queue .storyentry.nsfw .storylink a:link {
    color: #f00;
}

.cb figure.captioned-image > img {
    border: 0;
}

figure.captioned-image {
    border: 1px dashed #399;
    margin: 0;
    max-width: 90%;
    max-height: 64rem;
    display: inline-flex;
    flex-direction: column;
	align-items: flex-start;
}

figcaption {
    margin: 1rem;
}

#whoson {
    margin: 1rem;
    font-size: 90%;
}

.cb p {
    margin: 0 0 8px;
}

.cb blockquote p {
    margin-left: 5px;
}

.collapsing-in-add {
    background-color: red;
}

.rollcall-elem {
    background-color: #ddf;
    padding: 0.8rem;
}

.rollcall-elem.odd {
    background-color: white;
}

.rollcall-elem a {
    color: black;
}

.comments_cell .numeric {
    font-weight: 400;
}

.storytable_row.me .comments_cell .numeric {
    font-weight: 900;
}

.storytable_row.visited .comments_cell.stale {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
}

.changelog-entry {
    border-bottom: 2px solid darkblue;
}

.changelog textarea {
    width: 90%;
    display: block;
}

.invite-prefs .btn {
    margin: 1rem 0;
}

.debug {
    background-color: #123;
    color: pink;
}

#floatbar {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding-left: 1rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    background-color: #046380;
    color: #eee;
    cursor: pointer;
    z-index: 5; /* active paginator button is at 2 */
}

#floatbar a {
    color: #eee;
}

#floatbar i {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

#floatbar input {
    color: black;
}

#floatbar > div {
    display: inline-block;
}

.spoiler-warning {
    color: red;
    display: inline-block;
}

h6.spoiler {
    color: rgba(96,0,0,0);
    text-shadow: 0 0 6px #600;
    display: inline-block;
}

h6.spoiler:hover {
    color: rgba(96,0,0,1);
    text-shadow: none;
}

h6.spoiler a {
    color: rgba(51,122,183,0);
    text-shadow: 0 0 4px #337ab7;
}

h6.spoiler:hover a {
    color: #337ab7;
    text-shadow: none;
}

.vote.ignoring {
    text-decoration: line-through;
}
