/*Menu*/
ul#colorpicker_menu li:first-child {
    display: none !important;
}
img.sfsicon {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}
span.um_button_1::before {
    content: "\e4f2";
}
span.um_button_5::before {
    content: "\f005";
}
li.button_contact a img {
    margin-top: 1px;
}
div#menugodownbutton {
	display: flex;
	flex: auto;
	align-items: center;
}
div#menugodownbutton span.pagination_container {
	display: none;
}
.boardindex_table .board_description {
	font-size: 0.80em;
}
.info .subject {
	font-weight: 600;
}
/*Archive board hiding stuffz*/
div#board_360_children {
	display: none;
}
/*Signatures bug*/
.signature img {
	max-width: 100%;
}
/*Poster bug*/
@media screen and (max-width: 991px) {
	.post_wrapper .poster, .poster {
	padding: 5px;
	max-width: 100%;
	}
.poster ul.user_info li.avatar {
    position: relative;
	}
}
/*Team button*/
li.button_team {
	display: none !important;
}
/*Ads Area*/
img[src="https://ultimatebass.com/bass-fishing/sponsor/BAM.jpg"] {
	width: 200px;
	height: auto;
	max-width: 100%;
}
/*Board index changes*/
.children {
    padding-left: 64px;
}
@media screen and (max-width: 991px) {
#main_content_section {
    padding: 5px 6px 16px 6px;
}
}