/*******  Miniprofile Code (don't be a cunt, keep your hands off~) ******/
@import url('https://fonts.googleapis.com/css?family=Mr+Dafoe');

.postlinksbar {
    padding: 0 15px 15px 15px;
    text-align: center;
    margin: -25px 0 0 0;
    color: transparent;
}
.postlinksbar a {
    font-family: 'poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase;
    padding: 0 50px 10px 50px;
    margin: 0;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: var(--guest);
    color: #aaa !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.postlinksbar a:hover {
    color: var(--guest) !important;
    text-decoration-color: #ccc;
}

.post-normal .row4 {
    display:none;
}

.mini {
    position: sticky;
    position: -webkit-sticky;
    display: inline-block;
    top: 130px;
    margin: 20px 20px 60px -20px;
    width: 290px;
    z-index: 3;
}
.mini .minwrap {
  position: relative;
  width: 250px;
  height: 400px;
  overflow: hidden;
    padding: 5px 5px 5px 55px;
    background-color: #333;
    z-index: 3;
}
.mini .name {
    position: relative;
    left: -236px;
    top: 176px;
    width: 390px;
    height: 28px;
    padding: 20px 0px 0 20px;
    
    font-size: 38px;
    text-align: left;
    font-family: 'lobster', cursive;
    text-transform: capitalize;
    font-weight: normal;
    color: var(--guest);
    
    background-color: #333;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 4;
}

.mini .minwrap .bg {
    position: relative;
    top: -48px;
    width: 250px;
    height: 400px;
    overflow: hidden;
    background-color: ;
} 
.mini:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 19px;
    padding: 0px 0px 0 0;
    width: 250px;
    height: 445px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color:  var(--guest);
}  
.mini .minwrap .bgw {
  position: absolute;
    width: 250px;
    height: 400px;
    margin-top: 0;
  opacity: 0;
  transition: .7s ease-in-out;
  transform: scale(.3);
    background-color: rgba(51,51,51,0.7);
} 
.mini .minwrap:hover .bgw {
  top: 0;
  opacity: 1;
  transform: scale(1);
}

