.output div {
    box-shadow:0 1px 3px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.22); 
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 56.25%
}

.option {
    color: #DB0000;
    background: #fff;
    transition: background 0.5s ease;
    font-weight: bold;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; 
}
.option:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); 
}
.option::-moz-focus-inner {
    border: 0; 
}      
.option {
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    position: relative;
    margin-top: 0; }
.option:hover, .option:focus {
    background-color: #f6f6f6 !important; 
}

.playstorybody {
    margin: 10px 0;
}

.playstorybody p {
    margin-bottom: 8px;
    margin-top: 0;
}

.bottommargin {
    margin-bottom: 55px;
}

.beforebox {
    background: #F2F2F2; padding: 5px; margin-bottom: 10px;
}
.before div {
    display: inline;
}

.data {
    width: 100%;  border-collapse: collapse; border-spacing: 0px; margin: 5px 0px; border-bottom: 1px solid lightgray; margin-left: -10px; padding-right: 10px; display: block; padding-left: 10px; padding-bottom: 7px; margin-top: 7px
}
.data td {
    padding: 0;
}
.data tr td:first-child {
    width: 15%;        
}
@media (max-width: 900px){
    .data tr td:first-child {
        width: 10%;        
    } 
}
.data tr td:last-child {
    width: 85%; padding-left: 7px; padding: none;
}
.data tr td.author a {
    color: black; font-size: 25px !important; text-decoration: blink !important; transition: color 0.5s ease
}
.data tr td.author a:hover {
    color: rgba(228, 0, 0, 0.85)
}
.data tr td.abobutton div.abocontainer {
    display: flex;
}
.data tr td.abobutton button {
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: none;
    position:relative;
    border: 1px solid #CE0000;
    color: #fff;
    background: #CE0000;
    display: flex;
    margin-right: 5px;
    justify-content: center;
    padding: 2px 4px;
}
.data tr td.abobutton button i {
    margin-right: 3px;
}
.data tr td.abobutton button.notification i {
    margin-right: 0;
}
.data tr td.abobutton button.notification.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #fff;

    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.data tr td.abobutton button:hover {
    background: transparent;
    color: #CE0000;
}
.data tr td.abobutton button.notification.strikethrough:hover:before {
    border-color: #CE0000;
}
.data img {
    width: 100%; height: auto; vertical-align: bottom; transition: opacity 0.5s ease;    
}
.data img:hover {
    opacity: 0.7;
}

.infos {
    width: 100%; border-collapse: collapse; border-spacing: 0px; margin: 5px 0px; margin-top: 10px
}
.infos td {
    padding: 0;
}
.infos tr td:first-child {
    width: 35%;
}
.infos tr td:nth-child(2) {
    width: 15%; 
}
.infos tr td:last-child {
    width: 50%; 
}
.infos button {
    margin-right: 10px;
}

.chars {display: -webkit-flex; display: flex; 
    flex-flow: row wrap; -webkit-flex-flow: row wrap;
    -webkit-justify-content: flex-start; justify-content: flex-start;
}
.chars div {
    flex-grow: 1;
    margin: 3px;
    padding: 3px;
    background: #FFCFCF
}

/*
    KOMMENTARE
*/

