tr td.trow1:first-child,tr td.trow2:first-child,tr td.trow_shaded:first-child{border-left:0}
tr td.trow1:last-child,tr td.trow2:last-child,tr td.trow_shaded:last-child{border-right:0}
.tborder tbody tr:last-child>td{border-bottom:0}
.thead_left{-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}
.thead_right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}
.tcat_menu{-moz-border-radius:0!important;-webkit-border-radius:0!important;border-radius:0!important}
.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed{-moz-border-radius-bottomleft:6px!important;-moz-border-radius-bottomright:6px!important;-webkit-border-bottom-left-radius:6px!important;-webkit-border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important;border-bottom-right-radius:6px!important}
.pollbar{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}

.user-service {
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 4px 6px;
    margin: 3px auto;
    background-color: #131313;
    border-radius: 1px;
    width: 150px;
    text-transform: uppercase;
    font-weight: bold;
}

.user-service--postbit {
	margin-left: auto;
	margin-right: auto;
}

.user-service--member-profile {
	margin-top: 10px;
	margin-bottom: 10px;
}

.user-service span {
	color: Snow;
	font-weight: bold;
	font-size: 12px;
}

.user-service span[data-years] {
	color: LightSkyBlue;
}

.user-service span[data-months] {
	color: Orange;
}

.user-service span[data-weeks] {
}

.user-service span[data-days] {
}

.user-service span[data-hours] {
}

.user-service span[data-minutes] {
}

.user-service span[data-years="2"],
.user-service span[data-years="3"],
.user-service span[data-years="4"],
.user-service span[data-years="5"],
.user-service span[data-years="6"],
.user-service span[data-years="7"] {
	background: linear-gradient(to right, Orange , Yellow, Green, Cyan, Blue, Violet);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#forum-icons {
	font-size:32px;
	color: #d94f43;
}

.trow1.lastpost {
    padding: 10px 3px;
}

.latest-replies {
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%), 0 1px 2px rgb(0 0 0 / 12%);
    background: #1a1919;
    float: right;
    border-bottom: 1px solid #1B1B1B;
    background: #2f2f2f;
    width: 35px;
    padding: 8px 0;
    border-radius: 3px;
    margin-top: 2px;
    position: relative;
    font-size: 12px;
	margin-right:3px;
}

.latest-replies.credits {
    width: auto;
    padding-right: 8px;
	padding-left: 4px;
	color: gold;
}

.credit_icon {
    width: 20px;
    text-align: center;
    position: relative;
    left: 0px;
}

.post-statistics {
    width: 175px;
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 auto;
}

.post-row {
    display: flex;
    background: #252525;
    align-items: center;
    margin: 5px 0;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 1px 3px rgb(0 0 0 / 24%);
}

.post-row .post-icon {
    padding: 9px;
    background: #1d1d1d;
    margin-right: 0.1rem;
    border-radius: 2px 0 0 2px;
    width: 1rem;
    text-align: center;
}

.post-row .post-row-inner {
    padding: 5px;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
}
	
.post-row .post-row-inner .ml-auto {
    font-size: 11px;
}