.tablebodytext font[color="#FF0000"]{
	display: none;
}


.tablebodytext {
    display: none!important;
}

.adm-info-message {
	display: none!important;
}

#bx-admin-prefix .adm-info-message {
	display: none!important;
}

.adm-info-message-wrap {
display: none!important;
}

.mobile-menu__social {
display: none;
}
.page-header__help {
	display: none;
}
/*.page-header__help a {
	font-size: 16px;
	text-decoration: none;
	background-color: blue;
	padding: 12px 30px;
	color: #fff;
	font-weight: 700;
	border-radius: 24px;
}*/
/*
.page-header__help a:hover {
	text-decoration: none;
}
*/

@media screen and (max-width: 1024px){
	.hide-menu {
		display: none;
	}
	.page-header__help {
		display: block;
	}

	/*.page-header__help a:hover {*/
		/*background-color: #007BA7;*/
		/*color: #ffffff;*/
	/*}*/
	.page-header__help a {
		display: inline;
		font-family: "Exo2-Regular", Arial, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 27px;
		color: #ffffff;
		text-decoration: none;
		padding: 5px 15px;
		border: 2px solid #007BA7;
		border-radius: 30px;
		/*margin-left: 25px;*/
		background-color:#007BA7;
	}
}