.write {
    background: #fbfbfb;
    padding: 5px 5px 1px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.write .write-textarea textarea {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.write .write-send {
    display: flex;
    width: 100%
}

.write .write-send > div {
    width: 50%;
}

.write .write-send .send-notice {
    text-decoration: blink !important;
    cursor: default !important;
    font-size: 15px;
    color: red !important;
    float: left;
    display: flex;
    align-self: center;
}

.write .write-send .send-notice a {
    margin-top: 0px;
    font-size: 15px
}

.write .write-send .send-button {
    display: flex;
    justify-content: flex-end;
}

.write .write-send .send-button .button-chapter {
    display: flex;
    align-items: center;
}

.write .write-send .send-button .button-chapter > span {
    margin-right: 5px;
    font-size: 15px
}

.write .write-send .send-button .button-button {
    padding-left: 5px;
}

.write .write-send .send-button .button-button button {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

.edit {
    margin: 5px 0
}

.margin {
    margin-top: 10px; display: block
}
.comminput .comment {
    margin-top: 10px;
}

span.txt {
    color: #000 !important;
    position: relative;
    display: block;
    overflow: hidden;
}

span.txt a {
    color: #FF0000;
    text-decoration: blink;
    font-size: inherit;
}

.comment span.txt.contentcut {
    height: 130px;
}

.answer span.txt.contentcut {
    height: 100px;
}

span.txt.contentcut:after {
    content: "";
    position: absolute;
    left: 0;
    height: 40px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0), rgb(255, 255, 255));
    border: 0;
    bottom: 0;
}

.txthold .showmorelink {
    display: block;
    cursor: pointer;
    user-select: none;
    text-decoration: blink;
    font-weight: bold;
    position: relative;
    z-index: 100;
}

.txthold .showmorelink:not(.shown) {
    margin-top: -5px;
}

.answer .txthold .showmorelink {
    font-size: 15px;
}

.commentcontent {
    padding-bottom: 0.1px;
}

.comment {
    width: 100%;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #FFC4C4;
}
.commload .comment:last-of-type {
    border-bottom: none;
    margin-bottom: 10px;
}
.commentborder {
    border-bottom: 1px solid #FFC4C4 !important;
    margin-bottom: 0 !important;
}
.comminput .comment:not(.commentborder) {
    margin-bottom: 10px;
}
.comment td {
    padding: 0;
}
.comment tr td:first-child {
    width: 7%;
    vertical-align: top;     
}
.comment tr:first-child td:last-child a {
    color: black !important;
}
.comment tr:first-child td:last-child i {
    font-size: 15px;
}
.comment tr:first-child td:last-child .chapterlink {
    font-size: 15px;
}
.comment tr:first-child td:last-child .chapterlink a {
    font-size: 15px;
}
.comment tr td:first-child div.rank {
    text-align: center; color: #4E4E4E;
}
.comment tr td:nth-child(2) {
    width: 7%; vertical-align: top; 
}
@media (max-width: 600px){
    .comment tr td:nth-child(2) {
        width: 10%;     
    }    
}
.comment tr td:last-child {
    width: 86%; border-collapse: separate; padding-left: 5px;
}
.comment tr:last-child > td > span{
    color: #DF0000; text-decoration: underline; margin-right: 3px; cursor: pointer;
}
.comment tr:last-child td span.answeraction:hover{
    text-decoration: blink
}

.comment img {
    width: 100%; height: auto; vertical-align: bottom;  transition: opacity 0.5s ease
}
.comment img:hover {
    cursor: pointer; opacity: 0.8
}
.comment .txthold {
    padding-top: 2px;
}

.numberstyle {
    transition: background 0.5s ease;
    margin: 0 10px;
}

.numberstyle:hover {
    cursor: pointer;
    background: #FFC6C6
}

.bglayer {
    background: #FFF6F6;
}

.bglayer span.txt.contentcut:after {
    background: linear-gradient(rgba(0,0,0,0), #FFF6F6);
}

.bglayer2 {
    background: #ffdbdb
}

.bglayer span.txt.contentcut:after {
    background: linear-gradient(rgba(0,0,0,0), #ffdbdb);
}

.answer {
    width: 100%; margin: 15px 0px; font-size: 15px !important
}
.answer:last-child {
    width: 100%; margin: 15px 0px 0px 0px
}
.answer td {
    padding: 0;
}
.answer tr td:first-child {
    width: 6%; vertical-align: top;     
}
@media (max-width: 600px){
    .answer tr td:first-child {
        width: 9%
    }
}
.answer tr:first-child td:last-child a {
    color: black !important;
}
.answer tr td:first-child div.rank {
    text-align: center; color: #4E4E4E;
}
.answer tr td:last-child {
    width: 94%; border-collapse: separate; padding-left: 5px;
}
.answer span.name {
     margin-right: 3px;
}
.answer tr:last-child td span.answeraction {
    color: #DF0000; text-decoration: underline !important; margin-right: 3px; cursor: pointer !important;
}
.answer tr:last-child td span.answeraction:hover{
    text-decoration: blink !important
}

.answer img {
    width: 100%; height: auto; vertical-align: bottom; transition: 0.5s ease opacity
}
.answer img:hover {
    cursor: pointer; opacity: 0.8
}

.answer-box {
    margin-bottom: 0;
}

.loadmore {
    margin-top: 10px;
}

.arrow-up {
	width: 0; 
	height: 0; 
    margin: 0px 5px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	
	border-bottom: 15px solid #AAAAAA;
	margin-bottom: 0px;
	text-align: center;
	display: inline-block;
	transition: 0.5s ease border-bottom;
}

.arrow-down {
	width: 0; 
	height: 0; 
    margin: 0px 5px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	
	border-top: 15px solid #AAAAAA;
	margin-top: 5px;
	text-align: center;
	display: inline-block;
	transition: 0.5s ease border-top;
}

.arrow-up:hover {
    border-bottom: 15px solid #6D6D6D;
    cursor: pointer;
}
 
.arrow-down:hover {
    border-top: 15px solid #6D6D6D;
    cursor: pointer;
}

.arrowused-up:hover {
    border-bottom: 15px solid #AAAAAA;    
    cursor: default !important
}

.arrowused-down:hover {
    border-top: 15px solid #AAAAAA; 
    cursor: default !important
}

.arrowset-up, .arrowset-up:hover {
    border-bottom: 15px solid #DB0000;    
}

.arrowset-down, .arrowset-down:hover {
    border-top: 15px solid #DB0000; 
}

.opacity {
    opacity: 0.5
}

/*
    BEWERTUNG
*/

.ratings-box {
    padding: 5px 0;
    text-align: center;
    width: 100%
}

.ratings i {
    color: #C50000;
    text-shadow: 0 1px 0 #ccc, 
                 0 2px 0 #c9c9c9,
                 0 3px 0 #bbb,
                 0 6px 1px rgba(0,0,0,.1),
                 0 0 5px rgba(0,0,0,.1),
                 0 1px 3px rgba(0,0,0,.3),
                 0 3px 5px rgba(0,0,0,.2),
                 0 5px 10px rgba(0,0,0,.25)
}

.ratings {
    width: 100%;
    text-align: center;
    border: 1px solid #ffa6a6
}
.ratings tr td {
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 5px;
}
.ratings tr td:last-child {
    border-right: none;
}
.ratings tr:last-child td {
    border-bottom: none;
}

.stars {
    display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-justify-content: center; justify-content: center;
    padding: 8px;
    padding-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}
.nostatistic {
    margin-bottom: 0px; border-bottom: none; padding-bottom: 0px
}
.startext {
    width: 100%;
    text-align: center;
    font-size: 15px
}
.starsubtext {
    color: gray
}
.starsubtext a {
    color: inherit;
    font-size: inherit
}
.color-switch > span {
    cursor: pointer;
    margin-bottom: 8px;
}
.color-switch > span:hover i.star, .ready i.star {
    color: #DF0000;
}
.nocolor i.star {
    color: #DF0000;
    transition: color 0.2s ease;
}
.stars > span > span {
    display: inline-block;
    position: relative;
}
.stars > span > span > span {
    position: absolute;
    display: inline-block;
    z-index: 100
}
.stars i.star {
    color: #ff3737;
    transition: color 0.2s ease;
    font-size: 30px;
    text-shadow: 0 1px 0 #ccc, 
                 0 2px 0 #c9c9c9,
                 0 3px 0 #bbb,
                 0 4px 0 #b9b9b9,
                 0 5px 0 #aaa,
                 0 6px 1px rgba(0,0,0,.1),
                 0 0 5px rgba(0,0,0,.1),
                 0 1px 3px rgba(0,0,0,.3),
                 0 3px 5px rgba(0,0,0,.2),
                 0 5px 10px rgba(0,0,0,.25),
                 0 10px 10px rgba(0,0,0,.2),
                 0 20px 20px rgba(0,0,0,.15);
}
.stars span.left-side{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 50%;
}
.stars span.right-side{
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 50%;
}

.types {
    display: -webkit-flex; display: flex; 
    -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important;
    -webkit-justify-content: flex-start; justify-content: flex-start;
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray;
    margin-left: -10px; margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

.types div {
    flex-grow: 1;
    text-align: center;
    background: #FFB4B4;
    padding: 8px;
    font-size: 19px;
    font-weight: bold;
    margin: 2px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    transition: background 0.5s ease;
    cursor: pointer;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #636363;
}

.types div:hover {
    background: #C33434
}

.types div a {
    color: inherit !important;
    text-decoration: inherit !important;
    font-size: inherit !important;
}

.alphabet {
    -webkit-flex-wrap: nowrap; flex-wrap: nowrap
}

.alphabet div {
    padding: 6px;
    display: -webkit-flex; display: flex;
    -webkit-justify-content: center; justify-content: center
}

.alphabet div span {
    font-size: 15px;
    color: #4a4a4a;
    display: -webkit-flex; display: flex;
    -webkit-align-self: center; align-self: center;
    margin-left: 5px;
    font-weight: normal;
}

.noborder {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 1100px){
    .alphabet {
        -webkit-flex-wrap: wrap; flex-wrap: wrap
    }
}

.types div.mark {
    background: #fd7c7c
} 

.types div.mark:hover {
    background: #C33434
}

.types div.mark2 {
    background: #C33434
} 

.types div.mark2:hover {
    background: #c31414
}

.warning {
    background: #FFB4B4;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    color: red;
}

.iconbar {
    background: #FFF0F0;
    display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    border: 1px solid #DADADA;
    border-right: none;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.08) !important;
}
.iconbar > div {
    padding: 0px 8px;
    height: 31px; 
    display: -webkit-flex; display: flex;
    align-items: center; -webkit-align-items: center;
    transition: background 0.5s ease;
    flex-grow: 1;
    justify-content: center;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}
.iconbar > div:last-child {
    border-right: 1px solid #DADADA;
}
.iconbar > div.hover:hover {
    background: #FFBABA;
    cursor: pointer
}

.iconbar > div span {
    white-space: nowrap;
}

.iconbar div.adddrop {
    margin-top: -3px;
}

@media (max-width: 600px){
    .iconbar {
        border-right: none;
        border-bottom: none;
    }
    .iconbar > div {
        flex-grow: 1;
        justify-content: center;
        border-right: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }
    .iconbar > div:last-child {
        border-right: 1px solid #DADADA;
    }
}

.share-box {
    background: #FFF0F0;
    padding: 5px;
    border: 1px solid #DADADA;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.08) !important;
    margin-top: 10px
}
.share-box h2 {
    margin-top: 2px !important;
    margin-left: 2px;
    padding-left: 10px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px
}
.share-subbox {
    display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    margin-left: 5px
}
.share-subbox div {
    -webkit-align-self: center; align-self: center;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-top: 10px
}
.share-subbox div:first-child {
    padding-left: 0
}
.share-subbox span {
    font-size: 13px
}
.share-subbox img {
    display: inline-block;
    cursor: pointer;
    width: auto;
    height: auto;
    transition: opacity 0.5s ease;
    vertical-align: top;
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
    -ms-filter: saturate(1.5);
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}
.share-box img:hover {
    opacity: 0.7
}

.authornotice-box {
    background: #feffe4;
    padding: 5px;
    border: 1px solid #DADADA;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.08) !important;
    margin-bottom: 10px
}
.authornotice-box h2 {
    margin-top: 2px !important;
    margin-left: 2px;
    padding-left: 10px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px
}
.authornotice-holder {
    margin-top: -1px
}
.authornotice-subbox {
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    margin-top: 5px;
    background: -webkit-linear-gradient(top, #DFE8EC 0%, #feffe4 8%) 0 7px;
    background: -moz-linear-gradient(top, #DFE8EC 0%, #feffe4 8%) 0 7px;
    background: linear-gradient(top, #DFE8EC 0%, #feffe4 8%) 0 7px;
    -webkit-background-size: 100% 24px;
    -moz-background-size: 100% 24px;
    -ms-background-size: 100% 24px;
    background-size: 100% 24px;
    position: relative;
    padding-left: 30px;
    font-family: cursive;
    padding-bottom: 10px;
    padding-top: 6px;
    color: rgba(0, 0, 0, 0.9);
}
.authornotice-subbox a {
    font-family: cursive;
}
.authornotice-subbox:after {
    content:''; position:absolute; width:0px; top:0; left:20px; bottom:0; border-left:1px solid #ffbbbb
}

.character-box {
    background: #e9f5ff;
    border: 1px solid #DADADA;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.08) !important;
    margin-bottom: 10px
}
.character-box h2 {
    margin-left: 0px;
    margin-top: 5px;
    box-sizing: border-box
}
.character-holder { 
    display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
}

.character-box .character-subbox:nth-child(odd) {
    padding-right: 10px
}

.character-box .character-subbox:nth-child(even) {
    padding-left: 10px; border-right: none
}

.character-subbox {
    padding: 0 10px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid lightgray;
    border-top: 1px solid lightgray;
}

.character-subbox h3 {
    padding-top: 7px;
    padding-bottom: 7px;
    transition: background 0.5s ease;
    
}

.character-hover {
    cursor: pointer;
}

.character-subbox h3.character-hover:hover {
    background: #c7e6ff
}

.character-bg {
    background: #c7e6ff    
}

.character-subbox i.fa {
    font-size: 25px;
    margin-right: 5px
}

.character-subbox div {
    padding-top: 5px;
    padding-bottom: 10px; 
    display: none;
}

@media (max-width: 900px){
    .character-subbox {
        width: 100%;
        border-right: none
    }
}

.storybuttons {
    margin-top: 10px;
    display: flex;
}

.storybuttons:empty {
    display: none;
}

.storybuttons > div {
    margin-right: 10px;
    display: flex;
    align-items: center
}

.readlist-data {
    display: -webkit-flex; display: flex; margin-top: 10px; border-bottom: 1px solid lightgray; padding-bottom: 10px; margin-left: -10px; margin-right: -10px; padding-left: 13px; padding-right: 13px
}
.readlist-data > div {
    width: 50%; 
}
@media (max-width: 900px){
    .readlist-data > div:first-child {
        width: 25%; 
    }
    .readlist-data > div::last-child {
        width: 75%; 
    }
}
.readlist-data > div:last-child {
    padding: 0 7px;
}
.readlist-data a {
    color: #000; font-size: 18px; font-weight: bold; font-family: Roboto Slab,sans-serif,Verdana,Arial
}
.readlist-data span {
    color: #808080
}
.readlist-data div div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 56.25%
}

.shortdesc {padding-top: 10px; display: block}

.fsk {
    border: 1px solid lightgray;
    padding: 0 5px;
    margin-right: 8px;
    font-family: sans-serif;
    font-weight: bold
}

.fsk0 {
 background: #fff;
 color: #231f20;
}

.fsk6 {
    background: #ffe600;
    color: #191700;
}

.fsk12 {
    background: #0db14b;
    color: #000b00;
}

.fsk16 {
    background: #00a4e0;
    color: #00011f
}

.fsk18 {
    background: #ed1c24;
    color: #240001;
}

.englishflag {
    background: url(/pics/englisch.png);
    width: 36px;
    display: inline-flex;
    background-size: cover;
    border: 1px solid lightgray;
    height: 18px;
}

.chaptertoggles {
    display: -webkit-flex; display: flex;
    border-bottom: none;
    -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
    margin: 10px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.08) !important;
    border: 1px solid #520000;
}

.chaptertoggles > div {
    background: #9A0409;
    padding: 5px 0;
    border-right: 1px solid #520000
}

.chaptertoggles > div:last-child {
    border-right: none;
}

.chaptertoggles > div.but {
    width: 10%;
    font-size: 25px;
    color: #fff;
    transition: background 0.5s ease, color 0.5s ease;
    cursor: pointer;
    display: -webkit-flex; display: flex;
    -webkit-justify-content: center; justify-content: center;
}
@media (max-width: 900px){
    .chaptertoggles > div.but {
        font-size: 20px
    }
}
.chaptertoggles > div.but:hover {
    background: #fff;
    color: #9A0409;
}
.chaptertoggles > div.but i {
    -webkit-align-self: center; align-self: center
}
.chaptertoggles > div.but-disabled {
    cursor: default
}
.chaptertoggles > div.but-disabled:hover {
    background: #9A0409;
    color: #fff;
}
.but-disabled i {
    opacity: 0.5
}
.chaptertoggles > div.sel {
    width: 60%;
    display: -webkit-flex; display: flex;
    -webkit-justify-content: center; justify-content: center;
    padding: 5px 8px
}
.chaptertoggles > div.sel select {
    width: 100%;
    -webkit-align-self: center; align-self: center;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.chapter-before i {
    transform: scale(-1, 1)
}

.chapters {
    display: none
}

.category {
    margin-top: 10px
}

.category a.subtype {
    background: #F99;
    padding: 1px 3px;
    display: inline-block;
    box-shadow: 0 0.5px 0 0 #fff inset, 0 1px 2px 0 #B3B3B3;
    font-size: 14px;
    text-decoration: blink;
    color: #000;
    cursor: pointer;
    transition: background 0.5s ease
}

.category a.subtype:hover {
    background: #FF4B4B;
}

.helpsup {
    position: absolute; margin-left: 3px; cursor: pointer
}

.select2-output-chapter span {
    font-family: Roboto
}

.select2-output-chapter span:first-child {
    font-size: 20px
}
.select2-output-chapter span:nth-child(2) {
    font-style: italic;
    width: 100%;
    display: block;
}
.select2-output-chapter span:last-child {
    opacity: 0.7;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    width: 100%
}
.select2-output-chapter span.empty {
    display: none;
}

.receiver-notation {
    font-weight: bold;
    font-size: 15px !important;
    text-decoration: blink !important;
    color: #C20000;
    transition: all 0.5s ease;
}

.receiver-notation:hover {
    color: #fff;
    background: #C20000;
    border-radius: 2px;
}

.cp {
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.chapter-reopen-notification {
    background: rgb(212, 255, 198);
    padding: 5px;
    border: 1px solid #DADADA;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-size: 19px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.08) !important;
    text-align: center
}

.err {
    background: #FF2B2B; padding: 10px; margin-top: 10px; margin-bottom: 10px; color: #fff; 
}