/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1551296506.css);
@import url(https://fonts.googleapis.com/css?family=Underdog&subset=latin,cyrillic);
@import url(https://fennas.ru/gofate/fonts/eleonora.css);

@font-face {
	font-family: 'Eleonora_gof';
	src: url('https://fennas.ru/gofate/fonts/eleonora_gof.ttf') format('truetype');
} 

@font-face {
	font-family: 'Rosa Marena';
	src: url('https://fennas.ru/gofate/fonts/rosa_marena.ttf') format('truetype');
} 

@font-face {
	font-family: 'Misterk';
	src: url('https://fennas.ru/gofate/fonts/misterk.ttf') format('truetype');
}

@font-face {
	font-family: 'DS Note';
	src: url('https://fennas.ru/gofate/fonts/ds_note.ttf') format('truetype');
}  

@font-face {
	font-family: 'DS Ustavhand';
	src: url('https://fennas.ru/gofate/fonts/ds_ustavhand.ttf') format('truetype');
}  

@font-face {
	font-family: 'Stradivari';
	src: url('https://fennas.ru/gofate/fonts/stradivari_script.ttf') format('truetype');
}  

@font-face {
	font-family: 'Larisa';
	src: url('https://fennas.ru/gofate/fonts/larisa_script.ttf') format('truetype');
}  

@font-face {
	font-family: 'Maya';
	src: url('https://fennas.ru/gofate/fonts/maya.ttf') format('truetype');
}  

@font-face {
	font-family: 'Karton';
	src: url('https://fennas.ru/gofate/fonts/karton.ttf') format('truetype');
}  

@font-face {
	font-family: 'Good Vibes';
	src: url('https://fennas.ru/gofate/fonts/goodvibes.ttf') format('truetype');
}  

@font-face {
	font-family: 'Razmahont';
	src: url('https://fennas.ru/gofate/fonts/razmahont.ttf') format('truetype');
} 

@font-face {
	font-family: 'Lunapolis';
	src: url('https://fennas.ru/gofate/fonts/lunapolis.ttf') format('truetype');
}  	

@font-face {
	font-family: 'BeaufortforLOL';
	src: url('https://fennas.ru/gofate/fonts/lol/beaofortregular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('https://fennas.ru/gofate/fonts/gothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@keyframes blinkColor {
	0% { opacity: 1.0; }
	50% { opacity: .3; }
	100% { opacity: 1.0; }
}
@-moz-keyframes blinkColor {
	0% { opacity: 1.0; }
	50% { opacity: .3; }
	100% { opacity: 1.0; }
}
@-webkit-keyframes blinkColor {
	0% { opacity: 1.0; }
	50% { opacity: .3; }
	100% { opacity: 1.0; }
}

#pas_remember {
    box-sizing: border-box;
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: none;
  font-variant: small-caps;
}

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: 0px auto;
  position: relative;
  width: 1000px;
 }

/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
}

.punbb #pun-stats,
.punbb #post-form,
.punbb #pun-main {
    margin: 4px -18px !important;
    position: relative;
}

.punbb .category .container {
    padding: 0 1.5em;
}

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none;
  border-width: 0px 0px 2px 0px
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #cebb84;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 1.4em 1.8em 3em 1.8em;
  padding: 1em;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    font-style: normal;
    margin: -2.0em 0 0 -1em;
    padding: 0em 5em 0.1em;
    position: absolute;
    background: url(https://i.imgur.com/QWPW36g.jpg) top right no-repeat, url(https://i.imgur.com/DFLONUK.jpg) top left no-repeat, url(https://i.imgur.com/5KZJvK5.jpg) top center repeat-x, url(https://i.imgur.com/UfprxsB.jpg) center center;
    text-align: center;
    box-shadow: 0px 0px 1px 1px #201310;
    min-height: 11px;
    box-sizing: border-box;
    color: #f9fcf1 !important;
    text-decoration: none;
    font-family: Verdana;
    letter-spacing: -0.2px;
    border-radius: 6px 6px 0 6px;
    max-width: 50%;
    /* min-width: 50%; */
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    float: left;
    position: relative;
    width: 100%;
    font-size: 1.1em;
    height: 0;
    margin-top: 5em;
    margin-bottom: -2em;
}

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
}