.mini .minwrap .avi {
    position:absolute; 
    left: 55px; 
    top: 5px; 
    width:250px; 
    height:400px; 
    background-size:250px 400px; 
    background-image:url(http://pile.randimg.net/1/49/74921/fsdefault.png);
    transition: .7s ease-in-out;
    opacity: 1;
} 
.mini .minwrap .avi img {
    position: absolute;
    width:250px; 
    height:400px; 
    background-size: 250px 400px; 
    background:#ccc;
} 
.mini .minwrap:hover .avi {
    transform: scale(1.2);
    -webkit-filter: blur(3px) brightness(0.5) grayscale(100%);
    -ms-filter: blur(3px) brightness(0.5);
    -o-filter: blur(3px) brightness(0.5);
    filter: blur(3px) brightness(0.5)  grayscale(100%);
    z-index: -1;
}

.mini .postcount, .mini .points {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 41%;
    margin: 0 0 5px 0;
    padding: 10px;
    font-family: 'poppins', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 110%;
    text-align: center;
    color:#aaa;
    overflow: hidden;
    border-bottom: 1px solid #935c52;
}
.mini .postcount i {
    position: absolute;
    left: -3px;
    top: 0px;
    color: rgb(191,191,191,0.3);
    font-size: 39px;   
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph;
}
.mini .points i {
    position: absolute;
    right: -7px;
    top: 2px;
    color: #935c52;
    color: rgb(191,191,191,0.3);
    font-size: 39px;
}
.mini .postcount b, .mini .points b {
    display: block;
    color: #935c52;
    font-size: 18px;
}

.mini .fields {
    position: relative;
    padding: 5px 0;
}
.mini .fields div {
    position: relative;
    margin: 7px 0;
    font-family: 'poppins', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 110%;
    color: #aaa;
    background: rgba(0,0,0,0.3);
    padding: 8px 10px 8px 5px;
    }
.mini .fields span {
    position: relative;
    display: table-cell;
    width: 100%;
    text-align: right;
    color: #aaa;
    }
.mini .fields b {
    position: relative;
    display: table-cell;
    font-family: 'calibri', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left !important;
    color: var(--guest)
}
.mini .fields tw {
    position: relative;
    display: block;
    vertical-align: top;
    width: 92%;
    min-height: 40px;
    max-height: 50px;
    overflow: auto;
    margin: 0 0 10px 0;
    padding: 0 10px 10px 10px;
    font-family: 'poppins', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    color: #ccc;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.mini .fields tw i {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 32px;
    text-transform: lowercase;
    font-family: 'lobster', cursive;
    color: rgb(193,193,193,0.2);
}
.mini .fields .sm {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    text-transform: none;
    font-family: 'poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    color: var(--guest);
    background: rgba(0,0,0,0.2);
}
.mini .fields butt {
    position: relative;
    display: table-cell;
    padding: 0 10px;
}

.mini .partner {
    position: absolute;
    bottom: 0;
    width: 93%;
    padding: 10px 10px 5px 10px;
    font-size: 12px;
    font-family: 'poppins', sans-serif;
    color: #ccc;
}
.mini .partner who {
    position: relative;
    display: inline-block;
    width: 60%;
    padding: 10px 0;
}
.mini .partner span {
    display: block;
    color: #aaa;
    text-align: right;
}
.mini .partner a {
    display: block;
    text-align: center;
    padding-top: 5px; 
    color: #935c52;
    font-size: 16px;
    font-family: 'lobster', cursive;
    text-shadow: 1px 1px 0 #111;
}
.mini .partner img {
    position: relative;
    display: inline-block;
    float: right;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #111;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    border-bottom: 3px solid #666;
    border-left: 3px solid #666;
}

.mini .mini-foot {
    position: relative;
    width: 220px;
    height: 10px;
    padding: 5px;
    margin: 10px 0 0 30px;
    z-index: 6;
}
.mini .mini-foot div {
    position: relative;
    display: inline-block;
    padding: 7px;
    font-size: 18px;
    color: var(--guest);
    border-radius: 100%;
    margin: 0 8px;
    background: #333;
    border: 2px solid var(--guest);
    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.mini .mini-foot div:hover {
    transform: scale(1.3);
}







.mintop .image .left {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 300px;
    top: -20px;
    border-radius: 0 100% 100% 0;
    background: #222;
    overflow: hidden;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
}
.mintop .group {
    position: absolute;
    left: -30px;
    bottom: 75px;
    letter-spacing: 4px;
    font-size: 172px;
    color: #222;
    text-align: right;
    text-transform: capitalize;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333;
    font-family: 'lobster', sans-serif;
}

.mintop .mailme {
    position:absolute; 
    height:10px; 
    width:10px;
    left: 15px;
    top: 35px;
    background:#333; 
    color:#935c52; 
    font-size:18px; 
    text-align: center; 
    padding: 5px 13px 12px 5px;
    border-radius: 100%;
    border:2px solid #935c52; 
    z-index:5; 
    -webkit-animation: phone 2000ms linear 2000ms infinite; 
    animation: phone 2000ms linear 2000ms infinite;
}
.mintop .gif {
    position: relative;
    display: inline-block;
    top: 15px;
    left: 15px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-size: 100px auto;
    box-shadow: 0 0 0 1px #000;
    border-top: 5px solid #666;
    border-right: 5px solid #666;
    border-bottom: 5px solid #666;
    border-left: 5px solid #666;
    background-image: url(http://pile.randimg.net/1/82/83046/Gifs_220x140x4.png);
    z-index: 2;
}
.mintop  .gif img {
    height:100px; 
    width:100px;
    border-radius: 100%;
}
.mintop .symbol {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 135px;
    opacity: 0.3;
    color: #222;
    z-index: 0;
}

.mintop .extra {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 600px;
    padding: 15px 10px 0 15px;
    text-align: right;
    font-family: 'arial', sans-serif;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 600;
    color:#777;
    word-spacing: 2px;
}
.mintop .extra i {
    padding: 0 5px;
}

.foot .foot-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 125px;
    width: 340px;
    background: #444;
    border-left: 1px solid #000;
}
.foot img.gif {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 10px 10px 0 10px;
    border: 3px solid #935c52;
    background-size: 100px auto;
    border-radius: 100%;
} 
.foot info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 210px;
    text-align: center;
    padding: 0 0 12px 10px;
    font-family: 'poppins', sans-serif;
    font-size: 13px;
    line-height: 100%;
    font-weight: 400;
    color:#888;
}
.foot info span c {
    display: block;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    font-size: 26px;
    margin-bottom: 3px;
    color: #935c52;
}
.foot info span {
    position: relative;
    display: inline-block;
    padding: 30px 0 0px 5px;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 150%;
    border-bottom: 2px solid #935c52;
  text-shadow:
    2px 2px rgba(68,68,68,0.8),
    2px -2px rgba(68,68,68,0.8),
    -2px 2px rgba(68,68,68,0.8),
    -2px -2px rgba(68,68,68,0.8);
}
.foot info b {
    color: #935c52;
    padding: 0 3px;
}

.foot .awards {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: calc(100% - 647px);
}
.foot .awards div {
    position: relative;
    height: 80px;
    padding: 5px;
    margin: 15px;
    background: #333;
    border-radius: 10px;
    border: 1px solid #000;
    overflow: auto;
    
}
.foot .awards div img {
    padding: 2px 0 2px 0;
    width: 30px;
}

.foot .triggers {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 12px 23px;
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    color:#888;
    background: #444;
    border-right: 1px solid #000;
}
.foot .triggers div {
    position: relative;
    width: 250px;
    background: #444;
    border-radius: 10px;
    border: 1px solid #000;
}
.foot .triggers span {
    position: relative;
    display: block;
    height: 35px;
    padding: 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: rgba(68,68,68,0.8);
    overflow: auto;
}
.foot .triggers top, .foot .triggers bottom {
    position: relative;
    display: block;
    font-family: 'poppins',sans-serif;
    font-size: 12px;
    color: #ccc;
}
.foot .triggers top {
    text-align: right;
    padding: 9px 9px 5px 5px;
}
.foot .triggers bottom {
    text-align: left;
    padding: 8px 5px 6px 9px;
}



.mini .gifw {
    position: relative;
    display: inline-block;
    vertical-align: top;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 2px solid #444; 
} 
.mini .gifw:before {
   content: '';
   position: absolute;
   top: -2px;
   left: -2px;
   height: 110px;
   width: 110px;
   border: 2px solid #8a7e70;
   border-radius: 17%;
   z-index: 1;
}
.mini .gif {
    width:100px; 
    height:100px; 
} 

.mini .title {
    position: relative;
    width: 250px;
    height: 20px;
    background: rgba(147,92,82,0.7);
    padding: 10px 0 0 0;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 0 0 10px 10px;
    z-index: 3;
    }


@-webkit-keyframes phone {
 0% {-webkit-transform:rotate(0deg);}
 4% {-webkit-transform:rotate(-25deg);}
 8% {-webkit-transform:rotate(0deg);}
 12% {-webkit-transform:rotate(-25deg);}
 16% {-webkit-transform:rotate(0deg);}
 20% {-webkit-transform:rotate(-25deg);}
 24% {-webkit-transform:rotate(0deg);}
 100% {-webkit-transform:rotate(0deg);}
}
@keyframes phone {
 0% {transform:rotate(0deg);}
 4% {transform:rotate(-25deg);}
 8% {transform:rotate(0deg);}
 12% {transform:rotate(-25deg);}
 16% {transform:rotate(0deg);}
 20% {transform:rotate(-25deg);}
 24% {transform:rotate(0deg);}
 100% {transform:rotate(0deg);}
}

/***********************  post stuff  ***********************/
.posts {
    position: relative; 
    min-width: 1000px;
    max-width: 100%;
    background-color: rgba(56,56,56,0);
    margin: 10px 0 40px 0;
}
.posts .postcolor {
    padding: 0 35px 15px 35px;
    min-height: 40px;
    color:#000!important;
    font-family: 'tahoma',sans-serif;
}

.posts .date {
    position: relative;
    float: right;
    top: 0px;
    left: 0px;
    padding: 0px 10px !important;
    margin-top: -27px;
    text-align: center;
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
    color: #777;
}
.posts .date span {
    font-size: 14px;
}
.posts .date span b {
    color: var(--guest);
}
.posts .date img, .posts .main .mainfoot img {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 90px;
    margin: 0 5px;
    border-radius: 100%;
    border: 4px solid;
    border-right-color: #444;
    border-left-color: #444;
    border-top-color: var(--guest);
    border-bottom-color: var(--guest);
    z-index: 6;
}
.posts .main .mainfoot img {
    top: -30px;
}

.posts .main {
    position: relative; 
    display: inline-block;
    vertical-align: top;
    color:#bbb;
    width: calc(100% - 290px);
    min-height: 280px;
    margin: 0 0 0px -50px;
    padding: 0 20px 0 20px;
    background-color: rgba(68,68,68,0);
    z-index: 2;
}

.mintop {
    position: relative;
    height: 250px;
    width: 100%;
    z-index: -1;
}
.mintop .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    
    overflow: hidden;
    
    background-image: url(https://i.imgur.com/EnnL5QW.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% 250px;
    border-radius: 10px 10px 0 0;
    opacity: 1;
}
.mintop .species {
    position: absolute;
    width: 73%;
    bottom: 0;
    left: 5px;
    font-family: 'poppins',cursive;
    font-size: 138px;
    letter-spacing: -7px;
    font-weight: bold;
    text-transform: lowercase;
    text-align: left;
    color: rgba(23,23,23,0.5);
    line-height: 70%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--guestbg);
} 

