/* CS1 Background and text colours
-------------------------------------------------------------*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #6a4a69; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #573d56; 
}

body {
  background: url(https://i.imgur.com/NBYvURn.jpg);
  background-color: #9dad85;
}

.punbb {
  background: url(https://i.imgur.com/ZWlNJr9.jpg);
  background-color: #e2e5dc;
  width: 1153px;
  padding: 0px 100px !important;
  box-sizing: border-box;
  margin: 390px auto 0;
}

#pun-main,
#pun-stats {
  
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  color: #222;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  color: #222;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: #1474C3;
  color: #fff;
  }

/* CS1.4 */
#pun-title, #pun-title .container {
  background-color: #E1EDF7;
  color: #222;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  color: #222;
  }

/* CS1.6 */
.punbb th, #viewprofile li, #setmods dl  {
  color: #222;
  }

/* CS1.8 */
#pun-navlinks .container {
  color: #e5e2dd;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #ccc #ccc #aaa #ccc
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #f5f5f5
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #004F90;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: #806092;
  }

/* CS2.5 */
.punbb th {
  border-color: #dedfdf
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #ccc
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #fff
  }

.punbb .divider {
  border-color: #ccc #fff #fff #fff
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #dedfdf
  }

li.pa-online {
  border-left-color: #005EAB;
  }


/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #222;
  font-weight: 600;
  text-decoration: none;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #222;
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #8a608a;
  }

/* CS3.3 */
#pun-navlinks a {
   display: inline-block;
    position: relative;
    z-index: 0;
    transition: all .3s ease;
    opacity: 1;
    margin-right: -1px;
    font-family: Huntsman, Times New Roman;
    color: #000;
    font-size: 0;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    padding: 4px 12px;
    z-index: 10;
  }

#pun-navlinks a span {
    z-index: 3;
    text-align: center;
    position: relative;
    display: block;
    line-height: 1;
    padding-top: 4px;
    font-size: 20px;
}

#pun-navlinks li a:before {
    content: "";
    border-style: solid;
    border-width: 3px 3px 0 0;
    height: 11px;
    width: 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0);
    transition: all ease-in 0.3s;
    border-color: #6a4a69;
}

#pun-navlinks li a:after {
    content: "";
    border-style: solid;
    border-width: 0 0 3px 3px;
    display: block;
    width: 10px;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition: all ease-in 0.3s;
    border-color: #6a4a69;
}

/* CS3.4 */


#pun-navlinks li a:hover:before,
#pun-navlinks li a:focus:before {
   transform: scale(1);
   transition: all ease-in 0.3s;
}

#pun-navlinks li a:hover:after,
#pun-navlinks li a:focus:after {
   transform: scale(1);
   transition: all ease-in 0.3s;
}

/* CS4 Post status icons
 -------------------------------------------------------------*/

div.icon {border-color: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
tr.iredirect div.icon {border-color: #F7F7F7 #F7F7F7 #F7F7F7 #f7f7f7}

#pun-main div.catleft, #pun-main div.catright {display: none}

#pun-ulinks li:after {
  color: #a9a7a3;
}

#pun-crumbs1 p.container,
#pun-status .container {
  color: #392738;
}