.fs-box.hashelp .container {
    background: url(https://i.imgur.com/TTWRv0m.jpg) top center rgb(245, 219, 185);
    box-shadow: 0px 0px 26px 3px #b29168 inset;
    border: 1px solid #ac8b64;
    padding-bottom: 1em !important;
}

#keyboard-span input {
    font-weight: bold !important;
    font-style: normal !important;
    background: url(https://i.imgur.com/5KZJvK5.jpg) top center repeat-x, url(https://i.imgur.com/iMmoTFZ.jpg) bottom center repeat-x, url(https://i.imgur.com/UfprxsB.jpg) center center;
    text-align: center;
    box-shadow: 0px 0px 1px 1px #201310;
    min-height: 25px;
    max-height: 25px;
    box-sizing: border-box;
    color: #f8dfbd !important;
    text-decoration: none;
    letter-spacing: -0.2px;
    padding: 2px 7px !important;
    overflow: hidden;
    border-radius: 6px;
    cursor: url(https://fennas.ru/forum/gofate/browser/css/cursor/link.cur), pointer !important;
    border: 0 !important;
    margin: 2px 2px !important;
}

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
}

.tclcon > div[style] {
    width: auto !important;
    margin: 1em auto 0;
    padding: 0.5em 1em;
}

.tclcon {
    font-size: 10px;
}

span.locmap-gof {
    display: block;
    width: auto !important;
    margin: 1em auto 0;
    padding: 0.5em 1em;
    text-align: center;
}

span.locmap-gof img {
    -webkit-filter: sepia(90%);
    filter: sepia(90%);
    box-shadow: 0px 0px 1px 1px #1f0c09;
    border: 1px solid #866d69;
}

span.locmap-gof img:hover {
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 0.2em
  }
.hasicon > tr > td.tcl > .intd > .tclcon {
    padding-left: 68px;
}

/* C2.15 */
.punbb div.icon {
    height: 58px;
    width: 58px;
    display: inline-block;
    float: left;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 23em;
  border-left-style: solid;
  border-left-width: 1px
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 22em;
    margin-top: -1.5em;
    overflow: hidden;
    position: relative;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }
.punbb .post .post-author ul li {
    padding-left: 10px;
}

/* C3.7 */
.pa-author {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    font-style: normal;
    background: url(https://i.imgur.com/qTpTgyD.jpg) bottom left no-repeat, url(https://i.imgur.com/QWPW36g.jpg) top right no-repeat, url(https://i.imgur.com/DFLONUK.jpg) top left no-repeat, url(https://i.imgur.com/Mo1Bhlu.jpg) bottom right no-repeat, url(https://i.imgur.com/5KZJvK5.jpg) top center repeat-x, url(https://i.imgur.com/iMmoTFZ.jpg) bottom center repeat-x, url(https://i.imgur.com/UfprxsB.jpg) center center;
    text-align: center;
    box-shadow: 0px 0px 1px 1px #201310;
    min-height: 30px;
    max-height: 30px;
    box-sizing: border-box;
    color: #f9fcf1 !important;
    text-decoration: none;
    font-family: Verdana;
    letter-spacing: -0.2px;
    padding: 0.6em 0 0 !important;
    overflow: hidden;
    border-radius: 6px;
}

.UserGameMaster .pa-author {
    background: transparent;
    box-shadow: none;
    min-height: auto;
    max-height: auto;
    padding: 0;
}

/* C3.8 */
.pa-author a {
    color: #f9fcf1 !important;
}

.pa-author img {
    display: none;
}

/* C3.9 */
li.pa-title {
    padding-bottom: 0.4em;
    font-weight: bold;
    text-align: center;
}

li.pa-avatar {
    text-align: center;
}

li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0em;
  padding-left: 0.4em;
  margin-top: 0.7em;
    text-align: center;
}

/* C3.11 */
.punbb .post-body {
  margin-left: 22em;
  border-left-style: solid;
  border-left-width: 0px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    margin: -8px -61px 0;
    border-style: none;
    height: 274px;
}

/* D1.2 */
#pun-title h1 {
  display: none;
  height: 40px;
  padding: 2em 1em 0 1em;
}

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

