li.pa-fld1 a {
    color: #a39d9d;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Century Gothic;
    letter-spacing: 0.5px;
}

li.pa-fld2 {
    background: #cdcdcd;
    width: 162px;
    margin: 8px 0 0 7px;
    text-align: left;
    font-family: Calibri;
    padding: 2px 5px 3px 6px!important;
    color: #292828;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid black;
    outline: 4px solid #cdcdcd;
}

.pa-posts, .pa-respect, .pa-fld3 {
    text-align: center;
    width: 58px;
    font-family: Calibri;
    line-height: 13px;
    font-size: 10px;
    color: #1c1c1c;
    background: #cdcdcd;
    font-weight: bold;
    text-transform: lowercase;
    margin: 9px 0 0 0;
    display: inline-grid;
}

div.subforum {
    color: #161616;
    font-family: verdana;
    text-align: justify;
    font-size: 9px;
    line-height: 12px;
    border-top: 1px solid #dedcdc;
    border-bottom: 1px solid #dedcdc;
    padding: 7px 0 7px 3px;
    width: 460px;
}

div.binfo {
    text-align: right;
    font-size: 10px;
    padding: 5px 0px 0px 0px;
}

div.chaos a {
    position: absolute;
    margin: 317px 0 0 469px!important;
    font-size: 17px;
    font-family: Myriad Pro;
    text-transform: uppercase;
    transform: translate(-50%,-50%);
    letter-spacing: 2px;
    background-image: linear-gradient( to right, #844848 0, #726e6e 22%,  #9e9e9e 45%, #888787 50%, #7d7d7d 55%, #958f8f 78%, #bfbfbf 100% );
   color:#2d282800;
    -webkit-background-clip: text;
}
div.chaos a:hover{
	color:#9f9f9f!important;
	transition:1s
}

.needed{
	position: absolute;
	margin: 187px 0 0 -24px!important;
	width: max-content
}
.needed img{
	margin-left: 2px;
	border: 1px solid #585858!important;
	filter:contrast(80%);
	opacity: 0.6
}
.needed img:hover{
	filter: grayscale(20);
	transition:0.4s
}

.welcome {
    position: absolute;
    color: #747474;
    font-size: 9px;
    line-height: 10px;
    width: 413px;
    font-family: 'Myriad Pro';
    letter-spacing: 1px;
    text-align: justify;
    overflow-y: auto;
    padding: 20px 21px 20px 19px;
    margin: 50px 0 0 -23px!important;
}

.navigation{
	position:absolute;
	margin:-27px 0 0 253px!important;
	width:max-content;
	color: #858585
}
.navigation a{
	font-size: 13px;
	color: #858585;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: 'Myriad Pro';
}

#banners {
    overflow: scroll;
    margin: 41px 0 0 -20px;
    overflow-x: hidden;
    height: 44px;
    width: 990px;
    text-align: JUSTIFY;
    position: absolute;
    opacity: 0.4;
}
#banners a{
	filter:grayscale(100%);
	opacity:60%;
	-moz-transition:all linear .3s;
	-ms-transition:all linear .3s;
	-o-transition:all linear .3s;
	transition:all linear .3s
}
#banners a:hover{
	opacity:100%;
	filter:grayscale(0%)
}