.posts .main .thangs {
    vertical-align: top;
    color: black;
    padding: 15px 0 0 0;
    background-color: rgba(255,255,255,0.8);
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 0 0 12px 12px;
    z-index: 3;
}
.posts .main .navi {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    z-index: 2;
}
.posts .main .bottom {
    position: relative;
    display: block;
    float: right;
    height: 200px;
    width: 500px;
    margin: 0;
    padding: 10px;
    text-align: center;
    background-color: #444;
    border-radius: 0 0 10px 10px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}
.posts .main .by { 
    width: 75%;
    margin: 50px auto 25px auto;
    text-align: right;
    font-size: 32px;
    font-family: 'mr dafoe', cursive;
}
.posts .main .by::before { 
    position: relative;
    content: 'sincerely, ';
    top: -25px;
    padding: 0;
    font-size: 16px;
    font-family: 'poppins', cursive;
}
.posts .main .signature { 
    padding: 10px;
    height: 215px;
}
.posts .main .signature img { 
    margin-top: 15px;
}
.posts .main .bottom br { 
    display: none; 
}

.posts .main .navi div {
    display: inline-block;
    padding: 0px 10px 8px 10px;
}
.posts .main .navi div a {
    color: #935c52;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.posts .main .navi div i:hover {
    color: #ccc;
    animation: wiggle 1s infinite;
}
.posts .main .navi div:first-child {
    display: table-cell;
    padding: 8px 5px 8px 30px;
    font-size: 14px;
    font-family: 'Fjalla One',sans-serif;
    background-color: rgba(147,92,82,0.7);
}
.posts .main .navi div i:first-child {
    font-size: 24px;
}
.posts .main .navi .checkbox {
    position: relative;
    float: right;
    right: 0;
    top: 16px;
    background: transparent;
    color: #FFFFFF;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-top: -6px;
    background-color: rgba(147,92,82,0) !important;
}
.posts .main .navi .address {
    position: relative;
    float: right;
    right: -120px;
    top: -16px;
    font-weight: 400;
    vertical-align: top;
    padding: 0 !important;
}
.posts .main .navi .address:empty, .posts .main .navi .checkbox:empty {
    display: none;
}
.posts .main .navi .address .desc {
    font-size: 11px !important;
    font-family: 'calibri',sans-serif;
    text-transform: uppercase;
    color: #999;
}
.posts .main .navi .address .desc a {
    color: var(--guest);
}