#pun-title table {
	border: none;
	height: 40px;
	width: 100%;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
    border-style: none;
    border-width: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

/* D3.2 */
#pun-navlinks .container {
    padding: 1.2em 1em;
    border-style: none;
    border-width: 0;
    margin: 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px 1px #2e1814;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    margin: -2.4em -61px 0;
    position: absolute;
    width: 110.45%;
    display: block;
}

/* D4.2 */
#pun-ulinks .container {
    border: none;
    padding: 0.7em 1em;
    text-align: center;
    text-transform: lowercase;
}
/* D4.3 */
#pun-ulinks li, 
#pun-ulinks li a {
  display: inline;
  }

/* D4.4 */
#pun-ulinks li a {
    padding: 0.5em;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }


/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
    margin-top: -2em;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  display: none;
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement {
    margin: 0 -61px;
    padding-bottom: 71px;
}

/* D6.4 */
#pun-announcement .container {
  padding: 2em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    padding: 1.2em 1em 0.8em 8em;
    background: url(https://i.imgur.com/ii2oD37.png) 19px 12px no-repeat;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: dashed;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

/* D10 Admin Panel Style
-------------------------------------------------------------*/
/* D10.1 */
#pun-adnav {
    float: left;
    width: 14em;
    margin-left: -15em;
    margin-top: -4px !important;
    display: inline;
}
/* D10.2 */
.punbb-admin #pun-ulinks {
    background: url(https://i.imgur.com/l2v8eh8.png) no-repeat bottom left, url(https://i.imgur.com/VeQBk50.png) no-repeat bottom right, url(https://i.imgur.com/XkPaY8M.png) no-repeat bottom left, url(https://i.imgur.com/s0A1q69.png) no-repeat bottom right, url(https://i.imgur.com/I6pMuIk.png) bottom center repeat-x;
    padding-bottom: 70px;
}

.punbb-admin #pun-status .container {
    color: transparent !important;
}

#pun-admain fieldset,
.adcontainer {
    border-color: #ddbf9b !important;
}

.adformal {
    border: none !important;
}

#pun-adnav li a:hover {
    color: #d48107 !important;
}

#pun-admain fieldset p {
    border-color: #2d1713 !important;
    background-color: #ddbf9b !important;
}

#pun-admain .adlabel {
    color: #f8dfbd;
}

div#pun-live-rusff {
    position: absolute !important;
    right: 0 !important;
    top: -20px !important;
}

/* D11 ADD. PODFORUMS (c) F
-------------------------------------------------------------*/

.tclcon > tr[id*="forum"], 
tr[id*="forum"] > tr[id*="forum"] {
    margin-top: 1.5em;
    display: block !important;
    width: 100%;
    border-top: 1px solid rgba(100, 74, 58, 0.3);
}

.tclcon > tr[id*="forum"] > td {
    display: inline-block;
    vertical-align: top;
    padding-left: 0 !important;
}

.tclcon > tr[id*="forum"] .tcl .icon {
    width: 22px;
    height: 22px;
    background: url(https://i.imgur.com/zg99Qpp.png);
    opacity: 1;
}

.tclcon > tr[id*="forum"] .tcl .icon.inew {
    background: url(https://i.imgur.com/0SIKctD.png);
    opacity: 1;
}

.tclcon > tr[id*="forum"] .tc3,
.tclcon > tr[id*="forum"] .tc2 {
    display: none;
}

.tclcon > tr[id*="forum"] .tcr {
    font-size: 10px;
    width: 45%;
    box-sizing: border-box;
}

/* D11 LAST DESIGN ITEMS (c) F
-------------------------------------------------------------*/

.adminnewsw a.is_new::before {
    position: absolute;
    content: "new";
    color: white;
    margin-left: -37px;
    margin-top: -3px;
    font-weight: bolder;
    font-size: 14px;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
}

iv#showsetsadvert {
    background: #f9f5f1;
}

#b_script_182603, 
#b_script_185082, 
#b_script_183753, 
#b_script_189301 {
	display: none;
}

.dice-box b {
    text-shadow: rgb(189, 159, 94) 0px 0px 2px !important;
}

ul.post-ul-Sp {
    padding: 0 !important;
}