#pun-main h2,
#pun-stats h2,
.punbb .main h1 {
    background-color: #753203;
    background: url(https://i.imgur.com/T4gdnWv.jpg);
    border: 0;
    font-family: Huntsman, Times New Roman;
    font-size: 25px;
    padding: 0 !important;
    font-weight: 600;
    letter-spacing: 2px;
    width: 1002px;
    height: 55px;
    margin-left: -23px;
    line-height: 55px;
    text-align: center;
}

#pun-main h2 span,
#pun-stats h2 span,
.punbb .main h1 span{
    background: -moz-linear-gradient(90deg, rgba(106,74,105,1) 0%, rgba(121,91,137,1) 45%, rgba(155,128,206,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(106,74,105,1) 0%, rgba(121,91,137,1) 45%, rgba(155,128,206,1) 100%);
    background: linear-gradient(90deg, rgba(106,74,105,1) 0%, rgba(121,91,137,1) 45%, rgba(155,128,206,1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    padding: 0 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
   box-sizing: border-box;
}

.punbb#pun-index div.icon {
  background: url(https://i.imgur.com/mMgYqus.png) no-repeat;
  background-size: 100%;
  width: 65px;
  height: 55px;
  position: absolute !important;
  left: -32px !important;
  z-index: 2;
  top: -17px !important;
  transform: rotate(8deg);
}

.punbb#pun-index div.icon.inew {
  background-image: url(https://i.imgur.com/b4iVc07.png);
}

.punbb div.icon {
   background-image: url(https://i.imgur.com/20M5NMc.jpg);
   width: 51px;
   height: 51px;
   top: 0;
}

.punbb .isticky div.icon {
   background-image: url(https://i.imgur.com/WCYw1wL.jpg);
}

.punbb div.icon.inew,
.punbb .inew div.icon {
   background-image: url(https://i.imgur.com/fhrrrUK.jpg);
}

.punbb .user-avatar img.on_ {
     margin: -2px 6px 0 -16px !important;
}

.punbb .user-avatar img.ava {
    border-radius: 50% !important;
    border-width: 1px !important;
    filter: grayscale(1);
}

#pun-crumbs1 p.container a {
    color: #000;
}

#pun-crumbs1 p.container a:hover {
    color: #553c54;
}

#pun-stats {
  margin-bottom: 0;
}

#pun-searchtopics .forum .container {
    position: relative;
    top: -24px;
}

#pun-searchtopics table {
   padding-left: 62px;
    border-spacing: 0 24px;
    border-collapse: separate;
    padding-top: 0;
   padding-bottom: 0;
    margin-bottom: -24px;
}

#pun-searchtopics table .tcl {
    overflow: visible;
    border-width: 1px !important;
    padding: 0 8px !important;
    border-spacing: 16px;
    border-collapse: collapse;
}

#pun-searchtopics table .icon {
    left: -48px;
    top: -3px;
}

#pun-searchtopics.punbb .main .tc2 {
  text-align: center;
}

#pun-searchtopics .linkst {
    position: relative;
    z-index: 2;
}

#profilenav h2 {
    font-size: 24px;
}

#pun-userlist table,
#pun-online table,
#messages table {
    border-spacing: 4px;
}

#pun-userlist table td,
#pun-online table td {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 4px 8px !important;
}

#pun-userlist.punbb th,
#pun-online.punbb th,
#messages th {
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px;
    background: url(https://i.imgur.com/W08in8x.jpg) #babbae;
    font-family: Times New Roman;
}

li.pa-author,
p.pa-author {
    background: url(https://i.imgur.com/W08in8x.jpg) #babbae;
    padding: 8px 4px !important;
    font-family: Huntsman, Times New Roman;
    font-size: 16px;
    text-align: center;
}

li.pa-title {
    font-weight: 400;
    font-family: Times New Roman;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
}

.punbb .pa-avatar img {
    border: 2px solid #d0d0ca;
    display: block;
    margin: 0 auto;
}

.punbb li.pa-fld1 {
   background: rgba(194, 194, 189, 0.5);
   margin: 0 8px 16px 8px;
   padding: 4px 8px !important;
   font-family: Times New Roman;
   font-size: 12px;
   clear: both;
   text-align: center;
   text-transform: lowercase;
}

.punbb li.pa-posts,
.punbb li.pa-respect,
.punbb li.pa-fld3 {
    padding: 4px;
    width: 74px;
    text-align: center;
    background: rgba(194, 194, 189, 0.5);
    line-height: 1.3;
    margin-bottom: 8px;
    display: block;
    font-size: 12px;
    text-transform: lowercase;
    float: left;
    box-sizing: border-box;
    font-family: Times New Roman;
}

.punbb li.pa-posts {
    word-spacing: 100px;
    margin-left: 8px;
    width: 76px;
}

.punbb li.pa-fld3 {
    word-spacing: 100px;
}

.punbb li.pa-respect {
    margin-right: 8px;
}

.punbb li.pa-respect a {
    font-weight: 400;
}

.topic {
    padding: 0 16px;
}

.punbb li.pa-fld2 {
    text-align: center;
    line-height: 1.3;
    font-size: 12px;
    padding: 8px 4px;
    font-family: Times New Roman;
    width: 224px;
    box-sizing: border-box;
    margin: 0 auto;
    background: rgba(194, 194, 189, 0.5);
}

.punbb li.pa-fld2 .name {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}

.punbb li.pa-fld2 .fandom {
    padding: 2px 4px;
    background: #fff;
    margin: 0 -4px;
    background: rgba(157, 184, 148, 0.8);
    text-transform: lowercase;
    margin-bottom: 8px;
}

.punbb li.pa-fld2 .fandom:before {
    content: "[";
}

.punbb li.pa-fld2 .fandom:after {
    content: "]";
}

.punbb li.pa-fld2 .about-char {
     text-align: justify;
}

.punbb .post {
    border-bottom: 1px solid #553c54;
    padding-bottom: 24px;
    margin-bottom: 24px;
    padding-top: 35px;
}

.punbb #pun-announcement.section {
   position: absolute;
   top: 0;
   left: 0;
   min-width: 1313px;
   width: 100%;
   height: 396px;
   margin: 0;
}

