.trow_sep {
	background: var(--tcat) !important;
	border-top: 2px solid var(--trow1) !important;
	border-bottom: 2px solid var(--trow1) !important;
	color: var(--white) !important;
	border-radius: 10px;
	opacity: 0.6;
}

.tborder {
  border-radius: 10px 10px 0px 0px !important;
}

.tborder_boardstats {
}

.tborder_threadlist {
  border-radius: 10px !important;
}

.tborder_chat {
  border-radius: 10px 10px 0px 0px !important;
  border-top: 1px solid var(--white) !important;
  border-left: 1px solid var(--white) !important;
  border-right: 1px solid var(--white) !important;
  background: var(--white);
  /*width: 100%;*/
  margin: auto auto;
  padding: 1px;
}

.border_bottom_thead {
	border-bottom: 1px solid var(--white) !important;
}

.border_radius_cat_stat {
	border-radius: 10px !important;
}
.border_radius_cat_stat_color {
	border-radius: 10px !important;
	background: var(--tcat) !important;
}
.border_radius_top_cat_stat_color {
	border-radius: 10px 10px 0px 0px !important;
	background: var(--tcat) !important;
	border: 0px !important;
}

.border_radius_none_cat {
	border-radius: 0px !important;
}

.border_radius_none_cat_color {
	border-radius: 0px !important;
	background: var(--tcat) !important;
}

/* --------*/
.border_radius_bottom_left_cat_blank {
	border-radius: 0px 0px 10px 0px !important;
}
.border_radius_bottom_right_cat_blank {
	border-radius: 0px 0px 10px 0px !important;
}

/* --------*/
.border_radius_bottom_left_cat {
	border-radius: 0px 0px 0px 10px !important;
	background: var(--tcat) !important;
}
.border_radius_bottom_right_cat {
	border-radius: 0px 0px 10px 0px !important;
	background: var(--tcat) !important;
}

/* --------*/
.border_radius_top_left_cat {
	border-radius: 10px 0px 0px 0px !important;
}
.border_radius_top_right_cat {
	border-radius: 0px 10px 0px 0px !important;
}
.border_radius_top_left_right_cat {
	border-radius: 10px 10px 0px 0px !important;
}
.border_radius_top_bottom_left_cat {
	border-radius: 10px 0px 0px 10px !important;
	background: var(--tcat) !important;
}
.border_radius_top_bottom_right_cat {
	border-radius: 0px 10px 10px 0px !important;
	background: var(--tcat) !important;
}
.border_radius_bottom_left_right_cat {
	border-radius: 0px 0px 10px 10px !important;
}
.border_radius_bottom_left_right_cat_color {
	border-radius: 0px 0px 10px 10px !important;
	background: var(--tcat) !important;
}