span.mini_awards a img {
    max-width: 16px !important;
}

.punbb .user-avatar img.on_ {
    background: #535c30 !important;
}

li.pa-fld1,  
li.pa-fld2, 
li.pa-fld5, 
li.pa-posts, 
li.pa-respect, 
li.pa-ip, 
li.pa-time-visit, 
li.pa-awards, 
li.pa-last-visit,
li.pa-reg,
li.pa-from  {
    padding-left: 10px !important;
}

#pun-messages li.pa-posts,
#pun-messages li.pa-reg,
#pun-messages li.pa-from {
    display: none;
}

li.pa-gifts {
    display: none;
}

li.pa-awards {
    padding: 0px 10px !important;
}

.pa-fld4 {
	text-align: center; 
	margin: 2px 0px;
}

.pa-fld4 img {
    max-width: 22px;
    max-height: 22px;
    border-radius: 13px;
    border: 1px solid black !important;
    box-shadow: 0 0 0 2px #dfdbcb;
    margin: 2px;
    overflow: hidden;
}

.pa-fld4 img:hover {
    box-shadow: 0 0 0 2px #dcbe52;
}

div#gem_online {
    margin-left: 87px;
    margin-top: -10px;
    margin-bottom: -34px;
}

#love_field {
    text-align: center;
    background: none;
    height: 38px;
    display: block;
    padding-top: 2px;
    padding-right: 1em;
}

#viewprofile li span#love_field {
    float: none;
    width: auto;
}

#love_field a.forgottenlove {
    display: inline-block;
    height: 38px;
    width: 38px;
    background: url(https://i.imgur.com/JJJxJQf.png) top center no-repeat;
}

#love_field a.forgottenlove:hover {
    background: url(https://i.imgur.com/JJJxJQf.png) center -38px no-repeat;
}

#love_field a.love {
    display: inline-block;
    height: 38px;
    width: 38px;
    background: url(https://i.imgur.com/auYHaBU.png) top center no-repeat;
}

#love_field a.love:hover {
    background: url(https://i.imgur.com/auYHaBU.png) center -38px no-repeat;
}

#love_field a.married {
    display: inline-block;
    height: 38px;
    width: 38px;
    background: url(https://i.imgur.com/F9z6zNF.png) top center no-repeat;
}

#love_field a.married:hover {
    background: url(https://i.imgur.com/F9z6zNF.png) center -38px no-repeat;
}

.main div#bbcode {
    margin-top: 0px;
}

.main div#bbcode div.inquote, .main div#bbcode div.incode {
    background: rgba(255, 250, 241, 0.6);
    color: #020314;
    border-width: 0px 10px 0px 0px !important;
    border-style: solid;
    border-color: #294375;
    border-radius: 0px 20px 20px 0px;
    margin: 1.2em 1.8em 1.2em 1.8em;
    padding: 1em;
}

.main div#smilies {
    display: none;
}

li.pl-share {
	display: none !important;
}

.main div#bbcode em.bbuline {
    text-decoration: underline;
}

.fs-box input#fld1[name="form[fld1]"] {
    width: 130% !important;
    font-size: 9px;
    margin-left: -200px;
    letter-spacing: -1px;
}

.fs-box textarea#fld1[name="form[fld1]"] {
    height: 100px;
}

#textform {
	font-size: 16px;
	font-family: Georgia;
}