@keyframes wiggle {
    33% { transform: rotate(25deg); }
   66% { transform: rotate(-25deg); }
   99% { transform: rotate(0deg); }
}


.posts .main .mainfoot {
    vertical-align: top;
    height: 40px;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 20px 0;
    text-align: center;
    background-color: #444;
    border-radius: 0 0 10px 10px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}
.posts .main .mainfoot div {
    position: relative;
    display: table-cell;
    vertical-align: top;
    height: 40px;
    font-size: 13px;
    font-family: 'poppins', sans-serif;
    margin: 0 5px;
    padding: 0 5px 5px 5px;
    color: #ccc;
}
.posts .main .mainfoot div:first-of-type, .posts .main .mainfoot div:last-of-type {
    width: 45%;
}
.posts .main .mainfoot div b, .posts .main .mainfoot div i {
    color: var(--guest)
}
.posts .main .mainfoot div i {
    position: absolute;
    top: -4px;
    left: 2px;
    font-size: 48px;
    color: rgba(193,193,193,0.1);
}
.posts .main .mainfoot .player span {
    display: block;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-color: var(--guest);
    line-height: 150%;
}


.posts .minip {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 0;
    top: 0;
    width: 100%;
}
.posts .postbuttons .button-small {
    position: relative;
    display: inline-block;
    background: transparent;
    color: #999;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 3px 0 0 20px;
    text-align: center;
    box-shadow: none;
    text-decoration: none;
    padding: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.posts .postbuttons .button-small:hover, posts .sqr-r .button-small2:hover {
    color: #bbb;
}

.posts .postcolor {
    color:#000!important;
}
.posts .signature {
    color:#000!important;
}
.posts .signature img {
    position: relative;
    top: -10px;
}
.posts .signature br {
    display: none;
}

.quick-edit textarea {
    position: relative;
    width: 94% !important;
    min-height: 300px !important;
    padding:5px;
    left: 30px;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 140%;
    background-color: rgba(238,238,238,0.2) !important;
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    color: #000;
}
input:focus,
select:focus,
textarea:focus,
.quick-edit button:focus {
    outline: none;
}
.quick-edit input[type=submit], 
.quick-edit input[type=button], 
.quick-edit input[type=reset], 
.quick-edit a {
    box-shadow: none;
    color: #222;
    font-size: 12px;
    margin: 3px;
    font-weight: normal !important;
    padding: 2px 6px;
    text-decoration: none;
    border: none;
    background: transparent;
    font-family: 'Fjalla One', sans-serif;
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
.quick-edit input[type=submit]:hover, 
.quick-edit input[type=button]:hover, 
.quick-edit input[type=reset]:hover, 
.quick-edit a:hover {
    color: var(--guest);
}
.quick-edit .buttons {
    margin-left:20px;
    font-family: 'Fjalla One', sans-serif;
}

.tableborder .activeuserstrip {
    position: relative;
    top: -20px;
    left: 20px;
    width: fit-content;
    margin: auto;
    font-family: 'calibri', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    background-color: rgba(68,68,68,0.8);padding: 9px 100px;
    font-weight: 400;
    border: 1px solid #000;
    color: #777 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    
}
.tableborder .activeuserstrip a {
    color: #aaa;
}
#qr_open .maintitle {
    height: 70px;
    font-size: 46px;
    text-decoration: underline;
    text-decoration-color: #999;
}
#qr_open  .maintitle:after {
    width: 385px;
}
.tablepad {
    width: 900px;
    margin: auto;
    border-radius: 10px;
    background-color: rgba(170,170,170,0.5);
}
.tablepad textarea {
    padding: 10px;
    background-color: rgba(255,255,255,0.6) !important;
    border: none !important;
    box-shadow: none;
    width: 97%;
    height: 250px;
    line-height: 140%;
    font-size: 12px;
    text-align: left;
    border-radius: 10px;
    text-shadow: none;
    color: #000;
}
.signature img {
    position: relative;
    max-height: 200px;
    max-width: 550px;
    display: block;
    margin: auto;
    border: 3px solid rgba(199,199,199,0.7);
    outline: 2px dotted #999;
}
.bar {
    width: 900px;
}