.punbb #pun-announcement.section .html-box {
    height: 396px;
}

.garden-strip {
   background: url(https://i.imgur.com/DEy7bTo.jpg);
   background-color: #b6b5a3;
   height: 225px;
   width: 100%;
   margin-top: 68px !important;
}
.garden-header-back {
   background: url(https://i.imgur.com/74z8REE.jpg);
   width: 1313px;
   height: 396px;
   margin: 0 auto !important;
    position: relative;
    top: -293px;
}

.garden-header-left, .garden-header-right {
    width: 297px;
    height: 164px;
    overflow-y: auto;
    position: absolute;
    left: 107px;
    top: 100px;
    font-size: 0.75rem;
    line-height: 1.45;
    text-align: justify;
}

.garden-header-right {
    right: 104px;
    left: auto;
}

.garden-header-best {
    width: 407px;
    height: 53px;
    position: absolute;
    top: 210px;
    left: 464px;
}

.garden-header-best a {
    width: 53px;
    height: 53px;
    background-size: cover;
    display: inline-block;
    margin-right: 11px !important;
    -webkit-box-shadow: 0px 0px 2px 3px rgba(145,110,144,1);
    -moz-box-shadow: 0px 0px 2px 3px rgba(145,110,144,1);
    box-shadow: 0px 0px 2px 3px rgba(145,110,144,1);
}

.garden-header-best a:first-child,
.garden-header-best a:nth-child(3),
.garden-header-best a:nth-child(4) {
    margin-right: 10px !important;
}

.garden-header-best a:nth-child(5) {
   margin-right: 12px !important;
}

.garden-header-best a:before,
.garden-needed a:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(135, 101, 135, 0.35);
    opacity: 1;
    transition: all ease-in 0.5s;
}

.garden-header-best a:hover:before,
.garden-needed a:hover:before {
    opacity: 0;
    transition: all ease-in 0.5s;
}

.garden-header-best a:last-child {
    margin-right: 0 !important;
    margin-left: -1px !important;
}

.garden-header-nav {
    width: 1153px;
    margin: 0 auto !important;
    text-align: center;
    position: relative;
    top: 298px;
    font-family: Times New Roman;
    text-transform: lowercase;
}

.punbb .garden-header-nav a {
    font-weight: 400;
    color: #5a554a;
    font-size: 1rem;
}

.punbb .garden-header-nav a:after {
    content: "|";
    margin: 0 1px 0 4px;
    display: inline;
}

.punbb .garden-header-nav a:last-child:after {
    display: none;
}

.punbb .main .category table {
    display: block;
    padding: 16px 8px;
    box-sizing: border-box;
}

.punbb .main .category table tbody {
    display: block;
}

.punbb#pun-index .main .category table tbody tr {
    display: block;
    width: 100%;
    border: 2px solid #8a608a;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.25);
    margin-bottom: 32px;
    position: relative;
    margin-top: 8px;
}

.punbb#pun-index .main .category table tbody tr:last-child{
    margin-bottom: 0;
}

.punbb .section#html-footer {
    background-image: url(https://i.imgur.com/bMg2Lnp.jpg);
    width: 1153px;
    height: 186px;
    position: relative;
    left: -100px;
}