.kginn {
    position: absolute;
    background: linear-gradient(0deg, #936a00 12%, #ffe57e 60%, #ffe000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ddbf57;
    text-shadow: none;
}

#headikg {
    background: url(https://fennas.ru/gofate/img/style/storedel_gray.jpg) 0px 19px repeat-x;
    color: #b6900f;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000;
    text-decoration: none;
    font-family: BeaufortforLOL;
    font-variant: small-caps;
    font-weight: 600;
    font-size: 15px;
    margin-left: 26px;
    padding-left: 6px;
    padding-bottom: 10px;
    margin-top: -2px;
    display: block;
}

div#interestknow {
    border: 7px solid transparent;
    -webkit-border-image: url(https://i.imgur.com/WbutIie.png) 15 round;
    -o-border-image: url(https://i.imgur.com/WbutIie.png) 15 round;
    border-image: url(https://i.imgur.com/WbutIie.png) 15 round;
    background: url(https://i.imgur.com/xZqhm93.jpg) top center rgb(69, 30, 15);
    color: #f5f0ed;
    height: 80px;
}

div#interestknow #img_h {
    background: url(https://i.imgur.com/Qw7Ac5Q.png) top center;
    height: 38px;
    width: 38px;
    position: absolute;
    margin-top: -7px;
    margin-left: -7px;
}

table#event_week {
    width: 100%;
}

table#event_week thead {
    background: rgba(165, 221, 230, 0.5);
    text-align: center;
    text-transform: uppercase;
}

table#event_week td {
    border: 1px solid rgba(22, 89, 135, 0.15);
    text-align: center;
}

table#event_week td a {
    font-weight: bold;
}

#pun-admain textarea#page-content {
	min-height: 1000px;
}

#pun-admain fieldset, .adformal, .adcontainer {
    border-color: #c8c3c0 !important;
}

div#adnav-standard {
    padding-left: 1em;
}

span.stickytext {
    padding: 0em 0.6em;
    background: #160a07;
    color: #f6deb9;
    font-weight: bold;
    font-style: italic;
    border-radius: 4px;
    font-variant: small-caps;
    font-size: 10px;
}

.closedatafield {
    padding-left: 0.5em;
}

.punbb .post-content .dice-box {
    width: 410px;
    margin: 0.4em auto 0.4em auto;
    padding: 2em 1em 1em 1em;
}

.post-content .spoiler-box > div {
    background: url(https://i.imgur.com/jSU6avy.png) no-repeat top left !important;
    cursor: url(https://fennas.ru/forum/gofate/browser/css/cursor/link.cur), pointer;
    padding-left: 30px !important;
    padding-top: 7px;
    min-height: 23px;
    margin-top: -5px;
    margin-left: -2px;
}

.post-content .spoiler-box > div.visible {
    background: url(https://i.imgur.com/Ucbj3UT.png) no-repeat top left !important;
    margin-left: -9px !important;
    padding-left: 37px !important;
}

.post-rating {
	background: transparent;
}

.post-rating p.container {
    padding-right: 1em !important;
    margin-right: 20px !important;
}

.pun-modal.rating_theme .container {
    margin-top: -13px;
    background: url(https://i.imgur.com/3s7RwSf.jpg);
    border: 1px solid #160f07;
}

.punbb fieldset#post-preview {
	max-width: 912px;
}
.punbb fieldset#post-preview .code-box {
	max-width: 850px;
}

.pa-fld3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 6px #6e480c;
    color: #ffffff;
    font-family: Century Gothic;
    font-variant: small-caps;
}

li.pa-fld3 {    
    margin-top: 7px;
}

#pun-admain h2 {
	text-align: center;
}

#pun-mod #pun-main .container {
    padding: 0 17px !important;
}

#pun-mod #pun-main span.fr {
    margin-right: 18px !important;
}

#pun-reputation .inner {
    background: url(https://i.imgur.com/xZqhm93.jpg) top center #d39e5d;
    width: 768px;
    overflow: hidden;
    border: 11px solid transparent;
    -webkit-border-image: url(https://i.imgur.com/WbutIie.png) 11 round;
    -o-border-image: url(https://i.imgur.com/WbutIie.png) 11 round;
    border-image: url(https://i.imgur.com/WbutIie.png) 11 round;
    box-shadow: 0px 0px 5px #000;
}

#pun-reputation .inner td {
    color: #4f2b06;
}

#pun-reputation .inner td.tc2 {
    background: none !important;
}

#pun-reputation h1 {
    background: transparent !important;
    height: 27px !important;
    padding-top: 8px !important;
}

#pun-reputation textarea#reputationText {
    background: #eac794 !important;
}

#pun-reputation input#reputationButtonSend, #pun-reputation input#reputationButtonCancel {
    background: #eac794;
    color: #04081c;
    text-shadow: 0px 0px 2px #fff;
}

#pun-admin-award-form .inner {
    background: url(https://i.imgur.com/3s7RwSf.jpg) top center #d39e5d;
    border: 0 solid transparent;
}

