body, html
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Trebuchet MS, Tahoma, Arial;
    text-align: center;
}

img
{
    max-width: 100%;
    max-height: 720px;
}

a
{
    text-decoration: none;
    color: rgb(80, 80, 80);
}

label
{
    font-size: 11px;
}

blockquote
{
    padding-top: 10px;
    padding-left: 10px;
    font-style: italic;
    text-align: justify;
    quotes: '“' '”';
}

blockquote:before
{
    height: 0px;
    top: -10px;
    left: -24px;
    display: block;
    content: '“';
    font-style: normal;
    text-align: center;
    font-size: 32px;
    font-family: Georgia, serif;
    position: relative;
    float: left;
}

.row iframe
{
    max-width: 420px;
    max-height: calc((100vw - 40px) / (16/9));
    padding: 0;
}

#page
{
    /*padding-top: 68px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;*/
    margin-top: 2rem;
}

#message
{
    width: 1024px;
    height: 85px;
    margin: -125px 0 0 -512px;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    color: rgb(80, 80, 80);
}

#mainContent
{
    position: relative;
}

.mainContentIndex
{
    max-width: 75%;
    float: right;
}

.mainContentComments
{
    width: 100%;
    float: left;
}

#leftColumn .lineWrapper
{
    padding: 10px 0px 10px 0px;
}

#leftColumnWrapper
{
    /*max-width: 220px;
    width: 20%;
    height: 1000px;
    margin-right: 27px;
    position: relative;
    float: left;*/
}

#leftColumnWrapper .row {
    margin-left: auto;
    margin-right: auto;
    background: rgb(245,245,245);
    border: 1px solid #e9e9e9;
    padding: 1rem;
    border-radius: 3px;
}

#leftColumnWrapper .row ~ .row
{
    margin-top: 2rem;
}

#headerWrapper
{
    height: auto;
    width: 100%;
    top: 0px;
    border-bottom: 1px solid #C8C8C8;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#header
{
    width: 1024px;
    max-width: 100%;
    padding-bottom: 5px;
    position: relative;
    display: block;
    font-size: 11px;
}

#tagline
{
    /*width: 100%;
    margin: 10px 0px 10px 0px;
    position: relative;
    float: left;
    color: rgb(80, 80, 80);
    text-align: center;*/
    color: rgb(80, 80, 80);
    font-size: 22px;
    font-family: Georgia, serif;
}

#leftMenu
{
    width: auto;
    /*height: 18px;*/
    position: relative;
    float:left;
}

#rightMenu
{
    width: auto;
    /*height: 18px;*/
    position: relative;
    float:right;
}

#searchForm
{
    width: 125px;
    top: 30px;
    left: 275px;
    padding: 20px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.5);
    color: rgb(80, 80, 80);
}

#loginForm, #registerForm, #profileForm
{
    /*width: 150px;*/
}

#settingsForm
{
    /*width: 230px;*/
}

#introduceForm a
{
    font-size: 12px;
    color: rgb(26, 79, 170);
    cursor: pointer;
}

.lineWrapper
{
    width: 100%;
    padding-bottom: 5px;
    position: relative;
    float: left;
}

.popupInput
{
    border: 1px solid rgb(150,150,150);
    width: 150px;
    font-size: 12px;
}

#registerForm .button
{
    /*margin: 0 auto;*/
    /*float: none;*/
    clear: both;
    display: inline;
}

.button
{
    height: 12px;
    padding: 2px 0px 2px 0px;
    margin: 0px 10px 0px 10px;
    position: relative;
    float: left;
    cursor: pointer;
    color: rgb(80, 80, 80);
    text-decoration: none;
}

.button:hover
{
    border-bottom: 2px solid rgb(180,180,180);
}

.framedButton
{
    width: 80px;
    height: 18px;
    margin: 0px 5px 0px 5px;
    padding-top: 3px;
    position: relative;
    float: left;
    cursor: pointer;
    color: rgb(80, 80, 80);
    border: 1px solid rgb(180,180,180);
    font-size: 11px;
}