.punbb#pun-index .main .tcl {
    display: inline-block;
    width: 100%;
    overflow: visible;
    padding: 1px;
    padding-bottom: 8px;
}

.punbb#pun-index thead {
     display: none;
}

.punbb#pun-index .main .tc2, .punbb#pun-index .main .tc3 {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 2px;
    right: 164px;
    //color: #eaf2e8;
    text-transform: lowercase;
}

.punbb#pun-index .main .tc3 {
    right: 16px;
}

.punbb#pun-index .main .tc2:before {
    content: "Тем: ";
    font-weight: 600;
}

.punbb#pun-index .main .tc3:before {
    content: "Сообщений: ";
    font-weight: 600;
}

.punbb#pun-index .main .tcr {
    text-align: left;
    position: absolute;
    top: 4px;
    right: 24px;
    display: inline-block;
    padding-left: 44px;
    padding: 5px 0 0 44px;
    width: 240px;
    overflow: visible;
}

.punbb#pun-index .main .tcr br {
    display: none;
}

.punbb#pun-index .main .tcr > span,
.punbb#pun-index .main .tcr a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

#pun-index .user-avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.punbb#pun-index .main .category table tbody tr:after {
    content: "";
    display: block;
    width: 933px;
    height: 24px;
    //background: url(https://i.imgur.com/eb9wYab.jpg);
    margin-left: -16px;
}

.garden-forum-links {
    position: absolute;
    bottom: -21px;
}

.garden-forum-links a {
    //color: #eaf2e8 !important;
    font-weight: 400 !important;
    text-transform: lowercase;
}

.garden-forum-links a:after {
   content: "|";
   font-family: Times New Roman;
   padding: 0 6px 0 4px;
}

.garden-forum-links a:last-child:after {
    display: none;
}

li.pa-avatar.item2 {
    margin-bottom: 8px;
}

#pun-post .topic h2 {
    margin-left: -39px;
}

.punbb#pun-post .post .post-author {
    margin-top: 8px;
}

#pun-profile.punbb .main h1 {
    margin-bottom: 23px;
}

#pun-profile.punbb .main h1 span a,
input.button {
    -webkit-appearance: none;
    appearance: none;
    border: 4px double #8a608a;
    background: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    font-family: Times New Roman !important;
}

#pun-profile.punbb .main h1 span a {
    display: inline-block;
    font-size: 13px;
    text-shadow: none;
    color: #000 !important;
    font-weight: 400;
    line-height: 1;
    padding: 1px 7px;
    float: right;
    margin: 8px 32px 8px 0;
}


.top-bottom {
    text-align: center;
    font-family: Huntsman, Times New, Roman;
    font-size: 24px;
    color: #5b3f5a;
    min-width: 64px;
}

.top-bottom button{
-webkit-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

div#ToTop, div#OnBottom {
    position: fixed;
    right: 8px;
    top: 50%;
    cursor: pointer;
}

div#OnBottom {
    top: calc(50% + 32px);
    right: 14px;
}

div#ToTop:before {
    content: "\2191";
    position: absolute;
    left: calc(50% - 7px);
    color: #000;
    z-index: -1;
    font-family: Arial;
    font-size: 30px;
    bottom: 6px;
    opacity: 0;
    transition: all ease-in 0.3s;
    transform: translateY(0px);
}

div#ToTop:hover:before {
    transform: translateY(-22px);
    opacity: 1;
    transition: all ease-in 0.3s;
}

div#OnBottom:before {
    content: "\2193";
    position: absolute;
    left: calc(50% - 7px);
    color: #000;
    z-index: -1;
    font-family: Arial;
    font-size: 30px;
    bottom: -3px;
    opacity: 0;
    transition: all ease-in 0.3s;
    transform: translateY(0px);
}

div#OnBottom:hover:before {
    transform: translateY(22px);
    opacity: 1;
    transition: all ease-in 0.3s;
}

#notify-link .unreads, #navpm .unreads {
    display: block;
    position: absolute;
    top: -33px !important;
    right: -67px !important;
    height: 15px;
    min-width: 15px;
    padding: 0 2px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    font: bold 11px Tahoma,Verdana;
    line-height: 14px;
    cursor: pointer;
    color: #fff;
    background: #5e8b59 !important;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    text-shadow: none;
    z-index: 5 !important;
}