form#award_form table td {
    border-color: rgba(210, 169, 113, 0.5) !important;
}

.post-content hr, hr {
    background: rgb(137, 104, 85);
    border: 1px solid rgb(137, 104, 85);
    margin-bottom: 0.4em;
}

.post-content .highlight-text, .highlight-text {
    background-color: #fff0d0 !important;
    color: #060b20 !important;
    padding: 0 4px;
}

p.lastedit {
    display: none;
}

.pa-fld1 b {
	text-shadow: none;
}

li.pa-fld5 {
	margin-top: 5px;
}

li.pa-fld5 b {
	color: #ffa869;
}

.post-box .quote-box strong, 
.post-box .quote-box b, 
.post-box .code-box strong, 
.post-box .code-box b, 
.post-box .quote-box cite { 
	text-shadow: -1px -1px 2px #ff6600;
}

#textchar_info {
    padding-right: 0.5em;
}

#font-area.container, 
#size-area.container, 
#color-area.container, 
#table-area.container, 
#smilies-area.container, 
#image-area.container, 
#imageup-area.container, 
#imageattach-area.container, 
#keyboard-area.container, 
#video-area.container, 
#addition-area.container {
	z-index: 99;
	position: absolute;
	margin-top: 0px;
}

.post-content abbr {
    border-bottom: 1px dashed green;
}

#color-area td {
    border: 1px solid #1f3f02;
}

#color-area td:hover {
    border: 1px solid #bfd400;
}

li.pa-avatar.item2 {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0 !important;
    color: #f8dfbd;
    background: url(https://i.imgur.com/rolyTWI.jpg) top center repeat-x, url(https://i.imgur.com/czPmjYB.jpg) left center repeat-y, url(https://i.imgur.com/VM1ncl1.jpg) right center repeat-y, url(https://i.imgur.com/5NKlZFj.jpg) #230c04;
    box-shadow: 0px 0px 5px #250f0c;
}

li.pa-avatar.item2 img.dopimg {
	box-shadow: 0 0 0px rgba(20,34,76,0.5); 
	height: 32px;
}

#poll-special td.tac {
	font-size: 14px;
	font-style: italic;
	font-family: Georgia;
	color: #654d31;
}

#poll-special .poll2 h1 {
    background: #1b0c01;
    background: linear-gradient(to top, #080200, #4f300e, #392004);
    background: -webkit-linear-gradient(to top, #080200, #4f300e, #392004);
    min-height: 19px !important;
    padding: 0px !important;
}

#poll-special .poll2 {
	table-layout: auto; 
	width: 100%;
}

#poll-special .poll2 td:first-child {
	width: 28% !important;
}

#poll-special .poll2 td:last-child {
	width: 10% !important;
}

#font-area, 
#size-area, 
#color-area, 
#table-area, 
#smilies-area, 
#image-area, 
#imageup-area, 
#imageattach-area, 
#keyboard-area, 
#video-area, 
#addition-area {
    z-index: 2;
}

.post-content div.Halloween, 
.post-content div.BeerFest, 
.post-content div.NewYear, 
.post-content div.Valentine, 
.post-content div.Achiev, 
.post-content div.Springfest {
	margin: 0.4em 0.8em 0.6em 0.8em;
	padding: 0em;
	border-style: solid;
	border-width: 1px;
}

.post-content div.Halloween blockquote p, 
.post-content div.BeerFest blockquote p, 
.post-content div.NewYear blockquote p, 
.post-content div.Valentine blockquote p, 
.post-content div.Achiev blockquote p, 
.post-content div.Springfest blockquote p  {
	padding: 0 0 0em 0;
}

.post-content div.Halloween blockquote table, 
.post-content div.BeerFest blockquote table, 
.post-content div.NewYear blockquote table, 
.post-content div.Valentine blockquote table, 
.post-content div.Achiev blockquote table, 
.post-content div.Springfest blockquote table {
	margin: 0 0 0em;
}

/*======================================================================*/

div#userAvatarSection {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 23px 0px 0px 19px;
}

div#userAvatarSection img {
    width: 40px;
    min-height: 40px;
}

div#upperUAS {
    background: url(https://i.imgur.com/4cQW7FC.png) top center no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    margin: -2px;
}