.framedButton:hover
{
    background: rgb(245,245,245);
}

.popup
{
    border: 1px solid rgb(150,150,150);
    background: rgba(255, 255, 255, 1);
    display: none;
    position: fixed;
    font-size: 11px;
    text-align: center;
    z-index: 1;
}

.popup:before
{
    content: ' ';
    width: 0px;
    height: 0px;
    border-top: 12px solid rgba(255, 255, 255, 0);
    border-left: 12px solid rgba(255, 255, 255, 0);
    border-right: 12px solid rgba(255, 255, 255, 0);
    border-bottom: 12px solid rgb(150,150,150);
    position: absolute;
}

.popup:after
{
    content: ' ';
    width: 0px;
    height: 0px;
    border-top: 10px solid rgba(255, 255, 255, 0);
    border-left: 10px solid rgba(255, 255, 255, 0);
    border-right: 10px solid rgba(255, 255, 255, 0);
    border-bottom: 10px solid rgb(255,255,255);
    position: absolute;
}

.updatePopup
{
    height: 90px;
    width: 48px;
    top: calc(50vh - 46px);
    left: calc(100% - 47px);
    padding: 0px;
    border-top: 1px solid #C8C8C8;
    border-left: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    border-radius: 3px;
    background: rgba(245, 245, 245, 1);
    position: fixed;
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}