#Post .pformleft {
    display: none;
}

/************ Templates ***********/
.post-one {
    position: relative;
    margin: 30px auto;
    width: 60%;
    text-align: justify;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 160%;
    padding: 30px 5px;
}


/************ COLORS ***********/

.Staff .mintop .image, .Staff .mini .mini-foot div, .Staff .mini:before {
    border-color: var(--staff);
}
.Staff .mini .name, .Staff .mini .mini-foot div, .Staff .mini .postcount b, .Staff .mini .points b, .Staff .mini .fields butt, .Staff .mini .fields b, .Staff .mini .partner a, .Staff .main .navi div a, .Staff .date span b, .Staff .main .navi .address .desc a, .Staff .main .mainfoot div b, .Staff .quick-edit a:hover  {
    color: var(--staff) !important;
}
.Staff .mini .minwrap .bgw {
    background-color: var(--staffminibg);
}
.Staff .main .navi div:first-child {
    background-color: var(--staffbg);
}
.Staff .date img, .Staff .main .mainfoot img  {
    border-top-color: var(--staff);
    border-bottom-color: var(--staff);
}
.Staff .mintop .species {
    -webkit-text-stroke-color: var(--staffbg);
}
.Staff .main .mainfoot .player span {
    text-decoration-color: var(--staff);
}


.Immortal .mini .mini-foot div, .Immortal .mini:before {
    border-color: var(--immortal);
}
.Immortal .mini .name, .Immortal .mini .mini-foot div, .Immortal .mini .postcount b, .Immortal .mini .points b, .Immortal .mini .fields butt, .Immortal .mini .fields b, .Immortal .mini .partner a, .Immortal .main .navi div a, .Immortal .date span b, .Immortal .main .navi .address .desc a, .Immortal .main .mainfoot div b  {
    color: var(--immortal) !important;
}

.Immortal .main .navi div:first-child {
    background-color: var(--immortalbg);
}
.Immortal .date img, .Immortal .main .mainfoot img  {
    border-top-color: var(--immortal);
    border-bottom-color: var(--immortal);
}
.Immortal .mintop .species {
    -webkit-text-stroke-color: var(--immortalbg);
}
.Immortal .main .mainfoot .player span {
    text-decoration-color: var(--immortal);
} 
