/* -------------------------
BASIC CONTAINERS
------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|IM+Fell+DW+Pica:400,700&display=swap");
.container {
  background-color: #202225;
  margin: 0;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #202225; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  padding: 0px; }

.header-wrap {
  background-image: url("/game/uploads/theme_images/background.png");
  background-size: cover;
  height: 200px;
  background-position: center; }

.title-wrap {
  height: 149px;
  color: #dcddde;
  padding: 10px;
  padding-left: 20px;
  padding-top: 21px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.25); }

.body-wrap {
  padding: 0px 20px 0px 20px;
  background-color: #202225; }

.body-container {
  padding: 10px; }

.centered {
  text-align: center; }

.thumbnail {
  max-width: 100px;
  max-height: 100px; }

.thumbnail-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.thumbnail-gallery-item {
  height: 150px;
  width: 150px; }

.code-editor {
  font-family: Consolas,Monaco,Lucida Console,monospace; }

.markdown-editor {
  padding: 0px;
  margin-bottom: 5px; }

.markdown-preview {
  width: 98%;
  padding: 5px;
  margin: 0px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #202225;
  color: #b9babb;
  border: 1px solid #dcddde; }

.markdown-editor textarea {
  margin-top: 0px; }

.markdown-controls {
  margin-top: 3px;
  padding: 5px; }

.markdown-control-toggle {
  margin-left: 10px;
  margin-right: 5px;
  padding: 5px 10px 10px 10px;
  border-left: 1px solid #dcddde;
  border-right: 1px solid #dcddde; }

.markdown-control-toggle.active {
  background-color: #2F6A72;
  color: #dcddde;
  border-bottom: 0px; }

.idle-status, .app-status, #console, #console pre, #sendMsg, #sendMsg2, #manageLog {
  white-space: pre-wrap;
  background-color: black;
  color: white;
  font-family: "Lucida Console", Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
  font-size: 14px;
  padding: 10px; }

code {
  white-space: pre-wrap;
  color: #2F6A72;
  font-family: "Lucida Console", Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
  font-size: 14px; }

#console pre, #console p {
  padding: 0px;
  margin: 0px;
  border: none; }

.inline-block {
  display: inline-block; }

.ember-basic-dropdown-content {
  z-index: 3001; }

.modal-content {
  background-color: #202225; }

td > ul {
  padding-inline-start: 10px; }

/* -------------------------
NAVIGATION
------------------------- */
a {
  color: #7BB6BE;
  text-decoration: none; }

a:hover,
a:focus {
  color: #2F6A72;
  text-decoration: none; }

.user-bar {
  padding-right: 10px; }