.updatePopupCaption
{
    color: rgba(35, 35, 35, 0.506);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.updatePopupHigherButton
{
    color: rgba(35, 35, 35, 0.506);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.updatePopupLowerButton
{
    color: rgba(35, 35, 35, 0.506);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup a, .popupWindowContent a, .updatePopup a
{
    color: rgba(35, 35, 35, 0.506);
    text-decoration: none;
}

.updatePopupHigherButton a:hover, .updatePopupLowerButton a:hover
{
    text-decoration: none;
    color: rgb(83, 162, 246);
    cursor: pointer;
}

.popup a, .popupWindowContent a
{
    color: rgba(35, 35, 35, 0.506);
    text-decoration: none;
    font-size: 11px;
}

.popupWindowBackground
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.popupWindow
{
    /*width: auto;*/
    border: 1px solid rgb(150,150,150);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.506);
    color: rgb(80, 80, 80);
    font-family: Verdana, Trebuchet MS, Tahoma, Arial;
    display: none;
}

.popupWindowEditor
{
    width: 100%;
    max-width: 715px;
}

.popupWindowTitle
{
    width: 100%;
    height: 28px;
    border-bottom: 1px solid rgb(150,150,150);
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    background: rgb(245, 245, 245);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    position: relative;
}

.popupWindowTitle div
{
    /*display: table-cell;
    vertical-align: middle;*/
}

.closePopupTitle
{
    width: 10px;
    top: -24px;
    right: 20px;
    margin-right: -10px;
    margin-bottom: -23px;
    text-align: right;
    position: relative;
    float: right;
}

.popupWindowContent
{
    padding: 5px 20px 5px 20px;
    text-align: center;
    font-size: 12px;
    position: relative;
    float: left;
}

.popupWindowContent .lineWrapper
{
    padding-bottom: 10px;
}

.popupWindowButtons
{
    padding-top: 5px;
    margin: 0 auto;
    height: 24px;
    position: relative;
}

.inputCaption
{
    font-size: 11px;
    cursor: default;
}

.valueSelectorForm
{
    width: 118px;
    height: 17px;
    margin: 0 auto;
    border: 1px solid rgb(150,150,150);
    /*box-shadow: inset 0px 0px 2px rgba(50, 50, 50, 0.5);*/
    font-size: 11px;
    overflow: hidden;
    cursor: pointer;
}

.valueSelector
{
    width: 237px;
    height: 17px;
    padding-top: 1px;
    position: relative;
}

.valueSelector:before
{
    content: ' ';
    width: 0px;
    height: 17px;
    border-left: 1px solid rgb(150,150,150);
    position: absolute;
    left: 118px;
    top: 0px;
}

.valueSelectorCaption
{
    width: 118px;
    height: 17px;
    position: relative;
    float: left;
    text-align: center;
}

.post, .streamComment
{
    padding-bottom: 1rem;
    background: rgb(245,245,245);
    border: 1px solid #e9e9e9;
    margin: 0px 1rem 0px 1rem;
    border-radius: 3px;
    text-align: justify;
    color: rgb(80, 80, 80);
}

.post ~ .post
{
    margin-top: 2rem;
}

.post .row
{
    margin: 0px;
    padding: 1rem 1.5rem 0rem 1.5rem;
}

.postInfo .col
{
    padding: 0px;
    position: relative
}

.streamComment
{
    margin-top: 10px;
}

.postName:hover
{
    text-decoration: none;
}

.postHeader
{
    font-size: 16px;
    font-weight: bold;
}



.postText, .streamCommentText
{
    padding-top: 12px;
    margin-bottom: 10px;
    font-size: 12px;
    word-wrap: break-word;
}

.streamCommentText
{
    padding-bottom: 12px;
}

.streamCommentText .postInfo
{
    padding-left: 0px;
    margin: 10px 0px 0px 0px;
}

.postText a
{
    color: rgb(26, 79, 170);
    /*text-decoration: underline;*/
}

.postText a:hover, #introduceForm a:hover
{
    text-decoration: underline;
}

.postText img
{
    margin: 0 auto;
    display: block;
    max-width: 80%;
    width: auto;
    height: auto;
}

.postText .postInfo
{
    padding: 0px;
}

.postEditButtonsWrapper
{
    width: 100%;
    margin-top: 10px;
}

.info, .commentInfo
{
    align-items: flex-end;
}

.info a, .postInfo a
{
    color: rgba(35,35,35,0.5);
    text-decoration: none;
}

.info img, .postInfo img
{
    max-width: 48px;
    max-height: 48px;
    margin-right: 5px;
}

.comment
{
    margin: 1rem 1rem 0.35rem 1rem;
    padding: 0.45rem 0.35rem 0rem 0.35rem;
    /* background: rgb(245,245,245); */
    /* border: 1px solid #e9e9e9; */
    text-align: left;
    font-size: 12px;
    border-top: 1px solid #C8C8C8;
    /* border-left: 1px solid rgb(180,180,180); */
    /* border-radius: 3px 0px 0px 0px; */
    color: rgb(80, 80, 80);
}

.commentContent
{
    width: 100%;
    padding: 5px;
    margin: 5px 0px 5px 0px;
    text-align: justify;
    word-wrap: break-word;
    position: relative;
    float: left;
}

.commentContent a
{
    color: rgb(26, 79, 170);
}

.commentContent a:hover
{
    text-decoration: underline;
}

.commentContent img
{
    cursor: pointer;
}

.commentChild
{
    margin: 0.35rem 0rem 0rem 0rem;
    padding: 0.45rem 0rem 0rem 0.35rem;
    position: relative;
    float: right;
    display: block;
    text-align: left;
    font-size: 12px;
    border-top: 1px solid #C8C8C8;
    border-left: 1px solid #C8C8C8;
    border-radius: 3px 0px 0px 0px;
    color: rgb(80, 80, 80);
}

.postButtons, .commentButtons, .editButtons
{
    position: relative;
    float: left;
}

.editButtons
{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.editButtons a
{
    color: rgba(35,35,35,0.5);
}

.postInfo .rating, .commentInfo .rating
{
    padding-right: 0px;
}

.info, .postInfo, .commentInfo, .commentButtons, .editButtons, .addButtons, .thumbInfo
{
    font-size: 11px;
    color: rgba(35,35,35,0.5);
    margin: 0px;
    padding: 0px;
}

.comment .info, .commentChild .info, .comment .commentInfo, .commentChild .commentInfo
{
    padding-right: 0.35rem;
}

.info .col
{
    padding: 0px;
    flex-direction: row;
}

.info .col:last-of-type
{
    flex-direction: column;
    margin-left: auto;
}

.info .col:last-of-type .titleInfo
{
    margin-left: 0px;
    text-align: right;
}

.info .col .titleInfo ~ .titleInfo
{
    margin-left: 0.25rem;
}

.postHeader a:hover, .info a:hover, .postInfo a:hover, .commentButtons a:hover, .editButtons a:hover, .addButtons a:hover, .thumbInfo a:hover, .closePopupTitle a:hover, .popupWindowContent a:hover, .updatePopupCaption a:hover, #tagline a:hover, .liveComment a:hover, .tagsCloud a:hover, .leftColumnSpoilerContent a:hover, #leftColumn a:hover, .postsNavigationLeft a:hover, .postsNavigationRight a:hover
{
    text-decoration: none;
    color: rgb(26, 79, 170);
    cursor: pointer;
}

#commentCreateForm, #commentEditForm, #postEditForm
{
    /*width: 100%;
    position: relative;
    float: left;*/
}

#commentEditForm, #postEditForm
{
    border: none;
}

#postEditForm .lineWrapper
{
    text-align: left;
}

#postEditForm
{
    padding-top: 5px;
}

.modal-body .form-floating label
{
    padding: 0.55rem 1rem;
}

#postNameInput
{
    border-radius: 4px 0px 0px 4px;
}

#commentCreate, #commentEdit, #postEdit
{
    width: 100%;
    border-top: 1px solid #C8C8C8;
    margin: 1rem 0rem 0rem 0rem;
    padding-top: 10px;
    /*position: relative;
    float: left;*/
}

.commentInfo a
{
    color: rgba(35,35,35,0.5);
}

.addButtons
{
    width: 100%;
    margin-top: 20px;
    position: relative;
    /*float: left;*/
}

.addButton
{
    position: relative;
    float: right;
}

.addImagesButton
{
    position: relative;
    float: left;
}

#thumbs
{
    width: 100%;
    position: relative;
    float: left;
    font-size: 11px;
}

.thumb
{
    padding: 5px 0px 5px 0px;
    margin-top: 1rem;
    border-top: 1px solid #C8C8C8;
    position: relative;
    float: left;
}

.thumbCaption
{
    width: 100%;
    padding: 5px 0px 5px 0px;
    color: rgb(80, 80, 80);
    position: relative;
    float: left;
    text-align: left;
    font-weight: bold;
}

.thumbImg
{
    height: 50px;
    padding: 5px 0px 5px 0px;
    position: relative;
    float: left;
}

.thumbImg img
{
    max-height: 50px;
}

.thumbInfo
{
    margin-top: 45px;
    position: relative;
    float: right;
}

.progressBox
{
    /**/height: 12px;
    width: 200px;
    border: 1px solid #C8C8C8;
    position: relative;
    float: right;
}

.progressBar
{
    /*height: 100%;
    width: 0px;
    background-color: rgba(230, 230, 230, 1);
    position: relative;
    float: left;*/
}

.progressCaption
{
    /*height: 12px;
    width: 121px;
    padding-top: 1px;
    position: relative;
    float: left;*/
}

.tagsLine a
{
    font-size: 12px;
}

#tagsLineCaption
{
    width: 50px;
    position: relative;
    float: left;
}

#tagsLineList
{
    width: 92.5%;
    position: relative;
    float: left;
}

.tagContent
{
    height: 15px;
    /*width: auto;*/
    margin-right: 10px;
    position: relative;
    float: left;
}

.tagCaption
{
    height: 15px;
    width: auto;
    position: relative;
    float: left;
}

.removeTag
{
    height: 15px;
    width: auto;
    padding-left: 2px;
    position: relative;
    float: left;
}


#tagsListPopup
{
    max-height: 250px;
    margin-top: 15px;
    padding-right: 5px;
    text-align: left;
    border: 1px solid rgb(150,150,150);
    background: rgb(255,255,255);
    overflow: auto;
}

#tagsListPopup label
{
    color: rgb(80, 80, 80);
    font-size: 12px;
}

#userInfo
{
    max-width: 100%;
    width: 550px;
    display: block;
    font-size: 12px;
    text-align: left;
}

#userInfo a
{
    font-size: 12px;
}

#userInfo label
{
    font-size: 12px;
}

#userInfo .row ~ .row {
    margin-top: 0.25rem;
}

#userInfo .col {
    display: flex;
    align-items: center;
}

.userInfoCaption
{
    width: auto;
    text-align: left;
    position: relative;
    float: left;
}

.userInfoContent
{
    width: auto;
    text-align: right;
    position: relative;
    float: right;
}

#chopperSettings
{
    width: 190px;
}

.settingsGroupCaption
{
    width: 100%;
    position: relative;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.settingsGroup
{
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
}

.setting
{
    width: 100%;
    position: relative;
    float: left;
}

.settingCaption
{
    width: 80%;
    position: relative;
    float: left;
    font-size: 12px;
    text-align: left;
}

.settingSample
{
    width: 19%;
    height: 12px;
    margin-bottom: 5px;
    border: 1px solid #C8C8C8;
    position: relative;
    float: right;
    cursor: pointer;
}

.settingSampleClear
{
    background: rgba(255, 255, 255, 1);
}

.settingSampleRedmond
{
    background: rgba(245, 245, 245, 1);
}

.settingSampleSolarized
{
    background: rgba(253, 246, 227, 1);
}

.settingSampleSolarizedDark
{
    background: rgba(7, 54, 66, 1);
}

.spoiler, .leftColumnSpoiler
{
    height: 27px;
    width: 99.5%;
    position: relative;
    border-left: 1px solid #C8C8C8;
    overflow: hidden;
    font-size: 12px;
    color: rgb(80, 80, 80);
}

.spoilerHeader, .leftColumnSpoilerHeader, .boobsHeader
{
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    border-top: 1px solid #C8C8C8;
    font-weight: bold;
    text-align: left;
}

.spoilerHeader:hover, .leftColumnSpoilerHeader:hover, .boobsHeader:hover
{
    background: rgb(245, 245, 245);
}

.spoilerContent
{
    width: 98%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
    float: left;
    text-align: justify;
    /*display: none;*/
}

.leftColumnSpoiler
{
    max-width: 200px;
}

.leftColumnSpoilerHeaderContent, .leftColumnSpoilerContent
{
    padding: 5px 10px 5px 10px;
}

.note, .commentBookmarkActive a
{
    color: rgba(230, 100, 100, 1);
}

#bookmarksList
{
    max-width: 600px;
    max-height: 500px;
    overflow-y: auto;
}

#bookmarksList .lineWrapper
{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 12px;
}

.postName .note
{
    font-size: 16px;
}

.ratingPlus
{
    margin: 0px 0px 0px 1rem;
    text-align: center;
}

.ratingMinus
{
    margin: 0px 1rem 0px 0px;
    text-align: center;
}

.postInfo .postPlus:hover, .commentInfo .commentPlus:hover
{
    color: rgba(100, 230, 100, 1);
}

.postInfo .postMinus:hover, .commentInfo .commentMinus:hover
{
    color: rgba(230, 100, 100, 1);
}

#usersTable
{
    text-align: center;
    font-size: 11px;
}

#usersContent
{
    /*width: 1024px;*/
}

.usersTableCell, .usersTableCellNarrow
{
    height: 35px;
    position: relative;
    float: left;
    border-bottom: 1px solid rgb(180,180,180);
    display: table;
    color: rgb(80,80,80);
}

.usersTableCell
{
    width: 128px;
}

.usersTableCellNarrow
{
    width: 64px;
}

.usersTableHeaderCell, .usersTableHeaderCellNarrow
{
    height: 45px;
    position: relative;
    float: left;
    display: table;
    color: rgb(80,80,80);
}

.usersTableHeaderCell
{
    width: 128px;
}

.usersTableHeaderCellNarrow
{
    width: 64px;
}

.usersTableCell div, .usersTableHeaderCell div, .usersTableCellNarrow div, .usersTableHeaderCellNarrow div
{
    display: table-cell;
    vertical-align: middle;
}

.usersTableHeaderCell div, .usersTableHeaderCellNarrow div
{
    padding: 0px 15px 0px 15px;
}

.usersTableCell a, .usersTableHeaderCell a, .usersTableCellNarrow a, .usersTableHeaderCellNarrow a
{
    color: rgb(80,80,80);
}

.usersTableCell a:hover, .usersTableHeaderCell a:hover, .usersTableCellNarrow a:hover, .usersTableHeaderCellNarrow a:hover
{
    text-decoration: none;
}

.usersTableHeaderRow
{
    height: 52px;
    width: 100%;
    border-bottom: 1px solid rgb(180,180,180);
    position: relative;
}

.usersTableRow
{
    height: 36px;
    width: 100%;
    position: relative;
    font-size: 11px;
}

.usersTableNavigationRow
{
    height: 28px;
    width: 100%;
    position: relative;
    font-size: 11px;
}

#usersTable .button
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#usersNavigationLeft
{
    position: relative;
    float: left;
}

#usersNavigationRight
{
    position: relative;
    float: right;
}

#ignorlist
{
    max-width: 350px;
    max-height: 350px;
    text-align: left;
    overflow: auto;
    font-size: 12px;
}

#ignorlist a
{
    font-size: 12px;
}

.votersTable
{
    font-size: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    z-index: 1;
}

.votersTable a
{
    cursor: pointer;
}

/*.votersTable:before
{
    content: ' ';
    width: 0px;
    height: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    border-bottom: 8px solid rgb(180,180,180);
    position: absolute;
    left: 114px;
    top: -8px;
}

.votersTable:after
{
    content: ' ';
    width: 0px;
    height: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-left: 6px solid rgba(255, 255, 255, 0);
    border-right: 6px solid rgba(255, 255, 255, 0);
    border-bottom: 6px solid rgb(255,255,255);
    position: absolute;
    left: 116px;
    top: -6.5px;
}*/

.votersHeader
{
    width: 71px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(180,180,180);
}

/*.votersFor
{
    width: 71px;
}

.votersAgainst
{
    width: 71px;
}*/

#loading
{
    width: 100%;
    height: 24px;
    color: rgb(180, 180, 180);
    text-align: center;
    font-size: 24px;
}

.liveComment
{
    /*max-width: 180px;*/
    width: 90%;
    min-height: 15px;
    padding-top: 5px;
    font-size: 10px;
    text-align: left;
    word-wrap: break-word;
    color: rgb(80, 80, 80);
}

.tagsCloud
{
    /*max-width: 180px;
    width: 90%;
    word-wrap: break-word;*/
    display: block;
    text-align: center;
}

.tagsCloud a {
  padding-left: 0px;
  padding-right: 0px;
}

.postsNavigation
{
    margin: -1rem 0px 1rem 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.postsNavigation ~ .postsNavigation
{
    margin: 0px 0px 1rem 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

/*.postsNavigationLeft
{
    position: relative;
    float: left;
    text-align: left;
}

.postsNavigationRight
{
    position: relative;
    float: right;
    text-align: right;
}*/

.leftColumnInfo
{
    color: rgb(80, 80, 80);
    font-size: 12px;
    text-align: left;
}

.leftColumnRSS
{
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.deleted
{
    color: rgb(180, 180, 180);
}

#textEdit, #textEditPage
{
    width: 100%;
}

#textEdit
{
    border: 1px solid rgb(180,180,180);
    margin-bottom: 1rem;
    font-size: 12px;
}

.textEditWrapper
{
    width: 80%;
    margin: 0.25rem auto;
    text-align: center;
}

#commentEditForm .textEditWrapper, #postEditForm .textEditWrapper
{
    width: 100%;
    padding: 0px;
}

.popupWindowContent #textEdit
{
    width: 100%;
}

.youtube
{
    margin: 1em 0em;
}

.nav-link {
    font-size: 12px;
    text-transform: uppercase;
}

.toggleMobile
{
    display: none;
}

.form-check
{
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
}

.settingsGroup .form-check
{
    justify-content: flex-start;
}

.settingsGroup .form-check-input
{
    margin-top: 0px;
}

.form-check label {
    font-size: 12px;
    margin-left: 4px;
    margin-top: 4px;
}

.settingsGroup .form-check label {
    margin-top: 0px;
}
.card-body .label, .accordion-body .postEditorTag
{
    width: max-content;
    padding: 0.25rem 1.5rem 0.25rem 0.5rem;
    margin-right: 1rem;
    margin: 0.5rem 1rem 0rem 0rem;
}

.accordion-item .postEditorTag
{
    margin: 0rem 1rem 0.5rem 0rem;
}

.accordion-body .postEditorTag
{
    padding-right: 0.5rem;
    cursor: pointer;
}

.card-body .label .btn-close
{
    padding: 0.45rem 0.65rem;
}

.tagsLabel
{
    text-align: start;
    font-size: 11px;
}

#tagsListContent
{
    max-height: calc(0.25 * 100vh);
    overflow-y: scroll;
}

#postNameInput label
{
    padding: 0.75rem 1rem;
}

#newTagInput
{
    border-radius: 0.25rem 0rem 0rem 0.25rem;
}

#addNewTag
{
    border-radius: 0rem 0.25rem 0.25rem 0rem;
    height: calc(10px + 1.5rem);
    font-size: 12px;
}

.modal-body .input-group-text
{
    padding: 0.15rem 0.75rem;
}

.modal-body .input-group-text label
{
    margin-top: 0.25rem;
    font-size: 12px;
}

.modal-auto
{
    max-width: fit-content;
}

#ratingModal .modal-body
{
    padding: 1rem 0rem 0rem 0rem;
}

.introducePopup
{
    font-size: 12px;
    color: rgb(80, 80, 80);
}

.introducePopup ~ .introducePopup
{
    margin-top: 1rem;
}

.disabled
{
    pointer-events: none;
    opacity: 0.5;
}

#spoilerOnline .accordion-body
{
    text-align: left;
    font-size: 12px;
}

.textEditButtons
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 992px) {
    #headerWrapper {
        justify-content: left;
        height: auto;
        width: 100%;
        margin: 0 auto;
        top: 0px;
        border-bottom: 1px solid #C8C8C8;
        position: fixed;
        z-index: 1;
    }
    #tagline
    {
        font-size: 14px;
        text-align: left;
    }
    .nav-link {
        font-size: 16px;
    }
    #leftMenu, #rightMenu
    {
        padding-top: 5px;
    }
    .toggleMobile
    {
        display: inline;
    }
}

@media (max-width: 380px)
{
    .toggleMobile
    {
        display: inline;
    }
    #headerWrapper
    {
        height: auto;
        width: 100%;
        margin: 0 auto;
        top: 0px;
        border-bottom: 1px solid #C8C8C8;
        position: fixed;
        z-index: 1;
    }
    #header
    {
        width: 100%;
        font-size: 11px;
    }
    /*#tagline
    {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        margin: 10px 0px 10px 0px;
        text-align: center;
        font-size: 22px;
        font-family: Georgia, serif;
    }*/
    img
    {
        max-width: 80%;
        max-height: 80%;
    }
    .popupWindowEditor
    {
        width: 100%;
        max-width: 100%;
    }
    .popupWindowEditor .popupWindowContent
    {
        padding-left: 2%;
        padding-right: 2%;
    }
    .popupWindowContent
    {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
    #commentEditForm, #postEditForm
    {
        width: 100%;
    }
    #textEdit, #textEditPage
    {
        width: 100%;
    }
    .textEditWrapper
    {
        width: 100%;
        padding: 0px;
    }
    .mainContentIndex
    {
        max-width: 100%;
    }
    iframe
    {
        width: 100%;
    }
    #postNameInput
    {
        width: 100%;
    }
}

@media (max-width: 360px) and (orientation: landscape)
{
    #commentEditForm #textEdit
    {
        max-height: 50%;
    }
    #postEditForm #textEdit
    {
        max-height: 20%;
    }
    #commentEditForm .addButtons, #postEditForm .addButtons
    {
        padding-top: 2px;
    }
    .popupWindowContent
    {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .popupWindowContent .lineWrapper
    {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .commentChild
    {
        /*width: 99%;*/
        padding: 0.45rem 0rem 0rem 0.25rem;
        border-radius: 0px;
    }
}

@media (max-width: 360px) and (orientation: portrait)
{
    #commentEditForm #textEdit
    {
        max-height: 50%;
    }
    #postEditForm #textEdit
    {
        max-height: 60%;
    }
    .commentChild
    {
        /*width: 98%;*/
        padding: 0.45rem 0rem 0rem 0.25rem;
        border-radius: 0px;
    }
    #headerWrapper
    {
        height: auto;
        width: 100%;
        margin: 0 auto;
        top: 0px;
        border-bottom: 1px solid #C8C8C8;
        position: fixed;
        z-index: 1;
    }
}

@media (max-width: 992px) {
    #leftColumnWrapper
    {
        display: none;
    }
}

@media (max-width: 576px) {
    #mainContent
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    #pageWrapper
    {
        padding: 0px;
    }
    #pageWrapper .row
    {
        --bs-gutter-x: 0px;
    }
    .post, .streamComment
    {
        padding: 0rem;
        margin: 0px;
        border-radius: 0px;
        border-left: 1px solid rgb(245,245,245);
        border-right: 1px solid rgb(245,245,245);
    }
    .post ~ .post
    {
        margin: 2rem 0px 0px 0px;
    }
    .post .row
    {
        margin: 0px;
        padding: 1rem 0.5rem 0rem 0.5rem;
    }
    .postText
    {
        font-size: 14px;
    }
    .postInfo .col
    {
        margin-bottom: 1rem;
        position: relative
    }
    .comment
    {
        margin: 0rem;
        padding: 0.45rem 0.35rem 0rem 0.25rem;
        border-top: 0px;
        border-left: 0px;
        border-radius: 0px;
    }
    .comment ~ .comment
    {
        margin: 1rem 0rem 0rem 0rem;
        border-top: 1px solid #e9e9e9;
    }
    .commentChild
    {
        padding: 0.45rem 0rem 0rem 0.25rem;
        border-radius: 0px;
    }
    .commentContent
    {
        font-size: 14px;
    }
    .info .col .titleInfo ~ .titleInfo
    {
        margin-left: 0px;
    }
    .info .col
    {
        flex-direction: column;
    }
    .info img, .postInfo img {
        max-width: 32px;
        max-height: 32px;
        margin-right: 5px;
    }
    .titleInfo
    {
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #headerWrapper
    {
        height: auto;
        width: 100%;
        margin: 0 auto;
        top: 0px;
        border-bottom: 1px solid #C8C8C8;
        position: fixed;
        z-index: 1;
    }
    .navbar
    {
        min-height: 56px;
        width: 100%;
    }
    #tagline
    {
        width: calc(100% - 54px);
    }
    .postsNavigation
    {
        margin: 0px 1rem 1rem 1rem;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
    }
    .postsNavigation ~ .postsNavigation
    {
        margin: 1rem;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
    }
    .postsNavigationLeft, .postsNavigationRight {
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /*.updatePopup
    {
        height: 48px;
        width: 100%;
        top: calc(100% - 48px);
        left: 0;
        padding: 0px;
        border-top: 1px solid #C8C8C8;
        border-left: 0px;
        border-bottom: 0px;
        border-radius: 0px;
        background: rgba(245, 245, 245, 1);
        position: fixed;
        display: flex;
        flex-direction: row;
        z-index: 1;
    }*/
    .textEditButtons
    {
        display: flex;
        flex-direction: column;
    }
}