.pa-replies {
    text-align: center;
}

.punbb #messages table {
    padding: 4px;
}

.punbb #messages .tcl .intd {
    min-height: 51px;
    padding-left: 11px;
}

.punbb #messages .tcl .tclcon {
    position: relative;
    top: 16px;
}

#messages .user-avatar {
   display: none;
}

#messages fieldset {
   padding: 0;
}

.punbb#pun-messages fieldset {
    overflow: hidden;
    width: 688px;
    border: 0;
}

.punbb#pun-messages .post .post-author {
    margin-left: -18px;
    border-left: 6px solid;
}

.punbb#pun-messages .post-body,
.punbb#pun-messages .post h3 span {
   margin-left: 242px;
}

#pun-messages .pa-reg {
   display: none;
}

.garden-banners {
    height: 58px;
    width: 1077px;
    position: absolute;
    top: 75px;
    left: 38px;
    overflow: auto;
    box-sizing: border-box;
    padding: 4px;
}

.garden-needed {
    position: absolute;
    top: 324px;
    right: -20px;
    display: inline-block;
    width: auto;
    text-align: center;
}

.garden-needed p {
    font-family: Huntsman, Times New Roman;
    font-size: 20px;
    color: #5a3e59;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.garden-needed a {
     border-image: url(https://i.imgur.com/a5fvQFT.jpg) 1;
     border-style: solid;
     border-width: 3px 3px 3px 0;
     box-sizing: border-box;
     width: 100px;
     height: 52px;
     background-size: cover;
     margin-bottom: 4px;
     display: block;
}

.pa-awards {
    width: 100%;
    text-align: center;
    font-family: Times New Roman;
    margin-bottom: 8px !important;
    clear: both;
}

.pa-awards br {
    display: none;
}

.mini_awards_label {
    font-family: Huntsman, Times New Roman;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
}

.mini_awards {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: all ease-in 0.5s;
}

.mini_awards.open {
    max-height: 200px;
    transition: all ease-in 0.5s;
}

div#pun-live-rusff {
    display: none !important;
}

#navawards {
    display: none !important;
}

#main-reply {
    min-width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}

.punbb .post-content table td {
    border: 0 !important;
}

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    position: absolute;
    right: 6px;
    top: 43px;
    z-index: 5;
    background: rgba(255,255,255, 0.8);
    border-style: solid;
    border-width: 3px;
    border-image: url(https://i.imgur.com/W08in8x.jpg) 1;
}

#form-buttons td {
    padding: 0;
    line-height: 0;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer !important;
    height: 26px;
    width: 26px;
}

.weekly-actions {
    top: 464px;
    position: absolute;
    left: 183px;
    width: 948px;
    text-align: center;
}

.weekly-actions a {
    display: inline-block;
    padding: 4px 8px;
    border: 2px solid #806092;
    background: url(https://i.imgur.com/7TGzdaP.jpg);
    background-size: cover;
    line-height: 0.8;
}

.weekly-actions a .action-inner {
    display: inline-block;
    text-align: center;
    font-family: Times New Roman;
    font-weight: 400;
    border: 2px solid #806092;
    background: rgba(255,255,255,0.6);
    padding: 4px 8px;
}

.weekly-actions a .action-inner span:first-child {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    display: block;
}

.weekly-actions a .action-inner span:last-child {
    text-transform: lowercase;
    font-size: 0.7rem;
}

.weekly-actions a:hover,
.weekly-actions a:active{
    color: #000;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);
    transition: all ease-in 0.2s;
}

.weekly-actions a:hover .action-inner {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.48);
    transition: all ease-in 0.2s;
}


#onlinelist div span a {
    font-weight: 400;
}

#pun-reputation .inner.post_reputation,
.pun-modal.move_posts_form .modal-inner  {
   overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
}

#pun-reputation .inner.post_reputation h1 {
    width: 100%;
    background-position: center;
    margin: 0;
}

span[style*="display: block"] + br {
    display: none !important;
}

#pun-searchtopics tr:not([class~=inew]) a,
#pun-searchtopics tr:not([class~=inew]) strong {
    font-weight: 400 !important;
}