.user-bar a {
  color: #dcddde; }

.header-wrap nav {
  background-color: rgba(0, 0, 0, 0.45);
  border: none;
  padding-left: 10px;
  padding-right: 10px; }

.navbar-inverse .navbar-nav > li > a {
  color: #dcddde; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #7BB6BE; }

.navbar {
  z-index: 2000; }

.navbar-collapse.in {
  background-color: #000; }

.toc {
  padding: 10px;
  background-color: #dcddde;
  width: 300px;
  max-width: 100%;
  border: 1px solid white;
  box-shadow: 5px 5px 5px #7BB6BE;
  padding: 15px;
  margin: 15px 15px 15px 0px;
  border-radius: 8px; }

.toc li {
  list-style-type: square; }

/* -------------------------
GENERAL HTML ELEMENTS
------------------------- */
h1 {
  background-color: #2F6A72;
  padding: .1em 1.2em;
  color: #dcddde;
  font-weight: normal;
  border: 3px solid transparent;
  letter-spacing: 0.1em;
  -moz-border-radius: 0px 25px;
  -webkit-border-radius: 0px 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px; }

h2 {
  padding-top: 20px;
  padding-bottom: 10px; }

td {
  padding: 5px; }

textarea.pre {
  font-family: Consolas,Monaco,Lucida Console,monospace; }

pre {
  border: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: normal;
  word-break: normal;
  overflow-x: hidden;
  overflow-wrap: normal;
  background-color: inherit; }

.ace-editor {
  position: relative;
  height: 500px;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

blockquote {
  margin: 0.4em 0;
  width: 80%;
  padding: 10px;
  font-size: 1em;
  background-color: #dcddde;
  border: 0px;
  border-left: 1px solid #7BB6BE;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

pre code {
  border: 2px solid #dcddde;
  border-radius: 5px;
  font-size: 1em;
  margin: 0.4em 0;
  width: 700px;
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

th {
  background-color: #2F6A72;
  color: #dcddde;
  padding: 8px; }

td {
  border-bottom: 1px solid #dcddde;
  padding: 8px; }

textarea {
  width: 98%;
  padding: 5px;
  margin: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #202225;
  color: #b9babb;
  border: 1px solid #dcddde; }

body {
  color: #b9babb;
  background-color: #202225; }

form {
  padding-bottom: 50px;
  background-color: #202225;
  color: #b9babb; }

input,
textarea,
.ember-power-select-trigger,
.ember-basic-dropdown-trigger,
.ember-power-select-search-input,
.ember-text-field {
  background-color: #202225;
  color: #b9babb;
  border: 1px solid #dcddde;
  border-radius: 3px;
  transition: border 0.3s linear;
  padding: 4px; }

input.color-select {
  height: 40px; }

.ember-basic-dropdown-trigger {
  min-width: 100px; }

li hr {
  margin: 2px;
  border-color: #7BB6BE;
  border-width: 4px; }

.emoji {
  font-size: 1.5em;
  vertical-align: middle; }

/* -------------------------
BOOTSTRAP OVERRIDES
------------------------- */
.navbar {
  margin-bottom: 0px; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 20rem; }

.label-primary {
  background-color: #2F6A72;
  color: #dcddde; }

.nav-tabs > li > a {
  border: 1px solid #dcddde; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #2F6A72;
  color: white; }

.tab-content {
  border: 1px solid #dcddde;
  border-top: 2px solid #2F6A72;
  padding: 10px;
  min-height: 50px; }

.panel {
  background-color: #202225;
  border-color: #dcddde; }

.panel-default > .panel-heading {
  background-color: #dcddde;
  border-color: #dcddde; }

.panel-primary > .panel-heading {
  background-color: #7BB6BE;
  border-color: #7BB6BE; }

.panel-primary, .panel-default {
  border-top: none; }

.btn-primary {
  background-color: #2F6A72;
  border-color: #2F6A72; }

.btn-info {
  background-color: #7BB6BE;
  border-color: #7BB6BE; }

mark {
  padding: 0;
  background-color: orange;
  color: white; }

.pull-right {
  padding: 10px; }

.modal {
  z-index: 3000; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

/* -------------------------
GOOGLE SEARCH OVERRIDES
------------------------- */
form.gsc-search-box {
  padding: 0px; }

/* Fixes the search box icon */
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  height: 26px !important;
  margin-top: 0 !important;
  min-width: 13px !important;
  padding: 5px 26px !important;
  width: 68px !important; }

/* Placeholder text keeps getting chopped off, so just hide it.*/
input.gsc-input::placeholder {
  color: white; }

table.gsc-search-box td {
  vertical-align: top !important;
  border: none;
  padding: 3px; }

.gsst_b {
  padding: 0px; }

.gsc-search-box-tools .gsc-search-box .gsc-input, .gscb_a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25em; }

/* --------------------------
ALERTIFY DIALOGS
---------------------------*/
.alertify-notifier .ajs-message.ajs-success {
  background-color: #2F6A72;
  color: #dcddde; }

/* --------------------------
YOUTUBE MUSIC PLAYER
---------------------------*/
.musicplayer-button {
  cursor: pointer;
  border: none;
  background: transparent;
  outline: none;
  display: block; }

.musicplayer-frame, .musicplayer-preload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  display: inline; }

.musicplayer-wrap {
  border-bottom: 1px solid #dcddde;
  margin: 5px; }

.musicplayer-description {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px; }

/* -------------------------
HEADER
------------------------- */
.site-title {
  margin: 0px;
  font-size: 3em; }

.site-subtitle {
  font-size: 1.2em; }

.site-title a, .site-title a:hover, .site-title a:active {
  color: #dcddde;
  text-decoration: none; }

.user-bar {
  margin-top: 15px; }

.loginDisplay {
  text-align: right; }

.alts-switcher {
  width: 100%; }

/* -------------------------
FOOTER
------------------------- */
.footer {
  font-size: 0.9em;
  color: #98999a;
  border-top: 1px solid #98999a;
  margin-top: 40px;
  padding-top: 10px; }

/* -------------------------
SIDEBAR
------------------------- */
.sidebar-box-left {
  border-right: 1px solid #dcddde;
  padding-right: 10px; }

.sidebar-box-right {
  border-left: 1px solid #dcddde;
  padding-left: 10px; }

.sidebar-box {
  border-top: 1px solid #dcddde;
  margin: 2px;
  font-size: .9em; }

.sidebar-heading {
  text-align: center;
  padding-bottom: 10px; }

.sidebar-heading h2 {
  text-align: center;
  font-size: 1.5em;
  color: #98999a;
  font-variant: small-caps;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px; }

.search-bar {
  padding: 10px; }

.sidebar-list {
  word-wrap: break-word; }

.search-hint {
  color: #98999a;
  font-style: italic; }

/* -------------------------
GENERAL UTILITIES
------------------------- */
.clearfix {
  clear: both; }

.small-profile-icon {
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 2px;
  object-fit: cover;
  object-position: center 10%; }

.tiny-profile-icon {
  width: 25px;
  height: 25px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 2px;
  object-fit: cover;
  object-position: center 10%; }

.icon-row img {
  margin-left: 20px; }

.faded {
  background-color: gray;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.inline-response {
  border: 1px solid #dcddde;
  margin: 20px;
  padding-left: 20px;
  margin-top: 30px; }

.inline-response form {
  padding-bottom: 20px; }

.hint {
  color: #98999a;
  font-style: italic;
  font-weight: bold;
  padding-left: 10px; }

.tinyhint {
  color: #98999a;
  font-style: italic;
  padding-left: 10px;
  font-size: .8em; }

img {
  max-width: 100%; }

.image-container {
  padding: 5px;
  max-width: 100%; }

.image-container img {
  max-width: 100%; }

.image-container.center img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-container.right img {
  display: block;
  margin-left: auto;
  margin-right: 0; }

.icon-status-web-active {
  border: 3px double #176109;
  border-radius: 30px; }

.icon-status-game-active {
  border: 3px solid #176109;
  border-radius: 30px; }

.icon-status-web-inactive {
  border: 3px double #ccc;
  border-radius: 30px; }

.icon-status-game-inactive {
  border: 3px solid #ccc;
  border-radius: 30px; }

/* -------------------------
HOME SCREEN
------------------------- */
.jumbotron {
  background-color: #202225;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px; }

.jumbotron-image {
  height: 250px;
  max-width: 100%;
  background: url("/game/uploads/theme_images/jumbotron.png");
  background-size: cover;
  background-position: center;
  margin: auto; }

.jumbotron img {
  max-width: 70%;
  width: 400px; }

.jumbotron-tagline {
  font-size: 3em; }

.container .jumbotron {
  border-radius: 0px; }

.splash-box {
  border-top: 1px solid #dcddde;
  border-left: 1px solid #dcddde;
  min-height: 200px; }

.splash-heading {
  text-align: center;
  padding-bottom: 10px; }

.jumbotron .splash {
  padding-top: 20px;
  text-align: left;
  margin: auto;
  width: 80%; }

.jumbotron .splash p {
  font-size: 1.25em; }

/* -------------------------
PLAY SCREEN
------------------------- */
#console {
  height: calc(100vh - 325px);
  min-height: 400px;
  overflow-y: scroll; }

#sendMsg, #sendMsg2 {
  width: 100%;
  height: 100px;
  border: 2px solid #dcddde;
  margin: 0px;
  margin-top: 5px;
  border: 0px; }

/* -------------------------
CHARGEN SCREEN
------------------------- */
.cg-tip {
  color: #98999a;
  font-style: italic;
  font-size: 1em; }

.app-status {
  padding: 10px; }

.fs3-divider {
  background-color: #dcddde; }

.chargen-section-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0 10px 0; }

/* -------------------------
SCENES SCREEN
------------------------- */
.scene-pose {
  padding: 10px;
  margin: 15px; }

.scene-pose-header {
  font-size: .8em;
  border-top: 1px dashed #dcddde;
  padding-top: 10px;
  color: #98999a;
  margin-bottom: 20px; }

.scene-system-pose {
  margin-left: 25px;
  color: #98999a;
  font-style: italic; }

.scene-set-pose {
  margin-left: 25px;
  border-left: 1px solid #7BB6BE;
  font-style: italic;
  padding: 0px 10px 10px 10px; }

.scene-ooc-pose {
  margin-left: 25px;
  background-color: #202225;
  color: #dcddde;
  padding: 0px 10px 10px 10px; }

.scene-command {
  margin-left: 25px;
  color: #98999a;
  font-style: italic; }

.scene-log {
  border: 1px solid #dcddde;
  margin: 2px;
  padding: 10px; }

#live-scene-log {
  height: calc(100vh - 400px);
  min-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 2px 0px; }

.log-icon-container {
  width: 150px;
  height: 150px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: #202225; }

.log-icon {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  object-position: center 10%; }

.log-icon-title-container {
  width: 150px;
  background-color: #202225;
  z-index: 98;
  position: relative;
  top: -19px;
  -moz-border-radius: 25px 0px;
  -webkit-border-radius: 25px 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  vertical-align: middle; }

.log-icon-title {
  z-index: 99;
  text-align: center;
  font-weight: bold;
  color: #dcddde; }

.scene-event {
  background-color: #337ab7; }

.scene-social {
  background-color: #5cb85c; }

.scene-vignette {
  background-color: #f0ad4e; }

.scene-privacy-open {
  background-color: #5cb85c; }

.scene-privacy-private {
  background-color: #337ab7; }

.scene-privacy-openstar {
  background-color: #5bc0de; }

.scene-pacing-traditional {
  background-color: #5cb85c;
  color: white; }

.scene-pacing-asynchronous {
  background-color: #5bc0de;
  color: white; }

.scene-pacing-distracted {
  background-color: #f0ad4e;
  color: white; }

.log-box {
  background-color: white;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px; }

.log-wrap {
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #202225;
  margin: 5px;
  padding: 5px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/game/uploads/theme_images/box-bg.png"); }

.log-participants-box {
  padding-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.badge-likes {
  background-color: red; }

.pose-divider {
  margin: 20px 25px 20px 25px;
  border: 1px solid #eee;
  align: center;
  height: 1px; }

.scene-pose-order {
  padding-left: 10px; }

.scene-pose-order .hint {
  padding-left: 0px; }

.your-pose-order {
  font-weight: bold;
  color: green; }

.scene-menu {
  display: inline-block; }

.scene-menu .dropdown-toggle {
  padding: 0px; }

.scene-pose-select, .scene-char-select, .forum-char-select {
  width: 175px;
  padding-top: 10px; }

.scene-pose-box {
  margin: 10px 0px;
  width: 100%; }

.scene-controls-box {
  border: 1px solid #ccc;
  background: #F5F5F5;
  padding: 5px; }

.scene-controls {
  display: flex;
  flex-flow: row-reverse wrap; }

.pose-buttons {
  display: flex;
  flex-flow: row-reverse wrap; }

.pose-buttons .btn {
  margin-left: 4px; }

.scene-controls-left {
  padding: 5px; }

.scene-controls-right {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  padding: 5px; }

.scene-char-select .tiny-profile-icon {
  margin: 0 2px 3px 0; }

.live-scene-controls a, .chat-controls a, .unshared-scenes-controls a {
  padding-right: 15px;
  padding-bottom: 5px;
  display: inline-block; }

.live-scenes-controls a {
  padding-right: 10px; }

.unshared-scene-warnings {
  margin-bottom: 10px; }

.live-scenes-block, .unshared-scene-block {
  padding-bottom: 5px;
  margin-bottom: 10px; }

.live-scenes-heading, .unshared-scenes-heading {
  background-color: #dcddde;
  padding: 5px 0px 5px 0px;
  border-radius: 5px; }

.unshared-scenes-controls {
  padding: 10px 0px; }

.live-scenes-controls {
  padding: 0px;
  text-align: right; }

.scene-title {
  font-weight: bold; }

.scene-info-label {
  font-weight: bold; }

.live-scenes-block .scene-title-block {
  background-color: #dcddde;
  padding: 10px; }

.content-warning-label {
  margin: 0px 5px; }

@media (max-width: 767px) {
  .scene-controls-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding-top: 10px;
    align-items: flex-end; }
  .scene-controls-left .scene-menu {
    margin-left: 4px; }
  .scene-controls-left .dropdown-menu {
    right: 0;
    left: auto; } }

/* -------------------------
CHARACTERS SCREEN
------------------------- */
.profile-gallery {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  width: 150px; }

.profile-gallery-input textarea {
  margin: 0px;
  width: 100%; }

.profile-gallery-input code {
  color: #b9babb;
  background-color: #202225; }

.profile-box {
  background-color: white;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px; }

.profile-box .row {
  border-bottom: 1px solid #dcddde;
  margin: 10px;
  padding: 3px; }

.profile-title {
  background-color: #2F6A72;
  color: #dcddde;
  padding: 20px;
  margin: 0;
  font-size: 1.5em; }

.profile-divider {
  background-color: #2F6A72;
  color: #dcddde;
  padding: 5px;
  margin: 0; }

.profile-wrap {
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #202225;
  margin: 5px;
  padding: 15px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/game/uploads/theme_images/box-bg.png"); }

.achievement-levels {
  padding-top: 5px;
  color: #bbb; }

table.char-ability-list {
  width: 100%; }

.char-ability-title {
  font-size: 1.5em;
  background-color: #2F6A72;
  padding: .1em 1.2em;
  color: #dcddde;
  font-weight: normal;
  border: 3px solid transparent;
  letter-spacing: 0.1em;
  margin: 20px 0px 10px 0px; }

.profile-image {
  width: 300px;
  margin: auto;
  display: block;
  border-radius: 4px;
  max-width: 100%; }

.relationship-icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  object-position: center 10%; }

.relationship-icon-container {
  width: 100px;
  height: 100px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: #202225; }

.relationship-title-container {
  text-align: center; }

.relationship-row {
  margin: 10px;
  padding: 5px;
  border: 1px solid #dcddde; }

.status-message {
  color: white;
  background-color: #7BB6BE;
  text-align: center; }

.tab-cover {
  font-size: 2em;
  font-variant: small-caps;
  text-align: center; }

.profile-tab {
  padding-top: 15px;
  padding-bottom: 15px; }

.char-scene-list {
  max-width: 50%; }
  .char-scene-list span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%; }

.relaedScenesList, .participantsList {
  margin-top: 20px;
  margin-bottom: 20px; }

.file-image {
  max-width: 500px; }

.upload-preview {
  max-width: 100px;
  max-height: 100px; }

input[type='file'] {
  color: transparent; }

.combat-damage {
  color: red; }

#combat-log {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 5px; }

.fs3-linked-attr {
  font-size: .7em;
  color: #98999a; }

.roster-table {
  width: 100%; }

.roster-char-title {
  font-size: 1.5em;
  background-color: #2F6A72;
  padding: .1em 1.2em;
  color: #dcddde;
  font-weight: normal;
  border: 3px solid transparent;
  letter-spacing: 0.1em;
  margin: 20px 0px 10px 0px; }

.roster-char-warnings {
  margin-bottom: 5px; }

/* -------------------------
CHAT SCREEN
------------------------- */
#chat-window {
  height: calc(100vh - 400px);
  min-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #dcddde;
  margin: 2px;
  padding: 10px; }

.play-sidebar {
  max-height: 800px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 5px; }

.play-sidebar:hover {
  overflow-y: auto; }

.play-scene-title {
  font-size: 2em;
  color: #98999a; }

.play-scene-context-prompt {
  font-weight: bold;
  font-size: 1.5em;
  color: #b9babb; }

.play-scene-context-wrap {
  margin-top: 10px; }

.play-hint {
  color: #98999a;
  margin-left: 5px;
  font-size: .8em; }

.chat-box {
  padding: 3px;
  margin: 0px; }

.chat-report {
  max-height: 200px;
  overflow-y: scroll; }

.timestamp-tip {
  color: #98999a;
  font-style: italic;
  font-size: .8em; }

.chat-button-active {
  color: #dcddde;
  background-color: #2F6A72; }

.chat-button-active:focus {
  color: #dcddde;
  background-color: #2F6A72; }

.chat-add-convo {
  display: inline-block; }

.chat-nav > li > a {
  padding: 0px; }

.chat-control-row {
  margin: 0px;
  padding: 0px 15px 0px 0px; }

.play-section-title {
  color: #98999a;
  font-variant: small-caps;
  font-weight: bold;
  margin: 10px 5px 5px 5px; }

.play-selector {
  width: 100%;
  padding: 5px; }

.play-selector-active {
  background-color: #eee; }

.navbar-nav > li > a.dropdown-toggle.chat-menu {
  padding: 10px 0px 0px 0px; }

/* -------------------------
JOBS SCREEN
------------------------- */
.job-filter {
  margin-left: 10px; }

.job-status {
  background-color: gray; }

.job-status-DONE {
  background-color: gray;
  color: white; }

.job-status-NEW {
  background-color: yellow;
  color: black; }

.job-status-OPEN {
  background-color: green;
  color: white; }

.job-status-HOLD {
  background-color: red;
  color: white; }

.job-category {
  background-color: gray; }

.job-category-general {
  background-color: white;
  border: 1px solid gray; }

.job-category-ALERT, .job-category-BUG {
  background-color: red;
  color: white; }

.job-category-BUILD, .job-category-CODE {
  background-color: orange;
  color: black; }

.job-category-APP {
  background-color: purple;
  color: white; }

.job-category-APP, .job-category-REQ {
  background-color: purple;
  color: white; }

.job-reply {
  padding: 5px;
  margin-top: 5px; }

.admin-only-reply-label {
  background-color: #f0ad4e; }

.admin-only-reply, .admin-only-reply .markdown-editor {
  background-color: #fcf8e3;
  border-color: #faebcc; }

.job-participant-edit-box {
  padding-left: 15px; }

.job-template-editor {
  margin: 0px; }

.preset-responses {
  margin: 5px 0px 15px 0px; }

/* -------------------------
OTHER
------------------------- */
.small-who-icon {
  float: left;
  padding: 15px; }

.xp-progress {
  max-width: 100%;
  width: 200px;
  display: inline-block;
  margin-bottom: 5px;
  position: relative; }

.xp-progress-points {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.xp-ability {
  border-bottom: 1px solid #dcddde;
  padding: 5px;
  margin: 5px 0px;
  min-height: 50px; }

.xp-ability .col {
  padding-right: 5px;
  padding-left: 5px; }

.xp-ability-name {
  font-weight: bold; }

.xp-list {
  margin: 5px 0px; }

.xp-list h1 {
  font-size: 1em; }

.fs3-damage-block {
  border-bottom: 1px solid #dcddde;
  padding: 5px;
  margin: 5px; }

.fs3-damage-title {
  font-weight: bold; }

.wiki-breadcrumbs {
  margin-bottom: 10px; }

.wiki-page-columns {
  column-count: 3; }

.help-heading {
  margin-top: 5px; }

.help-topic img {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }

ul.regular-help-list {
  list-style-type: square; }

ul.reference-help-list {
  padding-left: 25px; }

ul.reference-help-list li {
  display: inline; }

ul.reference-help-list > li:not(:last-child)::after {
  content: "\00b7";
  margin: 0 .25em; }

.reference-help-title {
  color: #98999a;
  font-style: italic;
  font-weight: bold;
  padding-left: 25px; }

.emoji-example {
  font-size: 24px; }

.forum-reply-panel {
  padding: 10px; }

.idle-status {
  white-space: normal; }

.server-migration {
  padding-right: 10px; }

.prefs-list-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #dcddde;
  padding: 10px; }

.prefs-list-description {
  padding-left: 20px; }

/*.char-scene-list li:before { content: "\2666  "; }*/
@media (max-width: 765px) {
  .site-title {
    font-size: 2em;
    max-height: 50px; }
  h1, h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.25em; }
  .char-ability-title {
    font-size: 1.25em; }
  .profile-wrap {
    padding: 5px; }
  .profile-box {
    padding: 5px;
    margin: 5px; }
  .log-wrap {
    padding: 5px; }
  .log-box {
    padding: 5px;
    margin: 5px; }
  .container {
    padding-left: 0px;
    padding-right: 0px; }
  .profile-image-wrap, .profile-demo-wrap {
    padding: 5px; }
  .body-row {
    display: flex;
    flex-direction: column; }
  .left-sidebar {
    order: 2; }
  .right-sidebar {
    order: 2; }
  .left-body {
    order: 1; }
  .right-body {
    order: 1; }
  .xp-ability {
    min-height: 100px; }
  .wiki-page-columns {
    column-count: 1; } }

/* ---Official Variables--- */
/* ---End Official Variables--- */
/* Main Body Stuff */
body {
  background-color: #202225;
  color: #b9babb;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 15.5px;
  line-height: 23.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.body-wrap {
  padding: 0px .5em;
  background: #202225;
  color: #b9babb; }

.body-row img {
  border-radius: 0px; }

@media screen and (max-width: 767px) {
  .left-body {
    padding-bottom: 0; } }

.left-body p {
  margin-left: 10px; }

a {
  color: #7bb6be;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

a:hover, a:focus {
  color: #a2dde5; }

code {
  padding: 5px;
  background-color: inherit;
  color: #7bb6be;
  font-size: .875em; }

ul p {
  margin-bottom: 0; }

ul ul {
  margin-bottom: 10px; }

.fa, .fas {
  font-weight: 900;
  text-shadow: none; }

.emoji {
  font-size: 1.25em;
  line-height: 1em; }

a[name='quick'] ~ .col {
  line-height: 32px; }

a[name='smileys'] ~ .col > .col-xs-3.emoji-example {
  font-size: 16px; }

.hint {
  font-size: .875em;
  font-weight: normal; }

.hint.pull-right {
  padding-top: 1em; }

.hint.pull-right.text-right {
  padding-top: 0; }

.hint.pull-right.text-right > p {
  margin-bottom: -.25em; }

:focus {
  outline: none; }

footer {
  padding: 0 1.5em .5em; }

.container-fluid > hr {
  display: none; }

.label {
  color: #dcddde; }

/* Header and Top Menu */
.header-wrap {
  background-image: url(/game/uploads/theme_images/background.jpg);
  background-position: 50% 35%;
  height: 199px;
  margin: 0 -15px; }

.header-wrap nav {
  border-radius: 0px;
  z-index: 1; }

.title-wrap {
  color: #e9eaeb; }

@media screen and (max-width: 767px) {
  .header-wrap {
    height: 169px; }
  .title-wrap {
    height: 119px; } }

.site-title a, .site-title a:hover, .site-title a:active {
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif;
  text-shadow: 1px 1px 0px #202225;
  color: #e9eaeb; }

.site-title {
  margin: 1.5rem 0 0; }

.site-subtitle, th {
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif; }

.site-subtitle {
  font-size: 1.35em;
  margin-top: .125em;
  margin-left: 4em; }

@media screen and (max-width: 767px) {
  .site-title {
    font-size: 3em;
    max-height: auto; }
  .site-subtitle {
    font-size: 1.25em;
    margin-left: 4.25em; } }

.jumbotron-tagline, .toc h4 {
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif; }

.dropdown-menu {
  background-color: #292b2f;
  border: none; }

.dropdown-menu > li > a {
  font-weight: 700;
  color: #98999a;
  font-size: 16px;
  text-shadow: none;
  font-variant: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #dcddde;
  background-color: #2f6a72;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.dropdown-menu .divider {
  background-color: #2f6a72; }

.navbar {
  font-size: 1.25em;
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif; }

.navbar-inverse .navbar-nav > li > a,
.nav.navbar-right li:nth-of-type(9) .dropdown-toggle:before {
  line-height: 1.65em;
  vertical-align: middle;
  padding: .5em .75em;
  color: #b9babb; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #dcddde;
  background-color: #292b2f; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #292b2f; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #202225;
  border-color: transparent;
  color: #dcddde; }

.body-wrap .nav > li > a {
  padding: 0; }

.nav.navbar-right li:nth-of-type(9) .dropdown-toggle {
  font-size: 0; }

.nav.navbar-right li:nth-of-type(9) .dropdown-toggle .caret {
  display: none; }

.nav.navbar-right li:nth-of-type(9) .dropdown-toggle:before {
  font-size: 1.75rem;
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  line-height: 3.2rem; }

.label-pill {
  font-size: .65em;
  padding: .3em .8em .2em; }

.user-bar {
  position: relative;
  z-index: 2; }

.user-bar .label-pill {
  padding: .2em .6em .2em .8em;
  margin-right: .25em; }

.user-bar p, .user-bar a {
  color: #b9babb; }

#notificationBadge {
  font-size: 1.35em;
  position: relative;
  top: 1px; }

@media screen and (max-width: 991px) {
  .label-pill#notificationBadge {
    font-size: .7em;
    font-family: Lato;
    padding: .1em .7em .2em;
    position: relative;
    top: -.125em; }
    .label-pill#notificationBadge > .fa {
      font-size: .875em; } }

.label-primary {
  background-color: #2f6a72;
  color: #dcddde;
  text-shadow: none; }

.label-warning {
  background-color: #692323;
  color: #dcddde; }

.label-info {
  background-color: #2b535a;
  margin-left: .5em; }

.label-danger {
  display: inline-block;
  margin-left: .25em;
  padding-bottom: .4em;
  padding-left: .775em;
  padding-right: .8em;
  padding-top: .3675em;
  background-color: #692323; }

.content-warning-label {
  margin: 0 0 0 .25em; }

.label-info, .scene-privacy-private, .scene-privacy-openstar, .scene-privacy-open {
  position: relative;
  top: -1px; }

.scene-privacy-openstar {
  background-color: #42797f; }

.scene-privacy-open, .scene-privacy-private, .scene-social, .scene-vignette, .scene-nsfw, .scene-event, .scene-dream, .scene-slow, .scene-journal, .scene-text, .scene-Social, .scene-Vignette, .scene-Nsfw, .scene-Event, .scene-Dream, .scene-Slow, .scene-Journal, .scene-Text {
  color: #dcddde; }

/* Headers and What-Not */
h1 {
  background-color: inherit;
  padding: 0px;
  color: #b9babb;
  font-weight: normal;
  border: none;
  letter-spacing: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px; }

h1, h2, h3, h4, h5, h6, .tab-cover {
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif;
  margin-bottom: 0; }

.h1, h1 {
  font-size: 2.625em;
  line-height: 1.524; }

.h2, h2 {
  font-size: 2.063em;
  line-height: 1.545; }

.h3, h3 {
  font-size: 1.625em;
  line-height: 1.577; }

.h4, h4 {
  font-size: 1.25em;
  line-height: 1.65; }

.h5, h5 {
  font-size: 1em;
  line-height: 1.688; }

.h6, h6 {
  font-size: 0.813em;
  line-height: 1.692; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 1em; }

h2 {
  /*    padding-top: 10px;
    padding-bottom: 5px; */
  padding-top: .25em;
  padding-bottom: 0; }

legend, pre {
  color: #b9babb; }

blockquote {
  background-color: #292b2f;
  color: #b9babb;
  font-size: 0.95em;
  border: 0px;
  border-radius: 0px;
  margin: 1em auto;
  padding: 1em 2em;
  display: table;
  width: auto;
  max-width: 80%; }

.left-body blockquote p {
  margin-left: 0; }

blockquote a {
  text-shadow: none; }

blockquote a:hover {
  text-shadow: none; }

.toc {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  background: #273c41;
  padding: 1em 1.5em;
  margin: 1em auto;
  width: 100%; }

.toc ul {
  padding-inline-start: 1.5em; }

.toc li {
  list-style-type: square; }

@media screen and (min-width: 768px) {
  .toc {
    float: right;
    width: 40%;
    margin: 1em 0 1em 1em; } }

.toc a {
  color: #b9babb; }

.toc h4 {
  font-size: 1.625em;
  margin-top: 0; }

/* Sidebars */
.right-sidebar {
  font-size: inherit;
  padding: 1.5em 10px 0;
  border-left: none;
  border-bottom: none;
  font-weight: 400;
  line-height: 1.5; }

@media screen and (max-width: 767px) {
  .right-sidebar {
    padding: 0 1rem; } }

.sidebar-box {
  border-top: none;
  margin: 2px;
  font-size: 1em; }

.sidebar-box-right {
  border-left: none;
  padding-left: 10px;
  background: #292b2f;
  color: #98999a;
  margin: .75em 0;
  padding: 0.938rem; }

.sidebar-box a {
  text-shadow: none;
  font-weight: normal; }

.sidebar-box > p:last-child {
  text-align: right;
  margin-bottom: 0; }

.sidebar-box:nth-of-type(2) span {
  color: inherit; }

.sidebar-heading {
  text-align: center;
  padding-bottom: .25em; }

.sidebar-heading + .alert {
  margin-top: 0; }

.sidebar-heading h2 {
  text-align: center;
  font-size: 22px;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: none;
  font-variant: normal; }

.sidebar-heading .fa,
.sidebar-box.sidebar-box-right:first-of-type {
  display: none; }

/* Front Page */
.container .jumbotron,
.container-fluid .jumbotron {
  background-color: inherit;
  padding: 1.5em 0 0;
  margin-bottom: 0; }

p.frontpage {
  text-align: left;
  font-size: 18px;
  font-style: normal !important;
  line-height: 1.625em; }

span > p.frontpage:first-child, p.frontpage:nth-last-child(2) {
  text-align: center; }

.jumbotron img {
  border-radius: 4px;
  max-width: 100%;
  width: 500px;
  margin-bottom: 1.5em; }

.jumbotron .splash {
  text-align: left;
  margin: auto;
  padding: 0 2em;
  width: auto; }

.jumbotron .splash p {
  font-size: 1.10em; }

.jumbotron .splash p:last-child {
  margin-bottom: 0; }

.splash-box {
  border-top: 0px solid #dcddde;
  border-left: 0px solid #dcddde; }

.splash-box p {
  text-align: center; }

.jumbotron > hr {
  border-top-color: #3f4e4e; }

/* Play Styling */
.play-sidebar {
  background-color: #292b2f;
  color: #98999a;
  overflow-y: auto;
  padding: .5em; }

.play-sidebar:hover {
  overflow-y: auto; }

p.play-section-title {
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif;
  font-size: 1.25em;
  margin: .75em 0 0;
  color: #98999a; }

p.play-section-title:first-of-type {
  margin-top: 0; }

.play-section-title .hint--right::after {
  bottom: calc(100% + 11px);
  transform: translateX(-50%);
  z-index: 1000000; }

.play-section-title .hint--right:before {
  border-right-color: transparent;
  border-top-color: #292b2f;
  bottom: 100%;
  margin-left: -8px; }

.play-section-title .hint--right:before, .play-section-title .hint--right::after {
  left: calc(50% - 6px);
  margin-bottom: -11px; }

.play-section-title + a .play-selector {
  padding-top: 0; }

.play-section-title .fa,
.play-section-title .fas {
  font-size: .675em; }

.play-section-title a {
  position: absolute;
  right: .5em; }

.play-section-title a:nth-of-type(2) {
  right: 1.5em; }

.play-section-title a:nth-of-type(3) {
  right: 2.5em; }

.play-section-title a:nth-of-type(4) {
  right: 3.65em; }

.play-scene-title {
  font-size: 1.625em;
  line-height: 1.577;
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif; }

.play-scene-context-prompt {
  font-size: 1.25em;
  font-weight: normal;
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif; }

.play-scene-context-prompt .fa-caret-square-down {
  font-size: .675em;
  color: #7bb6be; }

.play-scene-context-wrap {
  margin-top: 0; }

.live-scene-controls a,
.chat-controls a {
  padding: 0 .5em 0 0; }

@media (max-width: 991px) {
  .play-section-title a {
    right: 1.25em; }
  .play-section-title a:nth-of-type(2) {
    right: 2.25em; }
  .play-section-title a:nth-of-type(3) {
    right: 3.25em; }
  .play-section-title a:nth-of-type(4) {
    right: 4.4em; } }

@media screen and (min-width: 768px) {
  .live-scene-controls {
    position: absolute;
    right: .5em; } }

.play-hint {
  color: #98999a;
  margin-left: 5px;
  font-size: .875em; }

.play-selector {
  padding: 5px 0 0 5px; }

.play-selector .fa-flag {
  font-size: .75em;
  position: relative;
  top: -1px; }

.play-selector .label-pill {
  padding: 0px 6px;
  position: relative;
  top: -1px; }

.play-selector-active {
  background-color: transparent;
  font-weight: bold; }

/* Who Styling */
/* Chat Styling */
#chat-window {
  border: none;
  background-color: #292b2f;
  margin-bottom: 5px;
  height: calc(100vh - 275px);
  min-height: 400px;
  max-height: unset; }

#chat-window .timestamp-tip {
  font-size: 0.85em; }

#chat-window .scene-pose-header {
  padding-top: 1em;
  border-top: 1px solid rgba(152, 153, 154, 0.125); }

.navbar-nav > li > a.dropdown-toggle.chat-menu {
  padding: 0;
  margin: 0 3px; }

.chat-box + .nav + .pull-right {
  padding: 1px 4px; }

/* Custom Wiki Styles */
.row.wiki-breadcrumbs {
  margin: 0 -15px 1em !important; }
  .row.wiki-breadcrumbs .col:last-child {
    text-align: right; }

.pagebox {
  height: 12em;
  float: left;
  border: none;
  border-radius: 0px;
  padding: .75em 1em;
  margin: .5em;
  background: #292b2f;
  overflow-y: auto;
  width: 31.5% !important;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  min-width: 260px; }

.pagebox h3 {
  border-bottom: 2px solid #36393f;
  padding-bottom: .375em;
  margin-left: 0px;
  margin-top: 0px;
  padding-right: 1em;
  position: relative;
  line-height: 1.125; }

.pageboxh .fas {
  position: absolute;
  right: 1.125em;
  top: 1.125em; }

.pagebox p {
  margin: 0; }

.pageboxs {
  font-style: italic;
  font-size: 0.95em;
  padding-top: .25em; }

.businessbox {
  width: 340px;
  float: right;
  padding: .5em;
  margin: .5em 0 .5em 1em;
  background: #292b2f;
  padding-bottom: .75em;
  font-size: 1.075em; }

.businessbox p {
  margin: 0; }

.bustext {
  display: table;
  margin: 0 auto; }

.busrow {
  padding: .25em; }

.bustitle,
.businfo {
  display: table-cell; }

.bustitle {
  width: 5.525em;
  font-weight: bold;
  text-align: right;
  white-space: nowrap; }

.businfo {
  padding-left: .5em; }

.pagejumper {
  float: right;
  margin-top: 40px; }

.pagejumper-bottom {
  margin-top: -15px; }

.thumbnail {
  max-width: 125px;
  max-height: 125px; }

.list-group-item, .thumbnail {
  background-color: #202225;
  border: none; }

/* Profile */
@media (min-width: 992px) {
  .profile-wrap > div > .col-md-4 {
    width: 41.66667%; }
  .profile-wrap > div > .col-md-8 {
    width: 58.33333%; } }

.profile-wrap {
  border-radius: 0px;
  border: 0px;
  margin: 0px !important;
  margin-bottom: 5px !important;
  padding: 30px 15px;
  background-color: #36393f;
  background-image: linear-gradient(135deg, rgba(95, 99, 107, 0.75) 10%, rgba(32, 34, 37, 0.025) 100%), url("/game/uploads/theme_images/background.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-blend-mode: soft-light; }

.profile-image {
  margin-bottom: 20px;
  width: 400px; }

.profile-box .row:first-child {
  padding: .5em .75em;
  background-color: #2f6a72;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.5em;
  border-radius: 0px;
  color: #dcddde;
  margin-top: 0; }

.profile-box .row:first-child div:first-child {
  display: none; }

.profile-box .row:first-child div:last-child {
  padding: 0;
  width: 100%; }

.profile-box {
  background-color: rgba(32, 34, 37, 0.5);
  border-radius: 0px;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  display: flex;
  flex-flow: column;
  margin: 0; }
  .profile-box .row {
    margin: .5em 0 0;
    border-bottom: none; }
    .profile-box .row div:first-child {
      white-space: nowrap; }
    .profile-box .row:nth-of-type(2) {
      margin-top: 1em; }

.profile-divider {
  background: #2f6a72;
  margin: 1em 0 .5em; }

.profile-tab {
  padding: 1em 0; }

.profile-wrap + .profile-tab {
  padding-top: 2.25em; }

.profile-tab + div:not(.profile-tab) {
  margin: 1em 0 1.5em; }

.profile-tab + hr {
  display: none; }

.nav.nav-tabs > li > a {
  padding: .55em 1em .625em; }

.nav-tabs > li > a:hover {
  border-color: #292b2f; }

@media screen and (min-width: 768px) {
  .profile-tab ~ .row {
    position: relative;
    top: -2em; }
    .profile-tab ~ .row > .col,
    .profile-tab ~ .row > .col > .pull-right {
      padding-right: 0; }
  .profile-tab ~ b, .profile-tab ~ a {
    position: relative;
    top: -.25em;
    left: .25em; } }

.profile-tab:nth-of-type(7) .panel,
.profile-tab:nth-of-type(8) .panel {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 1em; }

img.profile-gallery {
  display: inline-block;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  height: 150px;
  width: auto;
  margin: .5em; }

.profile-tab:nth-of-type(7) .panel img.profile-gallery:hover {
  transform: scale(2);
  z-index: 100;
  position: relative; }

.tab-cover {
  font-variant: normal;
  color: #b9babb;
  font-size: 2.063em;
  padding-top: .1em;
  line-height: 1em; }

.relationship-row {
  border: 1px solid #36393f;
  background: #36393f; }
  .relationship-row .col.col-xs-12.col-sm-8.ansi {
    width: calc(100% - 120px);
    padding: 15px; }
  .relationship-row .col.col-xs-12.col-sm-3 {
    width: 120px;
    padding: 15px; }
  .relationship-row button {
    background: #2f6a72;
    color: #dcddde; }

.relationship-icon-container {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #2f6a72; }

.musicplayer-wrap {
  padding: .25em;
  border: none;
  background-color: #2b535a; }

.musicplayer-wrap .row {
  display: flex;
  align-items: center;
  padding-left: .5em; }

.musicplayer-wrap img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.musicplayer-wrap .col.col-xs-3.col-sm-1 {
  width: 60px; }

.musicplayer-description {
  font-style: italic;
  margin-bottom: 0; }

.diff ul {
  background: #36393f;
  padding: 0 1em .6em; }

/* Scenes and Logs */
.alert.scene-alerts {
  margin: 0;
  padding: 0px 0px 2px; }

.scene-ooc-pose {
  background-color: #202225;
  color: #b9babb;
  padding: .25em;
  margin: 0 .1875em 1em .75em; }

.scene-ooc-pose .label {
  border-radius: 2px;
  float: left;
  font-style: normal;
  font-weight: bold;
  margin: .35em .5em 0 .35em;
  padding: .3846em .5769em .2885em; }

.scene-ooc-pose p {
  margin-left: .25em;
  margin-right: .25em; }

.scene-set-pose {
  margin: 6px 3px 10px 12px;
  font-style: normal;
  padding: 10px 10px 5px 10px;
  background: #273c41;
  color: #dcddde;
  border-radius: 0px;
  border: none; }

.scene-set-pose p:only-child {
  margin-bottom: .325em; }

.scene-system-pose {
  padding-bottom: .5em;
  margin: 0 2em 1em;
  border-bottom: 1px dotted #2b535a; }

.log-icon-container {
  width: 150px;
  height: 150px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  background: #202225;
  border: 2px solid #202225; }

.log-icon-title-container {
  background-color: rgba(32, 34, 37, 0.75);
  width: 146px;
  height: 25px;
  margin-left: 2px;
  top: -25px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.log-icon-title {
  font-weight: normal;
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1em;
  padding-top: 5px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #dcddde; }

.log-wrap {
  border: none;
  background-color: #36393f;
  background-image: linear-gradient(135deg, rgba(95, 99, 107, 0.75) 10%, rgba(32, 34, 37, 0.025) 100%), url("/game/uploads/theme_images/background.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-blend-mode: soft-light;
  border-radius: 0px;
  margin: 0 0 5px 0 !important;
  padding: 2em 2em .75em; }

.log-box {
  background-color: rgba(32, 34, 37, 0.75);
  margin: 0 0 .5em 0; }

.log-box p p {
  margin-left: 0; }

.log-box .alert {
  margin: 1em 10px; }

.small-profile-icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: top 10%; }

.tiny-profile-icon {
  margin: 2px;
  border-radius: 0; }

.scene-ooc-pose p:last-child {
  margin-bottom: 0; }

.scene-privacy-open {
  background-color: #497963; }

.scene-social, .scene-Social {
  background-color: #2a542a; }

.scene-slow, .scene-Slow, .scene-pacing-traditional {
  background-color: #692669; }

.scene-text, .scene-Text, .scene-pacing-asynchronous {
  background-color: #5b3f94; }

.scene-dream, .scene-Dream {
  background-color: #373790; }

.scene-vignette, .scene-Vignette {
  background-color: #a57634; }

.scene-nsfw, .scene-Nsfw {
  background-color: #692323;
  text-transform: uppercase; }

.scene-event, .scene-Event, .scene-pacing-distracted {
  background-color: #2f6a72; }

.scene-journal, .scene-Journal {
  background-color: #666666; }

.scene-log {
  border: none;
  border-radius: none;
  background: #292b2f;
  padding: 1em 1.75em .5em 1.25em; }

.scene-controls-box {
  border: none;
  background: inherit;
  padding: 0; }

.scene-pose {
  padding: 5px;
  margin: 5px; }

.scene-pose,
.scene-set-pose,
.scene-log > span > p {
  text-indent: 2.5em; }

.block {
  text-indent: 0;
  display: block;
  padding-left: 2.5em; }

.scene-log > span > p > span[class^='ansi-']:first-of-type {
  /* unindent texts */
  text-indent: -2.5em;
  display: inline-block; }

.scene-pose blockquote,
.scene-set-pose blockquote,
.scene-log > span > p blockquote,
.scene-log > span > blockquote,
.scene-system-pose ~ blockquote,
.pose-divider ~ blockquote {
  /*    text-indent: 0;
    margin: 0 3.5em 10px;
    font-size: 1em; */
  text-indent: 0;
  margin: 0 0 .75em;
  font-size: 1em;
  padding: 0 3.25em;
  max-width: 100%;
  display: block; }

blockquote > .pose-divider {
  margin: 1.25em -1.25em 1em; }

.scene-log span.ansi-bright-white-fg {
  display: inline-block;
  text-indent: .25em; }

.scene-pose-header {
  border-top: none;
  padding: 3px 10px 0;
  margin-bottom: 3px; }

.scene-pose-header a {
  font-size: 1.25em; }

#live-scene-log {
  margin: 2px 0px;
  height: calc(100vh - 290px);
  max-height: initial; }

.scene-char-select .tiny-profile-icon {
  margin: 1px 2px 2px -8px; }

.ember-power-select-option .tiny-profile-icon {
  margin: 2px 2px 1px -6px; }

.scene-dropdowns .dropdown-menu {
  bottom: 105%;
  left: -1px;
  top: auto; }

/* @media (min-width: $break-medium-up) {
    .left-body .navbar-nav>li>a {    
        padding-top: 10px;    
        padding-bottom: 10px;
    }
} */
@media (min-width: 992px) {
  h1 ~ .row > .col.col-xs-12.col-md-3:first-child {
    margin-top: 4.2em;
    padding-right: 0;
    position: sticky;
    top: 1em; }
  h1 + .row > .col.col-xs-12.col-md-9 > h3 {
    margin-top: -.5em;
    margin-bottom: .25em; } }

.scene-dropdowns .dropdown-menu {
  bottom: 105%;
  left: -1px;
  top: auto; }

.scene-log .hint.pull-right {
  padding: 0 7px 0 0;
  text-align: right; }

.badge-likes {
  background-color: #692323; }

.status-message {
  background-color: #2f6a72;
  border-radius: 0px; }

.timestamp-tip {
  color: #98999a; }

.panel {
  background-color: #292b2f;
  color: #b9babb;
  border: transparent;
  border-radius: 0px; }

.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.panel-default > .panel-heading {
  background-color: #292b2f;
  border-color: transparent; }

.panel-default > .panel-heading {
  color: #b9babb; }

.markdown-editor {
  box-shadow: none !important;
  border-radius: 0px; }

.markdown-control-toggle {
  border: none;
  padding: 0; }

.markdown-control-toggle:first-of-type {
  margin-left: 5px; }

.markdown-control-toggle.active {
  background-color: transparent;
  color: inherit;
  font-weight: bold; }

.markdown-controls {
  margin: 0 5px; }

.markdown-controls > a:not(.markdown-control-toggle) {
  float: right;
  margin-left: -.25em;
  margin-right: .25em;
  width: 1.25em;
  text-align: right; }

.markdown-preview {
  background-color: #36393f;
  border: none;
  color: #b9babb;
  width: calc(100% - 1.25em);
  margin-bottom: 1em; }

.panel-body.markdown-editor {
  padding: 0 5px; }

.panel-body.markdown-editor textarea {
  width: calc(100% - 20px); }

.scene-pose-box {
  margin: 0; }

.scene-pose-order {
  padding-left: 0;
  margin: .25em 0; }

.scene-pose-order label {
  margin-bottom: 0; }

.your-pose-order {
  color: #a2dde5; }

.scene-controls-left {
  padding-left: 0;
  padding-top: 2px; }

.scene-controls-right {
  padding-right: 0;
  padding-top: 2px; }

.scene-dropdowns .scene-menu {
  margin-right: 4px; }

.pose-buttons .btn {
  margin-left: 6px; }

.scene-controls .btn {
  margin-bottom: .125em;
  height: 2.25em;
  display: inline-flex;
  align-items: center; }

.scene-controls .caret {
  margin-left: .5em; }

.scene-pose-select,
.scene-char-select,
.forum-char-select {
  padding-top: 5px; }

#scene-context span > span.label {
  margin-right: .25em;
  margin-left: 0;
  top: 0; }

/* Character Card */
.modal-content .col-xs-8 > .row > .col-sm-3 {
  white-space: nowrap; }

.modal-content > div:nth-of-type(2) > div > .row:last-of-type {
  margin-top: 1em; }

.modal-content > div:nth-of-type(2) > div > .row:last-of-type p {
  text-indent: 2.5em; }

.modal-content > div:nth-of-type(2) > div > .row:first-of-type > .col.col-xs-4 > a {
  text-align: center;
  display: block;
  margin-top: -20px; }

/* end card */
@media (max-width: 767px) {
  .scene-controls-left {
    padding-right: 0; }
  .scene-controls-left .scene-menu {
    margin-right: 0; } }

.tab-content {
  margin-bottom: 1em;
  background: #292b2f;
  color: #b9babb;
  border: none;
  padding: .75em; }

.tab-content > div > p:last-child {
  margin-bottom: 0; }

.tab-content .nav-tabs {
  border-bottom: 0px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #292b2f;
  border: 1px solid #292b2f; }

.nav-tabs > li > a {
  border: 1px solid #292b2f;
  border-radius: 0px;
  padding: 7.5px 13.75px; }

.nav-tabs {
  display: flex;
  border-bottom: none; }

.nav-tabs > li {
  white-space: nowrap; }

.nav-tabs:not(.--jsfied) {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.nav-tabs::-webkit-scrollbar {
  height: 10px; }

.nav-tabs {
  scrollbar-height: 10px;
  scrollbar-color: #202225 #292b2f; }

.nav-tabs::-webkit-scrollbar-track {
  background: #292b2f; }

.nav-tabs::-webkit-scrollbar-thumb {
  background-color: #202225;
  border-radius: 15px 15px 10px 10px;
  border-top: 3px solid #292b2f; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #292b2f;
  color: #dcddde; }

.pose-divider {
  border: 1px dotted transparent;
  border-top-color: #2b535a;
  height: 1px;
  margin: 1.25em 2em 1em; }

.ansi-palette-166-bg, .ansi-green-bg, .ansi-red-bg, .ansi-cyan-bg, .ansi-magenta-bg {
  color: #2f3136; }

/* Buttons and Text Areas */
input, textarea, .ember-power-select-trigger, .ember-basic-dropdown-trigger, .ember-power-select-search-input, .ember-text-field {
  border: none;
  border-radius: 0px;
  color: #dcddde;
  background-color: #36393f; }

button, .btn {
  display: inline-block;
  background: #2f6a72;
  border: none !important;
  color: #b9babb;
  border-radius: .25em;
  padding: 0.375rem 1.25rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.btn-default {
  background: #36393f; }

.btn-warning {
  background: #692323; }

.btn-primary {
  background: #2f6a72;
  color: #dcddde; }

.btn-primary:hover {
  background-color: #a2dde5;
  color: #2c2e33; }

.btn-success {
  background-color: #497963; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus {
  background-color: #273c41;
  color: #dcddde; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

.btn-collapse {
  margin-bottom: 0; }

.ember-power-select-trigger {
  border-top: 1px solid #36393f;
  border-bottom: 1px solid #36393f;
  border-right: 1px solid #36393f;
  border-left: 1px solid #36393f;
  background-color: #36393f;
  color: #b9babb;
  border-radius: 0px !important;
  height: 34px;
  padding: 0 4px; }

.ember-power-select-trigger--active, .ember-power-select-trigger:focus {
  border-color: #2b535a;
  box-shadow: none; }

.ember-power-select-multiple-option {
  line-height: 1.5em;
  padding: 1px 5px; }

.ember-basic-dropdown-content {
  background-color: #36393f; }

.ember-power-select-dropdown, .ember-power-select-dropdown.ember-basic-dropdown-content--above, .ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border: 3px solid #2b535a;
  border-radius: 0; }

.ember-power-select-option[aria-current=true] {
  background-color: #2b535a;
  color: #b9babb; }

.ember-power-select-option[aria-current=false] {
  background-color: inherit; }

.ember-power-select-search-input:focus {
  box-shadow: none; }

hr {
  border-top: 1px solid #202225; }

li hr {
  border-top: #2f6a72 2px solid;
  margin: .25em 0; }

.modal-content, .modal-footer {
  background-color: #292b2f; }

.modal-body {
  color: #b9babb; }

.modal-footer {
  border-top: 1px solid #273c41; }

.modal-header {
  border-bottom: 1px solid #273c41; }

option {
  color: #202225; }

.inline-response {
  border: 1px solid #292b2f;
  border-radius: 0px;
  margin: 1em; }

#limit, #title, #icdate, #tags, #content_warning {
  padding: 6px 12px;
  width: 100%; }

#location {
  padding: .3485em .6em;
  width: 100%; }

p:nth-of-type(2) > #location {
  width: calc(100% - .5em);
  margin-left: .5em; }

.form-group:nth-of-type(6) > .col-sm-9 > p {
  width: 50%;
  float: left;
  min-width: 200px; }

.form-group p {
  margin: 0; }

.form-group p.hint {
  padding: 0; }

#searchFields p {
  margin-left: 0; }

#searchFields .nav,
#searchFields a.dropdown-toggle,
#searchFields a.dropdown-toggle .btn {
  display: inline-block;
  margin-bottom: .2em; }

#searchFields a.dropdown-toggle .btn,
#searchFields .dropdown-menu {
  margin-left: .5em;
  margin-top: 0; }

/* Tables */
.table-striped {
  background: #2c2e33; }

.table-striped tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #2f3136; }

td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
  border-top: 1px solid #292b2f;
  border-bottom: 1px solid #292b2f; }

th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
  background-color: #292b2f;
  color: #b9babb;
  font-size: 1.125em;
  font-weight: normal;
  border-bottom: 2px solid #202225; }

.table > tbody > tr > th {
  border-top: 2px solid #202225; }

/* Just a quick cheat-style to make some wiki pages have full-width tables */
.tablehundred table {
  width: 100%; }

.tablehundred th {
  width: 25%; }

/* This is for the plots page */
th.plotname {
  width: 20%; }

th.plotst {
  width: 10%; }

th.plotdates {
  width: 20%; }

/* This is for the achievements page */
h1 + table > tr > td[class^=col-xs-] {
  display: block;
  border: none; }

h1 + table > tr {
  display: flex;
  flex-flow: row wrap; }

h1 + table > tr > td.col-xs-9 {
  flex: 0 1 100%;
  padding: 15px 15px 15px 70px;
  border-top: 1px dotted #273c41;
  word-spacing: 10em;
  column-width: 120px;
  column-gap: 1em; }

h1 + table > tr:nth-child(15) > td.col-xs-9,
h1 + table > tr:nth-child(22) > td.col-xs-9,
h1 + table > tr:nth-child(27) > td.col-xs-9,
h1 + table > tr:nth-child(36) > td.col-xs-9 {
  word-spacing: normal;
  columns: auto; }

h1 + table > tr > td.col-xs-1, h1 + table > tr > td.col-xs-2 {
  align-self: center; }

h1 + table > tr > td.col-xs-1 {
  flex: 0 1 70px;
  width: 70px;
  padding: 15px;
  text-align: center; }

h1 + table > tr > td.col-xs-2 {
  flex: auto;
  justify-self: flex-start;
  padding-left: 0; }

h1 + table > tr {
  border-top: 1px solid #2b535a; }

p.achievement-levels {
  text-align: right;
  padding: 10px 0 0;
  margin: 0;
  column-span: all; }

.fa-virus, .fa-viruses, .fa-book, .fa-globe, .fa-calendar-alt, .fa-calendar-check, .fa-dice, .fa-cookie-bite {
  font-weight: 300; }

.fa-cubes {
  font-weight: normal; }

.fa-users, .fa-child, .fa-user-edit, .fa-exchange-alt {
  opacity: .925; }

/* Notifications Page */
.left-body > div + h1 + .row .col.pull-right {
  text-align: right;
  padding-right: 15px; }

.left-body > div + h1 + .row .col.pull-right .btn:only-child {
  margin-right: 0; }

.left-body > div + h1 + .row + .table-striped td:nth-of-type(3) > span.ember-view > p {
  margin: 0; }

@media screen and (max-width: 767px) {
  .left-body > div + h1 + .row + .table-striped > tr {
    display: flex;
    flex-flow: row wrap; }
    .left-body > div + h1 + .row + .table-striped > tr:first-of-type {
      border-top-width: 2px; }
  .left-body > div + h1 + .row + .table-striped td {
    display: inline-block;
    flex: 1 0 auto;
    padding: .5em .5em .5em .75em; }
    .left-body > div + h1 + .row + .table-striped td:first-of-type {
      flex: auto;
      order: 1;
      padding: .5em .125em; }
    .left-body > div + h1 + .row + .table-striped td:first-of-type .label-pill {
      position: relative;
      top: -.25em; }
    .left-body > div + h1 + .row + .table-striped td:nth-of-type(3) {
      order: 3;
      flex: 1 0 100%;
      border-width: 1px 0 2px; }
    .left-body > div + h1 + .row + .table-striped td:nth-of-type(4) {
      order: 2;
      flex: 0;
      padding: .5em .75em .5em .5em; } }

/* Mailbox */
h1 + .row:not(.form-group) {
  margin: 0 -15px; }

.col > .pull-right > .btn:only-child {
  margin-right: -10px;
  margin-top: -20px; }

@media screen and (max-width: 767px) {
  .left-body > div + h1 + .row + .table-striped thead tr {
    display: flex;
    flex-flow: row wrap; }
    .left-body > div + h1 + .row + .table-striped thead tr th:nth-of-type(2) {
      padding: .5em .5em .5em .75em; }
  .left-body > div + h1 + .row + .table-striped thead ~ tr td, .left-body > div + h1 + .row + .table-striped thead th {
    border-bottom-width: 1px !important; }
    .left-body > div + h1 + .row + .table-striped thead ~ tr td:first-of-type, .left-body > div + h1 + .row + .table-striped thead th:first-of-type {
      order: 2;
      padding: .5em .75em;
      flex-basis: 100%; }
    .left-body > div + h1 + .row + .table-striped thead ~ tr td:last-of-type, .left-body > div + h1 + .row + .table-striped thead th:last-of-type {
      order: 1;
      flex: 1 0 auto;
      text-align: right;
      padding-right: .75em; } }

/* Alerts */
.alert {
  margin: 1em 0px;
  border: none;
  border-radius: 0px; }

.alert-warning,
.alert-danger {
  background-color: #692323;
  color: #b9babb; }

.alert-warning a,
.alert-danger a,
.ansi-red-fg {
  color: #dd9090; }

.ansi-bright-black-fg {
  color: #7bb6be; }

.alert-info {
  background-color: #273c41;
  color: #b9babb; }

.alert-info a {
  text-shadow: none; }

.alert-success {
  background-color: #497963;
  color: #dcddde; }

/* Sheet Stuff */
.char-ability-title {
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif;
  font-size: 1.7em;
  color: #b9babb;
  background: inherit;
  font-weight: normal;
  border: none;
  margin: 20px 0px 10px 0px;
  padding: 0px;
  letter-spacing: normal; }

#systemfs3xp > div:first-child > p:first-child {
  margin: 0 .25em 1em;
  color: #7bb6be; }

#systemfs3xp > div > div > p {
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif;
  font-size: 1.625em;
  margin: 1.5em .25em .25em; }
  #systemfs3xp > div > div > p b {
    font-weight: normal; }

#systemfs3xp hr {
  margin-top: 0; }

#systemfs3xp .char-ability-title {
  border-bottom: 1px dotted #2f6a72;
  padding: .75em 0 .5em;
  margin-bottom: 0; }

#systemfs3xp .xp-progress {
  margin: .25em 0;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold; }

#systemfs3xp .progress {
  background-color: #273c41; }

#systemfs3xp .progress-bar {
  background-color: #2f6a72; }

#systemfs3xp .xp-ability {
  border-bottom: 1px dotted #2f6a72;
  height: fit-content; }

@media screen and (max-width: 575px) {
  #systemfs3xp .xp-ability {
    display: table;
    width: 100%;
    margin: 0;
    min-height: unset; }
    #systemfs3xp .xp-ability .col:last-of-type {
      text-align: center; }
    #systemfs3xp .xp-ability .col:last-of-type .btn {
      width: 100%; }
    #systemfs3xp .xp-ability .col:first-of-type {
      width: 33.3333333%;
      overflow: visible;
      white-space: nowrap; }
    #systemfs3xp .xp-ability .col.col-xs-8:last-of-type {
      text-align: right; }
  #systemfs3xp > div > p:last-of-type {
    margin: 0 10px; }
    #systemfs3xp > div > p:last-of-type > input {
      width: 100%;
      margin: .25em 0; }
    #systemfs3xp > div > p:last-of-type .btn {
      width: 100%; } }

@media screen and (min-width: 576px) {
  #systemfs3xp .xp-ability {
    margin: 0px;
    display: flex;
    align-items: center;
    min-height: 3em;
    padding-bottom: .375em; }
  #systemfs3xp .xp-ability-name,
  #systemfs3xp .xp-ability > .row,
  #systemfs3xp .xp-ability .col {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0; }
  #systemfs3xp .xp-ability .col:first-of-type,
  #systemfs3xp > div > p:last-of-type > b {
    width: 10em;
    min-width: 10em;
    display: inline-block; }
  #systemfs3xp .xp-ability .col:nth-of-type(2) {
    width: 15em; }
  #systemfs3xp .xp-ability .col:nth-of-type(3) {
    padding-left: 1em;
    min-width: 21%; }
  #systemfs3xp .xp-progress {
    margin: 0;
    min-width: 15em; }
  #systemfs3xp .xp-ability .row {
    display: flex;
    align-items: center;
    padding-bottom: .125em; }
  #systemfs3xp .xp-ability > .row > .col.col-xs-12.col-sm-6:last-child {
    position: relative;
    top: .075em; }
  #systemfs3xp .btn {
    padding: .25em .5em; }
  #systemfs3xp .col .btn {
    position: relative;
    top: .125em; }
  #systemfs3xp > div > p {
    padding: .5em; }
  #systemfs3xp p {
    padding: .5em .375em !important;
    margin: 0 !important; }
  #systemfs3xp > div > p > input {
    margin: 0 .425em 0 0;
    position: relative;
    top: 1px;
    width: 15em; }
  #systemfs3xp > div > p:last-of-type > b {
    padding-left: .25em; } }

#systemachievements div {
  overflow-y: auto;
  column-count: 2; }

@media screen and (max-width: 576px) {
  #systemachievements div {
    overflow-y: auto;
    column-count: 1; } }

#systemachievements p {
  display: flex;
  align-items: center;
  break-inside: avoid; }

#systemachievements p .fa {
  width: 50px;
  min-width: 50px;
  text-align: center;
  max-width: 50px; }

#systemachievements p b {
  margin: 0 .5em 0 58px; }

#systemfs3damage td p {
  margin: 0; }

.char-dot-empty, .char-dot-fill {
  color: #98999a; }

.char-ability-list td {
  border-bottom: none;
  padding: 4px; }

#fs3abilities .panel-heading {
  font-family: "IM Fell DW Pica", "Georgia", "Times New Roman", serif;
  font-size: 1.625em;
  padding-bottom: 0; }

.fs3-skillbutton {
  width: 1.75em;
  border-radius: 2em;
  color: #dcddde !important;
  font-weight: bold;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 0px;
  height: 1.75em; }

#fs3abilities .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }

p.cg-tip, .cg-tip p {
  margin-left: 0; }

.cg-tip ~ div > .row > .col-sm-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  width: 1.75em; }

.cg-tip ~ div > .row > .col-sm-2,
.cg-tip ~ div > .row > .col-sm-3 {
  text-align: center; }

#fs3abilities .col-sm-3 {
  min-width: 12em; }

@media screen and (max-width: 767px) {
  #fs3abilities .col-sm-7 {
    width: 100%;
    padding-bottom: .5em; } }

.fs3-divider,
.fs3-dividr {
  height: 0px;
  margin: 1em 0;
  background-color: transparent;
  width: 100%;
  border-top: 1px solid #2b535a; }

.cg-tip ~ div:first-of-type > .row:first-child {
  border-top: 1px solid #2b535a;
  padding-top: 1em;
  margin-top: 1em; }

.cg-tip + br {
  display: none; }

#descs input {
  width: calc(100% - 2em);
  margin: 0 1em 1.25em; }

#demographics .ember-power-select-trigger {
  width: 14.75em; }

.lang-Asl, .ability-Asl {
  text-transform: uppercase; }

/* Jobs */
.table-responsive > .table.table-striped > tbody > tr > td > p:only-child {
  margin: 0; }

.job-participant-edit-box {
  padding-left: 0; }

.dropdown-menu .job-category,
.dropdown-menu .job-status {
  margin-right: .25em;
  padding: .125em .125em 0;
  border-radius: 0; }

.job-status-NEW, .job-category-ALERT {
  background-color: #a57634; }

.job-status-OPEN {
  background-color: #497963; }

.job-status-HOLD {
  background-color: #2a542a; }

.job-status-DONE, .job-category-SYS {
  background-color: #273c41;
  color: #b9babb; }

.job-status-ARCHIVED {
  background-color: #202225;
  color: #98999a; }

.job-category-BUG {
  background-color: #692323; }

.job-category-PLOT {
  background-color: #2f6a72; }

.job-category-RP {
  background-color: #337ab7; }

.job-category-BACK {
  background-color: #36393f; }

.job-category-REQ {
  background-color: #373790; }

.job-category-APP, .job-category-STATS {
  background-color: #5b3f94; }

.job-category-BUILD, .job-category-CODE {
  background-color: #9e4d26; }

.job-category-MISC {
  background-color: #666666; }

.job-category-WIKI {
  background-color: #692669; }

.job-category-general {
  background-color: #98999a;
  border: none; }

.admin-only-reply {
  border-radius: 0px;
  padding: 5px;
  margin: 5px; }

.admin-only-reply, .admin-only-reply .markdown-editor {
  background-color: #692323; }

.admin-only-reply > p, .admin-only-reply > span > p {
  background-color: #202225;
  margin: 0;
  padding: 0 1em .5em; }

.admin-only-reply-label {
  top: -.375em;
  position: relative;
  left: .125em;
  background-color: #a57634; }

.admin-only-reply-label + p {
  padding-top: .5em; }

.job-reply ~ .inline-response > div:first-of-type {
  margin: 10px 20px 20px 0; }

.job-reply .hint.pull-right p {
  margin: 0; }

.job-reply .hint.pull-right {
  padding: 0 10px 0 0; }

/* Scrollbar */
::-webkit-scrollbar {
  background-color: #292b2f; }

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75); }

/* Character and Admin Directories */
h1 + p + h2 + div + .clearfix + h2:nth-of-type(2),
h1 + p + h2 + div + .clearfix + h2:nth-of-type(2) + div {
  display: none;
  /* hide the Staff group because it only contains Builder and looks weird. */ }

.profile-gallery .char-icon-container {
  height: 150px; }

.profile-gallery > p {
  margin: .25em 0; }

.profile-gallery {
  vertical-align: top;
  height: auto;
  border-radius: 0;
  margin: 0 .5em 1.25em;
  padding: 0; }

.tab-pane > div > div > h3:first-of-type:empty {
  margin: .5em; }

#roster {
  margin: .5em; }

#roster h2 {
  margin-top: 0;
  padding-top: 0; }

#townie, #outsider {
  padding-top: .75em; }

#townie, #outsider, #idle, #dead {
  text-align: center; }

#townie > div:first-child > div > h3,
#outsider > div:first-child > div > h3 {
  display: none;
  /* hide the headers that had to go in to get things loading. */ }

#townie h3, #outsider h3 {
  margin: .25em .5em; }

/* Roster */
.roster-char-warnings {
  position: absolute;
  top: 0;
  right: 1em;
  top: -3.7em;
  margin-bottom: 0; }

.roster-char-title + .row {
  position: relative; }

.btn[href^='/roster/claim'] {
  position: absolute;
  bottom: 0;
  right: 1.125em; }

.roster-char-title + .row > .col:first-child {
  width: 180px; }

.roster-char-title + .row > .col:last-child {
  min-height: 148px;
  width: calc(100% - 180px);
  text-align: left; }

.roster-char-title {
  padding: .25em .5em;
  margin: 0 0 1em 0;
  letter-spacing: 0; }

.roster-char-warnings span {
  top: 0; }

.roster-char-warnings .label-info,
h1 + p > .label-info {
  background-color: #a57634; }

.roster-char-title + .row p {
  margin-left: 0; }

.roster-char-title + .row p:empty {
  display: none; }

.roster-char-title + .row .col:last-child > div:nth-of-type(3), .roster-char-title + .row .col:last-child > div:nth-of-type(4) {
  display: inline-block; }

.roster-char-title + .row .col:last-child > div > b, .roster-char-title + .row .col:last-child > p > b {
  width: 5em;
  display: inline-block; }

.roster-char-title + .row .col:last-child > div:nth-of-type(4) > b {
  display: none; }

.roster-char-title + .row .col:last-child > div:nth-of-type(4):before {
  content: "(";
  margin-left: .25em;
  margin-right: -.25em; }

.roster-char-title + .row .col:last-child > div:nth-of-type(4):after {
  content: ")"; }

@media screen and (max-width: 575px) {
  .roster-char-warnings {
    right: unset;
    top: unset;
    bottom: 0;
    left: -147px; }
  .roster-char-title + .row .col:last-child > div > b, .roster-char-title + .row .col:last-child > p > b {
    width: auto; }
  .roster-char-title + .row {
    min-height: 235px; }
  .roster-char-title + .row > .col:last-child {
    position: absolute;
    left: 150px;
    top: -.75em;
    min-height: 210px;
    width: calc(100% - 150px); }
  .roster-char-title + .row > .col:first-child {
    padding: 0; }
  .btn[href^='/roster/claim'] {
    right: .125em; }
  .roster-char-warnings span {
    margin: 0; } }

/* ---Active Scenes--- */
.row > .col.pull-right > .btn:last-child {
  margin-right: -10px; }

.live-scenes-block,
.unshared-scene-block {
  background-color: #2f3136;
  margin-bottom: 1px;
  padding: 0; }

.live-scenes-heading,
.unshared-scenes-heading {
  background-color: #292b2f;
  border-radius: 0;
  padding: 0; }

.live-scenes-block > .row > .col,
.unshared-scene-block > .row > .col {
  padding: .75em; }

.live-scenes-block > .live-scenes-heading > .col,
.unshared-scene-block > .unshared-scenes-heading > .col {
  padding: .5em .75em .6em; }

.live-scenes-heading .col-sm-4 span,
.unshared-scenes-heading .col-xs-4 span {
  top: -.05em;
  position: relative; }

.live-scenes-heading .label-info,
.unshared-scenes-heading .label-info {
  margin-left: 0; }

.live-scenes-heading .col.col-xs-12.col-sm-4 {
  width: 13em; }

.live-scenes-block .col.col-xs-12.col-sm-2 {
  width: 5em; }

.live-scenes-block .col.col-xs-12.col-sm-3 {
  width: 18em; }

.live-scenes-heading .col.col-xs-12.col-sm-6,
.live-scenes-block .col.col-xs-12.col-sm-9 {
  width: calc(100% - 18em); }

.scene-title {
  font-weight: normal; }

.live-scenes-controls a {
  padding-right: .5em; }

.live-scenes-controls a:last-child {
  padding-right: 0; }

.unshared-scenes-controls {
  padding: 0; }

.unshared-scenes-contents + div {
  margin-top: .5em; }

.unshared-scenes-contents + div p {
  margin: 0; }

.participants > span {
  margin-right: .5em;
  display: inline-block; }

.participants span:last-of-type {
  margin-right: 0; }

.participants span > span > a {
  display: block;
  text-align: center; }

.scene-summary > div p {
  margin: 0;
  padding: .5em 0 .25em; }
  .scene-summary > div p:first-child {
    padding-top: .25em; }

.participants + div:not(.scene-summary) {
  margin-top: .5em;
  font-style: italic; }

@media screen and (min-width: 768px) {
  .live-scenes-heading .col-sm-6 {
    width: 75%; }
  .live-scenes-heading .col-sm-4 {
    width: 16.66667%; }
  .live-scenes-heading .col-sm-2 {
    width: 8.33333%; }
  .scene-summary {
    overflow: visible;
    width: 134.5%; }
    .scene-summary > a:first-child {
      display: none; }
    .scene-summary > div {
      display: block;
      position: relative;
      height: auto !important; }
      .scene-summary > div p:last-child {
        padding-bottom: 0; }
  .live-scenes-block .col:last-child .scene-info-label {
    width: 3em;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .live-scenes-block .col.col-xs-12.col-sm-6 {
    padding-bottom: .25em; }
  .live-scenes-block .col.col-xs-12.col-sm-4,
  .live-scenes-block .col.col-xs-12.col-sm-2 {
    padding-top: 0; }
  .live-scenes-block .col.col-xs-12.col-sm-4 {
    width: calc(100% - 5em); }
  .live-scenes-block .col.col-xs-12.col-sm-3,
  .live-scenes-block .col.col-xs-12.col-sm-6,
  .live-scenes-block .col.col-xs-12.col-sm-9 {
    width: 100%; }
  .live-scenes-block > .row:last-child > div:first-child {
    padding-bottom: .25em; }
  .live-scenes-block > .row:last-child > div:last-child {
    padding-top: 0; }
    .live-scenes-block > .row:last-child > div:last-child > div {
      width: calc(50% - .13em);
      display: inline-block; }
      .live-scenes-block > .row:last-child > div:last-child > div:last-child {
        text-align: right; }
  .scene-summary {
    padding-top: .25em; }
    .scene-summary > div {
      padding: 0 .75em .25em 1em; }
  .unshared-scenes-heading .col-xs-4 {
    text-align: right; }
  .unshared-scene-block > .row:last-child > div:nth-child(2) {
    padding: 0 .75em; }
    .unshared-scene-block > .row:last-child > div:nth-child(2) > div {
      display: inline-block; }
    .unshared-scene-block > .row:last-child > div:nth-child(2) > div:first-child:after {
      content: ","; } }

.live-scenes-block ~ .alert > p > a {
  font-weight: bold; }

.live-scenes-block ~ .alert > p:last-child, .live-scenes-block ~ br, .live-scenes-block ~ hr {
  display: none; }

.icon-status-game-active, .icon-status-game-inactive, .icon-status-offline, .icon-status-web-active, .icon-status-web-inactive {
  border-width: 2px; }

.icon-status-game-active, .icon-status-web-active {
  border-color: #2f6a72;
  border-color: #7bb6be; }

.icon-status-game-inactive, .icon-status-web-inactive {
  border-color: #666666; }

.icon-status-offline {
  border-color: rgba(0, 0, 0, 0.6); }

.icon-status-web-active, .icon-status-web-inactive {
  border-style: dotted; }

.icon-status-game-active, .icon-status-game-inactive, .icon-status-offline {
  border-style: solid; }

/* ---End Active Scenes--- */
/* ---Scenes List--- */
p + .alert + .row {
  display: none; }

p + .alert + .row + div span.label.label-danger,
#scenelist > div span.label.label-danger {
  display: inline-block;
  margin-left: .5em; }

p + .alert + .row + div > p,
#scenelist > div > p {
  margin: 0 0 .5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  p + .alert + .row + div > p > b,
  #scenelist > div > p > b {
    display: block;
    margin-left: 2px;
    flex: 100% 1 1; }
  p + .alert + .row + div > p > .ember-power-select-trigger,
  #scenelist > div > p > .ember-power-select-trigger {
    width: calc(100% - 150px);
    display: inline-block; }
  p + .alert + .row + div > p > .btn,
  #scenelist > div > p > .btn {
    display: inline-flex;
    width: 144px;
    padding: 5.5px 12px 5px;
    height: 34px;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly; }

p + .alert + .row + div + .table-striped th:first-of-type:after,
p + .alert + .row + div .table-striped th:first-of-type:after,
#scenelist > div + .table-striped th:first-of-type:after,
#scenelist > div .table-striped th:first-of-type:after {
  content: "Type";
  float: right;
  margin-right: .25em;
  width: 3em;
  text-align: center; }

p + .alert + .row + div + .table-striped th:last-child,
p + .alert + .row + div .table-striped th:last-child,
#scenelist > div + .table-striped th:last-child,
#scenelist > div .table-striped th:last-child {
  width: 200px; }

p + .alert + .row + div + .table-striped td,
p + .alert + .row + div .table-striped td,
#scenelist > div + .table-striped td,
#scenelist > div .table-striped td {
  padding: 8px 12px !important; }
  p + .alert + .row + div + .table-striped td:first-child > p > span > p:last-child,
  p + .alert + .row + div + .table-striped td:first-child > p > span,
  p + .alert + .row + div .table-striped td:first-child > p > span > p:last-child,
  p + .alert + .row + div .table-striped td:first-child > p > span,
  #scenelist > div + .table-striped td:first-child > p > span > p:last-child,
  #scenelist > div + .table-striped td:first-child > p > span,
  #scenelist > div .table-striped td:first-child > p > span > p:last-child,
  #scenelist > div .table-striped td:first-child > p > span {
    display: inline;
    margin-left: 0px; }
  p + .alert + .row + div + .table-striped td:first-child > span:last-of-type,
  p + .alert + .row + div .table-striped td:first-child > span:last-of-type,
  #scenelist > div + .table-striped td:first-child > span:last-of-type,
  #scenelist > div .table-striped td:first-child > span:last-of-type {
    float: right;
    width: 3.5em;
    text-align: center; }
    p + .alert + .row + div + .table-striped td:first-child > span:last-of-type > span,
    p + .alert + .row + div .table-striped td:first-child > span:last-of-type > span,
    #scenelist > div + .table-striped td:first-child > span:last-of-type > span,
    #scenelist > div .table-striped td:first-child > span:last-of-type > span {
      margin: 0; }
  p + .alert + .row + div + .table-striped td:first-child > p:nth-child(3),
  p + .alert + .row + div .table-striped td:first-child > p:nth-child(3),
  #scenelist > div + .table-striped td:first-child > p:nth-child(3),
  #scenelist > div .table-striped td:first-child > p:nth-child(3) {
    margin: .25em 20px .25em 0;
    position: relative;
    left: 10px; }
  p + .alert + .row + div + .table-striped td:first-child > p > span > p,
  p + .alert + .row + div .table-striped td:first-child > p > span > p,
  #scenelist > div + .table-striped td:first-child > p > span > p,
  #scenelist > div .table-striped td:first-child > p > span > p {
    margin-left: 0 !important; }
  p + .alert + .row + div + .table-striped td:last-child > a:after,
  p + .alert + .row + div .table-striped td:last-child > a:after,
  #scenelist > div + .table-striped td:last-child > a:after,
  #scenelist > div .table-striped td:last-child > a:after {
    content: ",";
    pointer-events: none; }
  p + .alert + .row + div + .table-striped td:last-child > a:last-child:after,
  p + .alert + .row + div .table-striped td:last-child > a:last-child:after,
  #scenelist > div + .table-striped td:last-child > a:last-child:after,
  #scenelist > div .table-striped td:last-child > a:last-child:after {
    content: ""; }
  p + .alert + .row + div + .table-striped td:last-child > a:nth-last-child(2):after,
  p + .alert + .row + div .table-striped td:last-child > a:nth-last-child(2):after,
  #scenelist > div + .table-striped td:last-child > a:nth-last-child(2):after,
  #scenelist > div .table-striped td:last-child > a:nth-last-child(2):after {
    content: ", and"; }
  p + .alert + .row + div + .table-striped td:last-child > a:first-child:nth-last-child(2):after,
  p + .alert + .row + div .table-striped td:last-child > a:first-child:nth-last-child(2):after,
  #scenelist > div + .table-striped td:last-child > a:first-child:nth-last-child(2):after,
  #scenelist > div .table-striped td:last-child > a:first-child:nth-last-child(2):after {
    content: " and"; }

.table.table-striped ~ button.btn {
  margin: 0 .125em .5em; }

@media screen and (max-width: 767px) {
  p + .alert + .row + div .table-striped,
  #scenelist > div .table-striped {
    border: none; }
    p + .alert + .row + div .table-striped *,
    #scenelist > div .table-striped * {
      display: block;
      width: 100%; }
    p + .alert + .row + div .table-striped tr,
    #scenelist > div .table-striped tr {
      position: relative; }
    p + .alert + .row + div .table-striped th:last-child,
    #scenelist > div .table-striped th:last-child {
      width: 100% !important; }
    p + .alert + .row + div .table-striped th:first-of-type:after,
    #scenelist > div .table-striped th:first-of-type:after {
      content: ""; }
    p + .alert + .row + div .table-striped th:last-of-type:after,
    #scenelist > div .table-striped th:last-of-type:after {
      content: "Type";
      float: right;
      margin-right: .5em;
      width: 3em;
      text-align: center; }
    p + .alert + .row + div .table-striped td:first-child,
    #scenelist > div .table-striped td:first-child {
      border-bottom: none; }
    p + .alert + .row + div .table-striped td:first-child > span:nth-child(2),
    #scenelist > div .table-striped td:first-child > span:nth-child(2) {
      width: auto;
      margin: .25em 0 .25em .25em;
      position: absolute;
      bottom: .35em;
      right: .6em; }
    p + .alert + .row + div .table-striped td:last-child,
    #scenelist > div .table-striped td:last-child {
      padding-right: 3em !important;
      border-top: 1px solid rgba(152, 153, 154, 0.125); }
    p + .alert + .row + div .table-striped .label-danger,
    #scenelist > div .table-striped .label-danger {
      width: auto; }
    p + .alert + .row + div .table-striped a, p + .alert + .row + div .table-striped .emoji, p + .alert + .row + div .table-striped i, p + .alert + .row + div .table-striped b, p + .alert + .row + div .table-striped em, p + .alert + .row + div .table-striped strong, p + .alert + .row + div .table-striped span:first-of-type:not(:last-of-type),
    #scenelist > div .table-striped a,
    #scenelist > div .table-striped .emoji,
    #scenelist > div .table-striped i,
    #scenelist > div .table-striped b,
    #scenelist > div .table-striped em,
    #scenelist > div .table-striped strong,
    #scenelist > div .table-striped span:first-of-type:not(:last-of-type) {
      display: inline; }
    p + .alert + .row + div .table-striped p,
    #scenelist > div .table-striped p {
      margin-left: 0 !important;
      left: 0 !important; } }

/* ---End Scenes List--- */
/* ---Quotes--- */
/*.profile-box {
    --is-attributed: 0;
}*/
.profile-box .row:last-of-type div:after {
  white-space: pre-wrap;
  display: block; }

.profile-box .row:last-of-type .col-sm-4:after {
  content: var(--label);
  font-weight: bold;
  margin-top: -.5em; }

.profile-box .row:last-of-type .col-sm-8:after {
  content: var(--quote);
  margin-top: -.5em;
  padding-bottom: 1.5em; }

.profile-box .row:last-of-type .col-sm-8:before {
  content: var(--attribution);
  position: absolute;
  bottom: 0em;
  text-align: right;
  width: 100%;
  padding-right: 2em;
  font-style: italic; }

@media screen and (max-width: 767px) {
  .profile-box .row:last-of-type .col-sm-4:after {
    margin-top: 1em;
    position: absolute; }
  .profile-box .row:last-of-type .col-sm-8:after {
    margin-top: 1em; } }

/* ---End Quotes--- */
/* ---Fancy Texts--- */
.texts {
  overflow: auto;
  border: 0px;
  margin-left: 0px; }

.texts .text {
  border: 1px solid #2c2e33;
  border-radius: .5em;
  width: 80%;
  color: #202225;
  margin: .5em 0 .5em .5em; }

.texts .text p {
  margin: 10px; }

.texts .person1 {
  background-color: #dcddde;
  float: left; }

.texts .person2 {
  background-color: #2b535a;
  color: #dcddde;
  float: right; }

.texts span:not(.emoji) {
  display: block;
  font-style: italic;
  width: 100%;
  border-radius: 4px 4px 0 0;
  margin-bottom: .25em;
  border-bottom: 1px dashed #98999a;
  color: #98999a; }

.texts span.emoji {
  border: 0;
  display: inline;
  font-style: normal;
  opacity: 1;
  margin: 0;
  width: auto; }

.texts > p:first-child,
.texts > p:last-child,
.image-container br:last-child {
  display: none; }

.texts > p {
  clear: both;
  padding-top: 10px; }

.text > p > img,
.text > p > iframe {
  margin: 0 auto 1.75em;
  display: block;
  box-shadow: none; }

.texts .time {
  width: 100%;
  clear: both;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  background-image: linear-gradient(transparent 54%, rgba(152, 153, 154, 0.4) 55%, transparent 56%);
  border-bottom: 1px dashed transparent; }

.texts .time > p {
  background: #292b2f;
  width: max-content;
  margin: 0 auto 10px;
  padding: 0 .33em; }

/* ---End Fancy Texts--- */
/* ---Sub-Vignettes--- */
.subvign .pose-divider {
  width: 50%;
  opacity: .75;
  margin: .75em auto .5em; }

.subvign .scene-system-pose {
  border-bottom: none; }

.subvign hr {
  border-color: transparent;
  border-bottom: 1px dotted #2b535a;
  width: calc(50% + 2em);
  padding: 0;
  margin-bottom: -1em;
  margin-top: 0; }

.subvign p:empty {
  display: none; }

/* ---End Sub-Vignettes--- */
/* ---Experimental--- */
.blockquote, .alert {
  display: flex;
  flex-flow: row wrap; }
  .blockquote *, .alert * {
    display: contents; }
  .blockquote input[type=checkbox],
  .blockquote input[type=radio], .alert input[type=checkbox],
  .alert input[type=radio] {
    margin: .375em .25em 0;
    display: inline-block; }
  .blockquote .hint, .alert .hint {
    width: 100%; }
  .blockquote .scene-alerts, .alert .scene-alerts {
    margin: 0px 5px 2px; }

/* ---Individual things that bugged Ren--- */
img.log-icon[alt^='Devlin'] {
  object-position: left 10%; }

img.log-icon[alt^='Ifra'] {
  height: 230px;
  object-position: center -10px; }

img.log-icon[alt^='Edison'] {
  height: 160px;
  object-position: center -3px; }

img.log-icon[alt^="Murphy"] {
  object-position: left 10%; }

img.log-icon[alt^="Marianna"] {
  height: 200px; }