/*======================================================================*/
#post-form {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.amsList {
    text-decoration: underline;
}

#profilenav h2 {
    box-shadow: none;
}

#profilenav h2:after, #profilenav h2:before {
    display: none;
}

#profile .fs-box p.checkfield {
    display: inline-block;
}

.tclcon-description ul li:before {
    content: '';
    position: absolute;
    margin-left: -1.5em;
    background: url(https://i.imgur.com/vlDFJg8.png) top center no-repeat;
    background-size: cover;
    width: 7px;
    height: 7px;
    margin-top: 3px;
}

.punbb .tclcon-description ul {
    padding-left: 1.5em;
}

.h3-at-tclcon {
    padding-left: 14px;
    font-variant: small-caps;
}

/*=====================MOBILE=============================================*/

@media screen and (max-width: 550px) {
	* {
		box-sizing: border-box;
	}
	#pun {
		width: 100%;
		border: 0 !important;
		padding: 0;
	}
	#pun-title {
		margin: 0;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	#gofPanelNavigation,
	.go-up,
	.go-down {
		display: none !important;
	}
	.punbb #pun-stats, 
	.punbb #post-form, 
	.punbb #pun-main {
		margin: 0 !important;
	}
	#pun-stats h2:after, 
	.punbb .main h1:after, 
	.punbb .main h2:after, 
	#pun-debug h2:after,
	#pun-stats h2:before, 
	.punbb .main h1:before, 
	.punbb .main h2:before, 
	#pun-debug h2:before {
		display: none;
	}
	#pun-stats h2, 
	.punbb .main h1, 
	.punbb .main h2, 
	#pun-debug h2 {
		width: 100%;
		height: auto;
		max-height: none;
	}
	.hasicon td {
		display: block;
		width: 100% !important;
		padding-right: 1em !important;
	}
	.hasicon tr {
		width: 100%;
		display: block;
	}
	.punbb .main .tc2, 
	.punbb .main .tc3,
	.category .container table thead,
	.forum .container table thead	{
		display: none;
	}
	#pun-navlinks {
		position: fixed;
		width: auto;
		right: 0;
		left: auto;
		top: 45px;
		border: 2px dotted #ecc27f;
		border-top: 0;
	}
	#pun-navlinks .container {
		padding: 1em 0em 1em !important;
		display: none;
		background: url(https://i.imgur.com/5NKlZFj.jpg) #250f0c;
	}
	#pun-navlinks .container li {
		line-height: 28px !important;
		display: block;
		font-size: 12px;
		text-align: right;
		padding-left: 1em;
	}
	#pun-navlinks .container li a {
		background-image: none !important;
		width: auto !important;
		height: auto !important;
	}
	#pun-navlinks .container li a span {
		font-size: 14px !important;
	}
	#pun-announcement {
		margin: 0;
		background: none;
	}
	.icon[data-new-topics]:before, 
	.subforums span[data-new-topics]:before {
		margin-left: 80% !important;
	}
	#pun-ulinks {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		margin-top: -11em;
	}
	#pun-ulinks li {
		margin-bottom: 0.3em;
		display: inline-block;
	}
	.announcementTable {
		display: block;
		width: 100% !important;
	}
	div#linkSkillPanel {
		display: none !important;
	}
	#footer_div_id td {
		width: 100%;
		display: block;
		padding: 0em 0 0.5em;
	}
	#pun-stats .container {
		padding: 1.2em 3em;
		background: none;
	}
	.mobile.mobileMenu {
		display: block;
		background: url(https://i.imgur.com/wOMlpT5.jpg) #170b08;
		border-style: none;
		border-width: 0;
		box-sizing: border-box;
		box-shadow: 0px 0px 2px 1px #2e1814;
		height: 45px;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		text-align: right;
		z-index: 9;
		color: #f8dfbd;
		text-decoration: none;
		font-weight: bold;
		font-variant: small-caps;
		font-size: 19px;
		line-height: 45px;
		padding: 0 0.8em;
	}
	.link_mechhelp_background {
		right: 10%;
		display: none;
	}
	div.link_mechhelp {
		right: 5%;
		top: 1em;
	}
	.punbb .post .post-author {
		width: 100%;
		float: none;
	}
	.punbb .post-body {
		margin-left: 0;
	}
	.punbb .post .post-author ul li.pa-avatar {
		display: block;
		float: left;
		height: 100%;
		width: auto;
		margin-left: 1em;
		margin-right: 1em;
		background: none;
		padding: 1em 0 0 !important;
	}
	.punbb .post .post-author ul li.pa-avatar img {
		max-width: 100px;
		height: auto;
	}
	.punbb .post .post-author ul li.pa-author, 
	.punbb .post .post-author ul li.pa-title,
	.punbb .post .post-author ul li.pa-fld3.fenTitle	{
		padding-left: 0 !important;
	}
	.punbb .post .post-author .biggoffield {
		padding-left: 11em !important;
		text-align: center;
		padding-top: 1em;
		min-height: 140px;
		background: url(https://i.imgur.com/rolyTWI.jpg) top center repeat-x, url(https://i.imgur.com/IB4u7vH.jpg) bottom center repeat-x, url(https://i.imgur.com/czPmjYB.jpg) left center repeat-y, url(https://i.imgur.com/VM1ncl1.jpg) right center repeat-y, url(https://i.imgur.com/5NKlZFj.jpg) #230c04;
	}
	.biggoffield ul {
		text-align: left;
	}
	dl.post-sig {
		display: none;
	}
	#form-buttons td {
		display: inline-block !important;
		width: 35px;
		margin: 0;
		padding: 0;
	}
	.punbb .formal .container {
		padding: 1em 0em;
	}
	.punbb .main .tcr {
		border: 1px solid #e5ba94;
		box-shadow: inset 0px 0px 5px #fff7ec;
	}
	#profile .container {
		padding-left: 0;
	}
	#profilenav {
		margin-left: 0;
		width: 100%;
		float: none;
	}
	#profilenav h2 {
		margin: 0;
	}
	#shopMenuIn {
		left: 0;
		margin-left: 0;
		top: 42px;
		border: 2px dotted #ac895b;
		z-index: 8;
		text-align: left !important;
	}
	.formal h2 {
		text-align: left !important;
	}
	.formal h2 span {
		padding-left: 0.2em;
	}
	.punbb .quote-box cite, 
	.punbb .code-box strong.legend {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		position: relative;
		margin: -2em 0 1em;
		padding-bottom: 10px;
	}
	#hollowDiv {
		right: 0;
	}
	#postReward {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		margin-top: 5em;
		margin-bottom: -4em;
		margin-left: 1em;
	}
	.punbb .post-links {
		margin-left: 0;
	}
	.pl-email, .pl-website {
		float: none;
	}
	.punbb .post-links ul {
		margin-left: 0;
		position: relative;
		text-align: center;
		height: auto;
	}	
	.punbb .post-links li {
		background: #e1c9a3;
		padding: 2px 5px;
		font-weight: bold;
	}
	.punbb .post h3 span {
		margin-left: 0;
		margin-top: 1em;
	}
	table td {
		display: block;
		max-width: 100%;
	}
	#pun-respect table {
		margin-top: 1em;
	}
	#pun-respect th, #pun-respect td {
		display: block;
		width: 100% !important;
		text-align: center;
	}
	.itk-inner {
		max-height: max-content;
		min-height: 40px;
	}
	div#interestknow {
		height: auto;
		padding-bottom: 1em;
	}
	.footer-info-button {
		position: relative;
		left: auto;
		top: auto;
		background: url(https://i.imgur.com/KPOl196.png) top center;
		width: 150px;
		margin: 0 auto 1em;
	}
	#font-area.container, #size-area.container, #color-area.container, #table-area.container, #smilies-area.container, #image-area.container, #imageup-area.container, #imageattach-area.container, #keyboard-area.container, #video-area.container, #addition-area.container {
		max-width: 100%;
		z-index: 5;
		padding-left: 1em;
		margin-top: 4em;
	}
	#imageupload-left input[type=button] {
		width: 14em !important;
	}
	#color-area td {
		display: inline-block;
	}
	#color-area table {
		max-width: 100%;
		position: relative;
	}
	td#button-files_rusff {
	display: none !important;
	}
}