/*  myPHP Guestbook Copyright (C) 2003 - 2006  Claudio Pose -- myPHP Guestbook was an open source project of Networkarea.ch
    Version 3.x Copyright (C) 2011 - 2014 Christian Thomas, www.hostonline.de
    Version 4.x (MySQLi) Copyright (C) 2014 - 2022 Wolfgang Leverberg, www.php-guestbook.de
    This file is a part of myPHP Guestbook.
    myPHP Guestbook is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
    myPHP Guestbook is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    See the GNU General Public License for more details.
    08.09.2021
*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: white;
}
a,
a:visited {
	color:#ffffff;
}
.guestbook-table {
    margin-top: 20px;
    margin-bottom: 28px;
    box-shadow: 1px 1px 10px #979393;

}

.guestbook-table02 {
    margin-top: 20px;
    margin-bottom: 28px;
    border: 0
}

.rounded-box {
    border-radius: 5px
}

.insert-width {
    max-width: 550px;
    min-width: 270px;
}

.insert-table {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    width: 85%;
    margin-left: auto;
    margin-right: auto;


}

.wide-table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border: none
}

.wide-table02 {
    width: 100%;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    table-layout: fixed;
    border-spacing: 0
}

.wide-table td,
.wide-table02 td {
    padding: 7px;
    text-align: left;
    vertical-align: top
}

.button-table {
    width: 101.1%;
    margin: 25px 0 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: none
}

.button-table td {
    padding: 0;
    text-align: center
}

.td-quote {
    text-align: right !important;
    vertical-align: bottom !important;
    margin-right: 0;
    margin-left: auto;
    float: right
}

.comment {
    margin-top: 20px;
    border-radius: 7px;
    padding: 10px !important;
    background-color: white;
    color: black;
    font-size: 16px;


}

.normal-size {
    font-size: 1em
}

.small-02 {
    font-size: 0.9em
}

.small-03 {
    font-size: 0.8em
}

.zitat,
.code {
    width: 95%;
    margin: 0.9em auto 0.8em;
    padding: 0.5em;
    border: solid 1px #808080;
    border-radius: 4px
}

code {
    font-family: "Courier New", Monaco, monospace;
    display: block;
    margin: 0 5px;
}

.quote-comment {
    font-style: italic;
    width: 95%;
    margin: 0.9em auto 0.4em;
    padding: 8px;
    border: 0;


}

.insert {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    color: #0c0c0c !important;
    font-size: 16px !important;
    padding: 5px !important;
    background-color: #f9f9f9;
    width: 98%;
    height: 25px !important;
    border: solid 1px #c8c8c8;
    border-radius: 2px !important;
    box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.14);
    box-sizing: unset !important
}

.insert:hover {
    box-shadow: inset 0 0 4px 3px rgba(0, 0, 0, 0.24)
}

.i-wrapper {
    text-align: left;
    width: 98%;
    overflow: visible;
    margin-top: 10px;
    margin-bottom: 10px
}

.i-left {
    width: 47%;
    float: left
}

.i-right {
    width: 47%;
    float: right;
    margin-right: 1%
}

.i-mid {
    width: 60%
}

.i-max {
    width: 100%;
    float: left
}

:after,
:before {
    box-sizing: revert
}

.no-insert {
    outline: solid 1px #f00;
    background-color: #fbeaea
}

.no-insert:focus {
    outline: none 0;
    background-color: #ffffff
}

textarea {
    width: 96.5%;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 16px !important;
    color: #0c0c0c !important;
    padding: 5px !important;
    margin-top: 20px;
    background-color: #f9f9f9;
    border: 1px solid #c8c8c8;
    border-radius: 2px !important;
    box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.2)
}

textarea:hover {
    box-shadow: inset 0 0 4px 3px rgba(0, 0, 0, 0.24)
}

.insert:focus,
textarea:focus {
    background-color: #ffffff;
    outline: none 0;
    border: solid 1px #555555;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.12)
}

.mark-mail::after {
    content: '*';
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
    top: 2px;
    left: 2px;
    color: #c00;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
}

.mark-hp::after {
    content: '';
    font-size: 1.4em
}

.name {
    text-align: left
}

.origin {
    font-size: 0.85em
}

.beitragnr {
    font-size: 0.85em;
    line-height: 1.5em
}

.gb-info {
    color: #0c0c0c !important;
    width: 100%;
    padding: 7px 3px;
    margin-top: 12px;
    background-color: #f9f9f9;
    border: solid 1px #d3d3d3;
    border-radius: 3px;
    box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.14)
}

.gb-info02 {
    width: 97%;
    padding: 7px 3px;
    border: solid 1px transparent
}

.info-table {
    line-height: 1.4em;
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: none
}

.info-table td {
    padding: 0 3px;
    text-align: center;
    vertical-align: middle
}

.gbcontainer {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gbcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkgb {
    position: absolute;
    top: -9px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: solid 2px #a9a9a9
}

.gbcontainer:hover input ~ .checkgb {
    background-color: #99ff33
}

.gbcontainer input:checked ~ .checkgb {
    height: 18px;
    width: 18px;
    border: none;
    background-color: #009900
}

.checkgb:after {
    content: '';
    position: absolute;
    display: none
}

.gbcontainer input:checked ~ .checkgb:after {
    display: block
}

.gbcontainer .checkgb:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.center {
    margin-right: auto;
    margin-left: auto
}

.aligncenter {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block
}

.left {
    position: relative;
    left: 0;
    margin-left: 0;
    display: block
}

.right {
    position: relative;
    right: 0;
    margin-right: 0;
    display: block
}

.break {
    clear: both
}

.marg-five {
    margin: 5px
}

.marg-side10 {
    margin: 0 10px
}

.marg-side8 {
    margin: 0 8px;
}

.margtop-five {
    margin-top: 5px
}

.margtop-ten {
    margin-top: 10px
}

.margtop-twenty {
    margin-top: 20px
}

.margtop-dyn {
    margin-top: 1.5em
}

.marg-TopBot10 {
    margin: 10px 0
}

.marg-15-5 {
    margin: 15px 0 5px
}

.marg-left10 {
    margin-left: 10px
}

.marg-left15 {
    margin-left: 15px
}

.heading {
    margin-top: 0;
    font-weight: bold
}

.quote-heading {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    text-shadow: 1px 2px 3px #777;
    margin-top: 3px;
    margin-bottom: 12px
}

.lineheight,
.lh-25 {
    line-height: 25px
}

.lh-14 {
    line-height: 14px
}

.lh-35 {
    line-height: 35px
}

.lh-large {
    line-height: 100px;
}

.myphpgb-banner {
    margin-bottom: 20px
}

.banner-text {
    text-align: justify;
    line-height: 1.25em
}

.transp-03 {
    opacity: 0.3
}

.bbc-space {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left
}

.bbc-space a:link,
.bbc-space a:visited,
.bbc-space a:hover,
.bbc-space a:active {
    text-decoration: none
}

.no-pad {
    padding: 0
}

.star-rating {
    max-width: 250px;
    min-width: 85px;
    margin: 0 0 10px 10px;
    float: right;
    text-align: right
}

.rating-insert {
    float: left;
    margin: 0 3px 10px 2px
}

.rating-stars {
    position: relative;
    top: -2px;
    float: left;
    margin: 0 0 12px !important
}

.startip {
    position: relative;
    display: inline-block;
    cursor: help
}

.startip .startiptext {
    visibility: hidden;
    position: absolute;
    bottom: 160%;
    left: 50%;
    width: 250px;
    margin-left: -220px;
    z-index: 99999;
    background-color: #555;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    padding: 5px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.startip .startiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 83.5%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.startip:hover .startiptext {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 5px 2px #c6c6c6;
}

label.la-stars {
    display: inline-block;
    width: 18px;
    float: left;
    margin-right: 3px;
}

input[type='radio'].stars,
input[type='radio'].reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
}

input[type='radio'].stars-active {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
}

input[type='radio'].stars,
input[type='radio'].reset {
    width: auto;
    float: left;
    background: transparent;
    border: none;
}

input[type='radio'].stars-active {
    width: auto;
    float: left;
    background: transparent;
    border: none;
}

input[type='radio'].stars:checked,
input[type='radio'].stars:not(:checked),
input[type='radio'].reset:checked,
input[type='radio'].reset:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin: 0;
    padding: 0;
    display: none
}

input[type='radio'].stars + label,
input[type='radio'].reset + label {
    cursor: pointer
}

input[type='radio'].stars:checked + label::before,
input[type='radio'].stars:not(:checked) + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin: 0;
    padding: 0;
    background-image: url(images/icons/stars/star.png);
    background-repeat: no-repeat;
    background-size: contain;
}

input[type='radio'].reset:checked + label::before,
input[type='radio'].reset:not(:checked) + label::before,
input[type='radio'].reset:hover + label::before,
input[type='radio'].reset:checked + label::before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-left: 5px;
    background-image: url(images/icons/stars/delete.png);
    background-repeat: no-repeat;
}

input[type='radio'].stars:hover + label::before,
input[type='radio'].stars:checked + label::before {
    background-image: url(images/icons/stars/star_gold.png);
    background-repeat: no-repeat;
    background-size: contain;
}

input[type='radio'].stars-active:checked,
input[type='radio'].stars-active:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin: 0;
    padding: 0;
    display: none
}

input[type='radio'].stars-active + label {
    cursor: pointer
}

input[type='radio'].stars-active:checked + label::before,
input[type='radio'].stars-active:not(:checked) + label::before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    background-image: url(images/icons/stars/star.png);
    background-repeat: no-repeat;
}

input[type='radio'].stars-active:checked + label::before,
input[type='radio'].stars-active:hover + label::before,
input[type='radio'].stars-active:not(:checked) + label::before {
    background-image: url(images/icons/stars/star_gold.png);
    background-repeat: no-repeat;
    background-size: contain;
}

a.external[href^="http:"],
a.external[href^="https:"],
a.external[href^="ftp:"] {
    background: transparent url(images/link-sym.png) 0% 50% no-repeat;
    padding-left: 17px
}

a.external-large[href^="http:"],
a.external-large[href^="https:"],
a.external-large[href^="ftp:"] {
    background: transparent url(images/link-sym-large.png) 0% 50% no-repeat;
    padding-left: 25px;
}

a.reply {
    background: transparent url(images/reply.png) 0% 50% no-repeat;
    padding-left: 25px
}

.top {
    vertical-align: top
}

.middle {
    vertical-align: middle
}

.nowrap {
    white-space: nowrap;
}

.up-3 {
    position: relative;
    top: -3px
}

.up-5 {
    position: relative;
    top: -5px
}

img {
    border: 0
}

img.centered {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.img-down {
    position: relative;
    top: 2px;
}

.title-container {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.pic-overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    color: white;
    font-size: 18px;
    text-align: center
}

.pic-title {
    display: inline-block;
    margin: 10px
}

.title-container:hover .pic-overlay {
    opacity: 1;
    filter: alpha(opacity=100)
}

.pic-replace {
    color: #808080;
    font-style: italic;
    text-align: center
}

.gb-shadow {
    box-shadow: 3px 3px 7px #525252
}

strong {
    font-weight: bold
}

.small {
    color: #6a6a6a;
    font-size: 10px
}

.error-width {
    max-width: 500px;
    min-width: 280px
}

.error {
    width: 97%;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background-color: #f9f9f9;
    color: #c00;
    margin-top: 8px;
    margin-bottom: 8px;
    border: solid 1px #f00000;
    border-radius: 5px;
    display: block
}

.no-decoration {
    text-decoration: none
}

.dsR3,
.wsN5 {
    display: none !important
}

.ico {
    margin-left: 7px;
    margin-right: 7px
}

.pad-bottom {
    margin-bottom: 10px
}

.button-marg {
    margin: 1.5em auto
}

.cursor {
    cursor: pointer
}

span#anchor-gbooktop,
span#anchor-gbooktop02 {
    display: block;
    height: 0;
    position: relative;
    top: -15px
}

a:active.gb-entry,
a:hover.gb-entry,
a:active.gb-mail,
a:hover.gb-mail,
a:active.reply,
a:hover.reply {
    text-decoration: none;
}

.this-page,
.navi-page:link,
.navi-page:visited {

    height: 43px !important;
    width: 43px !important;
    border-radius: 75px;
    border-color: #01416b;
    background-color: #004c7f;
    box-shadow: 0px 3px 13px -4px rgb(0 0 0 / 73%);
    background-position: center;
    background-size: auto 100%;
    background-image: url(https://www.blinde-kuh.de/global/img/bkbutton-highlight-circle.png);
    display: inline-block;
    line-height: 38px;
}

a.navi-page {
    color: #fff;
    border-color: #01416b;
    text-decoration: none;


}

.this-page {
    background-color: black;
    border-color: black;
}

.navi-page:hover,
.navi-page:active {
    box-shadow: inset 2px 2px 5px 0px rgb(0 0 0 / 20%), 1px 1px 1px 0px rgb(255 255 255 / 10%);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);

}

.bkbutton_number {
    position: absolute;
    color: rgba(255, 255, 255, 1);
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    font-size: 16px;
    line-height: 34px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

}

.privacy {
    font-size: 12px !important;
    line-height: 35px;
    margin-top: -5px;
    margin-bottom: 15px
}

.arrow-left {
    text-decoration: none;
    background-image: url(https://blinde-kuh.de/global/img/bkbutton-highlight-circle.png), url(https://blinde-kuh.de/global/img/bkbutton-browsebackward-dw.png);
    background-position: left top, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, auto 100%;
    border-color: #01416b;
    background-color: #004c7f;
    width: 68px;
    height: 43px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid;
    box-shadow: 0px 3px 13px -4px rgb(0 0 0 / 73%);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 38px;
}

.priv-left {
    margin-left: 35px
}

.arrow-right {
    background-image: url(https://blinde-kuh.de/global/img/bkbutton-highlight-circle.png), url(https://blinde-kuh.de/global/img/bkbutton-browseforward-dw.png);
    background-position: left top, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, auto 100%;
    border-color: #01416b;
    background-color: #004c7f;
    width: 68px;
    height: 43px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid;
    box-shadow: 0px 3px 13px -4px rgb(0 0 0 / 73%);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 38px;
}

.arrow-right:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: inset 2px 2px 5px 0px rgb(0 0 0 / 20%), 1px 1px 1px 0px rgb(255 255 255 / 10%);
}

.arrow-left:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: inset 2px 2px 5px 0px rgb(0 0 0 / 20%), 1px 1px 1px 0px rgb(255 255 255 / 10%);
}

a.arrow-right {
    border-color: #01416b;

}

.button-gb {
    height: 42px;
    display: inline-block;
    background: rgb(255, 120, 0);
    font-size: 1em;
    letter-spacing: 0.02em;
    font-weight: normal;
    text-decoration: none !important;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding: 8px 12px;
    background-image: url(https://www.blinde-kuh.de/global/img/bkentry-button-highlight.png);
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px -3px rgb(0 0 0 / 50%);
    box-sizing: border-box
}

.button-gb:hover,
.button-gb:active {
    height: 42px;
    display: inline-block;
    background: rgb(255, 120, 0);
    font-size: 0.9em;
    letter-spacing: 0.02em;
    font-weight: normal;
    text-decoration: none !important;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding: 8px 12px;
    background-image: none;
    box-shadow: inset 3px 3px 6px 0px rgb(0 0 0 / 40%), 1px 1px 2px 0px rgb(255 255 255 / 30%);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.5;

}

.gb-button-left {
    min-width: 97%;
    text-align: center;
    margin-left: -5px
}

.gb-button-middle {
    min-width: 92%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block
}

.gb-button-right {
    min-width: 97%;
    text-align: center;
    margin-right: -7px;




}

a:link.insert-button,
a:visited.insert-button {
    color: white;
    line-height: normal;
    text-align: center;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;


}

a:hover.insert-button,
a:active.insert-button {
    color: #ffffff;
    line-height: 1.5;
}

.dynLine {
    position: relative
}

.dynLine:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid transparent;
    opacity: 0.7;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}

.lang {
    overflow: hidden;
    max-height: 0;
    text-align: justify;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear
}

.lang-block {
    position: relative;
    top: 2px;
    right: 0;
    float: right;
    margin-bottom: 8px;
    cursor: pointer
}

.langtip {
    position: relative;
    display: inline-block;
    max-width: 172px;
    min-width: 94px;
    margin-left: 7px
}

.langtip .langtiptext {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 110%;
    width: auto;
    margin-left: -220px;
    z-index: 99999;
    background-color: #555;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    padding: 5px 10px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.langtip .langtiptext::after {
    content: '';
    position: absolute;
    top: 18%;
    right: -14px;
    margin-left: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #555
}

.langtip:hover .langtiptext {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 5px 2px #c6c6c6
}

.cookie-hint {
    margin: 0;
    text-align: justify;
    font-size: 14px;
    line-height: normal
}

#myLang {
    width: 100%;
    max-width: 400px;
    float: right;
    margin: 0
}

#lang-menue {
    display: none
}

.nojs-lang {
    text-align: right;
    line-height: 1em
}

a.txtfade,
.chooseLang:after {
    opacity: 0;
    -webkit-animation: fadein 0.5s ease-in forwards;
    animation: fadein 0.5s ease-in forwards
}

.chooseLang,
.chooseLang ul,
.chooseLang li,
.chooseLang a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

.chooseLang {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin: 0;
    padding: 0;
    height: 40px;
    z-index: 1010
}

.chooseLang li {
    position: relative;
    list-style: none;
    float: right;
    display: block;
    height: 40px
}

.chooseLang li a {
    display: block;
    line-height: 28px;
    text-decoration: none;
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
    font-weight: bold;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    background: none;
    padding-left: 0 !important;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.chooseLang li li a {
    font-size: 14px;
    text-align: right;
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    background: none;
    padding: 0;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.chooseLang li:first-child a {
    border-left: none;
    border-right: none
}

.chooseLang li:last-child a {
    border-right: none
}

.chooseLang li:hover > a {
    color: #00cc33;
    text-shadow: none
}

.chooseLang ul {
    position: absolute;
    top: 40px;
    right: 0;
    width: 145px;
    opacity: 0;
    background: #1f2024;
    border-radius: 0 8px 0 8px;
    box-shadow: 1px 1px 8px #616161;
    -webkit-transition: opacity .35s ease .1s;
    transition: opacity .35s ease .1s
}

.chooseLang li:hover > ul {
    opacity: 1
}

.chooseLang ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .35s ease .1s;
    transition: height .35s ease .1s
}

.chooseLang li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0
}

.chooseLang ul li a {
    width: 135px;
    padding: 4px 10px 4px 0;
    margin: 0;
    border-bottom: 1px solid #353539;
    border-top-style: none;
    border-top-width: medium;
    border-right-style: none;
    border-right-width: medium;
    border-left-style: none;
    border-left-width: medium;
}

.chooseLang ul li:last-child a {
    border: none
}

*:first-child + html .chooseLang {
    zoom: 1
}

.chooseLang:after {
    content: '\00bb';
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: #c00;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 6px;
    right: 0;
    margin-right: 4px;
    -webkit-transition: 1s;
    transition: 1s;
    pointer-events: none
}

.chooseLang:hover:after {
    -webkit-transform: rotate(89deg);
    transform: rotate(89deg);
    -webkit-transition: 500ms;
    transition: 500ms
}

select.select {
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #1f2024;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    text-shadow: none;
    width: 85px;
    min-width: min-content;
    height: 30px;
    padding: 2px 2px 2px 3px;
    margin: 0;
    border-color: #828282 #525252 #525252 #828282;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(left top, #d4d4d4, #f4f4f4);
    background-image: -ms-linear-gradient(left top, #d4d4d4, #f4f4f4);
    background-image: linear-gradient(to top left, #d4d4d4, #f4f4f4);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    cursor: pointer
}

select.select::-ms-expand {
    display: none
}

select.select:focus::-ms-value {
    background-color: transparent
}

.select-wrapper:after {
    content: '▼';
    display: inline-block;
    font-size: 14px;
    color: rgba(153, 0, 0, 0.5);
    text-shadow: 2px 2px 2px rgba(153, 0, 0, 0.3);
    position: relative;
    top: -1px;
    right: 25px;
    pointer-events: none
}

#ie9 select.select {
    margin: 8px 13px 0 2px
}

#ie9 .select-wrapper:after {
    content: none
}

.gbtooltip {
    position: relative;
    display: inline-block
}

.gbtooltip .gbtooltiptext {
    visibility: hidden;
    width: 240px;
    font-size: 15px;
    font-weight: bold;
    color: #00cc33;
    text-align: right;
    position: absolute;
    z-index: 1010;
    top: 6px;
    left: -267px;
    opacity: 0;
    -webkit-transition: opacity .5s ease .1s;
    transition: opacity .5s ease .1s
}

.gbtooltip:hover .gbtooltiptext {
    visibility: visible;
    opacity: 1
}

.bbc2 a:last-child {
    margin-right: 8px
}

hr {
    text-align: center;
    margin-right: auto;
    margin-left: auto
}

hr.fine {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

#ie9 hr.fine {
    color: #808080;
    width: 100%;
    margin: 5px 0;
    padding: 0;
    background-color: #808080;
    background-image: none
}

hr.white-fine {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
    background-image: linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
}

#ie9 hr.white-fine {
    color: #fff;
    width: 100%;
    margin: 5px 0;
    padding: 0;
    background-color: #fff;
    background-image: none
}

#upload {
    font-size: 15px;
    left: 50%;
    right: 50%;
    min-width: 280px;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px
}

#placeholder {
    max-width: 400px;
    min-width: 200px;
    height: 150px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5px 5px 20px;
    color: #9b0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 2px 3px 4px #777;
    background-image: url(images/placeholder.jpg);
    background-repeat: no-repeat;
    background-position: 50% center
}

.quote {
    width: 20px;
    height: 20px;
    margin-top: 5px
}

.smilies {
    margin: 0 5px 2px 0;
    padding: 0;
}

.emoj a:first-child {
    margin-left: 5px;
}

.td-post ul li,
.post ul li {
    list-style-type: square;
    margin-bottom: 1em
}

.td-post ol li,
.post ol li {
    list-style-type: decimal !important;
    margin-bottom: 1em
}

.italic {
    font-style: italic
}

.underline {
    text-decoration: underline
}

.text-crossed {
    text-decoration: line-through
}

.text-shadow {
    text-shadow: 1px 2px 3px #777
}

.text-justify {
    text-align: justify
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.gray {
    color: #808080
}

.red {
    color: #c00000
}

.green {
    color: green
}

.blue {
    color: blue
}

.yellow {
    color: #ff0
}

.orange {
    color: #f93
}

.lime {
    color: #3f0
}

.pink {
    color: #f09
}

.brown {
    color: #600
}

.size-8 {
    font-size: 8px
}

.size-10 {
    font-size: 10px
}

.size-12 {
    font-size: 12px
}

.size-13 {
    font-size: 13px
}

.size-14 {
    font-size: 14px
}

.size-16 {
    font-size: 16px
}

.size-18,
.big {
    font-size: 18px
}

.size-20 {
    font-size: 20px
}

.size-22 {
    font-size: 22px
}

.size-24 {
    font-size: 24px
}

.sp-marg {
    margin: 1px 0 1px 3px;
    padding: 0
}

.sp-marg2 {
    margin: 1px 5px 1px 1px;
    padding: 0
}

.sprite-bold,
.sprite-italic,
.sprite-underline,
.sprite-shadow,
.sprite-crossed,
.sprite-justify,
.sprite-center,
.sprite-right,
.sprite-sup,
.sprite-quote,
.sprite-code,
.sprite-list,
.sprite-numlist,
.sprite-hr,
.sprite-link,
.sprite-email,
.sprite-img,
.sprite-more {
    background-image: url(images/bbcodes-sprite.png);
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-style: none;
    cursor: pointer
}

.sprite-bold {
    background-position: 0 0
}

.sprite-italic {
    background-position: 0 -518px
}

.sprite-underline {
    background-position: 0 -1249px
}

.sprite-shadow {
    background-position: 0 -1101px
}

.sprite-crossed {
    background-position: 0 -222px
}

.sprite-justify {
    background-position: 0 -592px
}

.sprite-center {
    background-position: 0 -74px
}

.sprite-right {
    background-position: 0 -1027px
}

.sprite-sup {
    background-position: 0 -1175px
}

.sprite-quote {
    background-position: 0 -953px
}

.sprite-code {
    background-position: 0 -148px
}

.sprite-list {
    background-position: 0 -740px
}

.sprite-more {
    background-position: 0 -808px;
    width: 15px;
}

.sprite-numlist {
    background-position: 0 -879px
}

.sprite-hr {
    background-position: 0 -370px
}

.sprite-link {
    background-position: 0 -666px
}

.sprite-email {
    background-position: 0 -296px
}

.sprite-img {
    background-position: 0 -444px
}

.mobile,
.desclarg {
    display: none;
    float: left
}

mark {
    background-color: #ffff00
}

.search-form {
    width: 100%;
    float: left
}

.search-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.search-insert {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100px;
    min-width: 33%;
    height: 37px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #0c0c0c;
    background-color: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-right: none !important;
    -webkit-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
    outline: 0;
    -webkit-transition: max-width .4s ease-in-out;
    transition: max-width .4s ease-in-out
}

.search-insert:focus,
.incheck {
    max-width: 300px;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-right: none !important;
    border-radius: 3px 0 0 3px;
    outline: 0;
    -webkit-transition: max-width .4s ease-in-out;
    transition: max-width .4s ease-in-out
}

.input-search {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-right: 10px;
    background-color: transparent;
}

#ie9 .input-search {
    width: 97%;
}

.search-button {
    opacity: 0.8;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 14px;
    color: #0c0c0c;
    font-weight: normal;
    text-decoration: none;
    background-color: #f3f3f3;
    margin-left: 15px;
    width: 60px;
    min-width: min-content;
    padding: 9px;
    border: solid 1px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2)
}

.search-button:hover,
.search-button:active {
    background-color: #fff;
    box-shadow: 0 0 4px 3px rgba(0, 51, 153, 0.15);
    opacity: 1
}

.search-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    min-width: 40px;
    height: 37px;
    background-color: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-left: none !important;
    -webkit-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
    outline: 0;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAABqlBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v74+Pj5+fn7+/vw8PDx8fHz8/P09PTr6+vt7e3u7u7e3t7b29vT09PX19fMzMzHx8fJycnMzMzGxsa7u7u9vb2+vr6/v7+3t7e4uLitra2bm5udnZ2fn5+Ojo6Pj4+Hh4eKiopzc3NtbW1ubm5vb29wcHBpaWlsbGxeXl5ZWVlaWlpVVVVXV1dYWFhZWVlSUlJUVFRMTExJSUlLS0tCQkI7Ozs9PT05OTkwMDAxMTEyMjIuLi4qKiogICAhISEiIiIbGxscHBwdHR0eHh4bGxsKCgoLCwsNDQ0ODg4ICAgJCQkKCgoCAgIDAwMEBAQFBQUGBgYAAABFRiBpAAAAjXRSTlMAAQIFBwgJCgsMDRQVGBoiJSYnKCosLS4wMTI0QEJESEpbXF5lZ2pub3BzdHh5ent8foCFjpKUnJ2gq8zNzc3Ozs7Oz8/P0dLT09TV1dXW19fX19jY2t3d3eDg4eHl5ubm5ufn6erq6+vr6+zs7e7u7/Hx8vPz8/T19/f3+Pj4+Pn8/Pz8/f39/v7+/v7anUtXAAABRUlEQVQokWNgIAQk1UxMdeU4McRlzILjCorSwl2U0CQ0fAp7e5taenvrwnR4kCXUQ9u6ErwdbDwj63vjdRgRErJejQ1+2oJszHyKLnm90RpwCSa74m4fZQhb2rakzZ0XJiMR0pukBeMoBPUmqsI4asm9vvxwE6yqK6xhNpkUtDuwwWWMcxsdWaFs06JmG2a4jFF2D1ydbloHwlIG87JaOyYoWy68N0oZJiHg1pljCONwuDbU2EvBDegNFIUboBzRm28rDzJCUC+mN0UHKXR0EnrLgu2MjSw8Unt7U/WFEDLcOtGtvVW52aW9vSlZvZnWgggpRk332PLGnspUfx39zN5UPSQpBl4VS0d7Oz1xBiHr1N4sZF1AwMoO9oegXlZvloEwAxYgaJ3Vm+HMhVXKML03QAybDIOIk78OVgkGBhZxHBIQAAD1zEiAf0tBmAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 8px 5px
}

.search-icon:hover {
    background-color: rgba(255, 0, 0, 0.3)
}

.search-icon:focus {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-left: none !important;
    border-radius: 0 3px 3px 0;
    outline: 0
}

.search-infobox {
    width: 14px;
    height: 14px;
    margin-top: 5px
}

#ie9 .search-infobox {
    display: none
}

.info-box {
    cursor: help
}

.info-box img {
    width: 14px;
    min-width: 14px;
    margin-left: 10px
}

.info-text ul {
    font-weight: normal;
    list-style-type: square;
    margin: 4px 0 5px -15px
}

.info-text ul li {
    margin: 3px 0 0
}

.info-box .info-text {
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    width: 245px;
    z-index: 99999;
    font-size: 13px;
    text-align: left;
    line-height: 1.2em;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.info-box:hover .info-text {
    visibility: visible;
    opacity: 1;
    color: #000000;
    padding: 6px 6px 0;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.9)
}

.permalink {
    display: inline-block;
    margin: 0 8px
}

.post-release {
    font-size: 24px;
    color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    padding: 30px;
    box-sizing: border-box;
    background-color: #c00000;
    border: solid 1px #f6f6f6;
    box-shadow: 0 0 40px 40px rgba(0, 0, 0, 0.5);
    z-index: 5001;
    position: absolute;
    top: 20%;
    left: 50%;
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
}

.no-check {
    outline: solid 1px #f00 !important;
    background-color: #fbeaea !important;
    background: #fbeaea !important
}

.delete-Emoji {
    width: 97%;
    padding: 5px;
    margin: 8px 0;
    text-align: center;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px
}

#msText {
    text-align: left
}

#error-IP {
    display: none
}

.error-margTop {
    margin-top: 35px
}

.error-tooltip {
    position: relative;
    width: 100%
}

.error-tooltip:before {
    content: ''attr(data-tooltip)'';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: absolute;
    bottom: 110%;
    left: -1px;
    width: 97.5%;
    color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    background: #c00000;
    padding: 9px 7px;
    border: solid 1px #e5e5e5;
    border-radius: 2px;
    box-shadow: 4px 5px 18px -3px rgba(0, 0, 0, 0.6);
    -webkit-animation: fadein 0.8s;
    animation: fadein 0.8s
}

.error-tooltip:after {
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: -12px;
    left: 48%;
    width: 15px;
    height: 15px;
    background: #c00000;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-animation: fadein 0.8s;
    animation: fadein 0.8s
}

.cor-tt:before {
    bottom: 100%;
    width: 96.5%
}

.cor-tt:after {
    top: -8px
}

.cor-tt02 {
    margin-top: 60px
}

.cor-tt02:before {
    bottom: 108%
}

.cor-tt02:after {
    left: auto;
    right: 2%;
    top: -13px
}

.search-error {
    -webkit-animation: getheight 0.4s forwards;
    animation: getheight 0.4s forwards
}

.search-tooltip {
    position: relative;
    width: auto;
    z-index: 1;
    -webkit-animation: fadein 1.3s ease-in;
    animation: fadein 1.3s ease-in
}

.search-tooltip:before {
    content: ''attr(data-tooltip)'';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: -1px;
    color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    background: #c00000;
    padding: 9px 15px;
    border: solid 1px #e5e5e5;
    border-radius: 2px;
    box-shadow: 4px 5px 18px -3px rgba(0, 0, 0, 0.6)
}

.search-tooltip:after {
    content: '';
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    position: absolute;
    top: -18px;
    left: 10%;
    width: 15px;
    height: 15px;
    background: #c00000;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

div.gbScrollTop {
    font-family: "Times New Roman", Georgia, Times, serif;
    text-shadow: 0 0 4px #555555;
    cursor: pointer
}

div.gbScrollTop:after {
    content: '\00bb';
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: normal;
    background-color: #f9f9f9;
    width: 40px;
    height: 40px;
    border: 1px solid #505050;
    border-radius: 20px;
    opacity: 0.8;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 20px;
    left: 49%;
    z-index: 5001;
    -webkit-animation: fadeToTop 1s;
    animation: fadeToTop 1s;
    transition: background-color 0.5s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

div.gbScrollTop:hover:after {
    color: red;
    opacity: 1;
    background-color: #ffffff;
    box-shadow: none;
    transition: 0.5s
}

@media(min-width:770px) {
    .desclarg {
        display: block;
        float: none;
        clear: both
    }
}

@media(min-width:750px) {
    .cor-tt02:before {
        width: 98.5%
    }

    .cor-tt02:after {
        right: 1.5%
    }
}

@media(max-width:750px) {
    div.gbScrollTop:after {
        left: 48%
    }
}

@media(max-width:590px) {
    .sp-marg2 {
        margin: 1px 0 1px 1px
    }

    .langtip:hover .langtiptext {
        display: none
    }
}

@media(max-width:570px) {
    .bbc-space {
        font-size: 13px
    }

    .error-tooltip:before,
    .error-tooltip:after,
    .cor-tt:before,
    .cor-tt:after,
    .cor-tt02:before,
    .cor-tt02:after,
    #error-prhint {
        display: none
    }

    .error-margTop {
        margin-top: 0
    }

    .cor-tt02 {
        margin-top: 12px
    }

    #error-IP {
        display: block
    }
}

@media(max-width:550px) {
    .sp-marg {
        margin: 1px 0 1px 1px
    }
}

@media(max-width:520px) {
    .mobile {
        display: block;
        float: none
    }
}

@media(max-width:500px) {
    .marg-side10 {
        margin: 0 7px
    }

    .arrow-left {
        margin-right: 5px
    }

    .arrow-right {
        margin-left: 5px
    }

    .small-03 {
        font-size: 0.9em
    }

    .permalink {
        margin: 0 4px
    }
}

@media(max-width:460px) {
    .search-infobox {
        display: none
    }

    .i-mid {
        width: 100%
    }

    .post-release {
        font-size: 14px;
        padding: 15px;
        box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.5)
    }
}

@media(max-width:400px) {
    #placeholder {
        padding: 0 5px 5px 10px;
        font-size: 14px;
        line-height: 25px
    }

    .chooseLang li a,
    .search-tooltip:before {
        font-size: 12px
    }

    .gbtooltip .gbtooltiptext {
        font-size: 12px;
        top: 8px
    }

    .quote-comment {
        width: auto
    }

    .insert {
        width: 96%
    }

    textarea {
        width: 94.5%
    }

    .i-right {
        margin-right: 2.5%
    }

    .priv-left {
        margin-left: 10px
    }

    .pic-overlay {
        font-size: 12px
    }

    .permalink {
        margin: 0 2px
    }

    .search-button {
        margin-left: 10px
    }

    div.gbScrollTop:after {
        left: 46%
    }
}

@media(max-width:340px) {
    .smilies {
        margin: 0 4px 2px 0
    }

    .emoj a:first-child {
        margin-left: 0
    }

    .search-button {
        padding: 9px 2px
    }

    .permalink {
        margin: 0
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeToTop {
    from {
        opacity: 0
    }

    to {
        opacity: 0.8
    }
}

@keyframes fadeToTop {
    from {
        opacity: 0
    }

    to {
        opacity: 0.8
    }
}

@-webkit-keyframes getheight {
    from {
        height: 1px
    }

    to {
        height: 45px
    }
}

@keyframes getheight {
    from {
        height: 1px
    }

    to {
        height: 45px
    }
}
