#MicrosoftTranslatorWidget #WidgetLauncher:not(:first-child) {
	display: none !important;
}
.Dark #LauncherTranslatePhrase {
	background: transparent !important;
	border: 1px solid #fff !important;
	padding: 5px 15px !important;
	float: right;
}
#bing_tra_widget {
	float: right;
	position: absolute;
	right: 25px;
	top: 9px;  
}
@media only screen and (max-width: 787px) {
  #bing_tra_widget {
    position: relative;
	left: 10px;
	top: 0;
	float: left;
  }
  .Dark #LauncherTranslatePhrase {
		color: #333 !important;
		border-color: #333 !important;
	}
	.flexbox-container{
		overflow-y:scroll !important;
	}
	
	
	.p-15{
		padding:15px !important;
	}
	.p-30{
		padding:0px 30px !important;
	}
	
	.heading-elements .list-inline{
		display:block;
	}
	.heading-elements{
		position: relative !important;
	}
	.d-sm-none, .d-m-none{
		display:none;
	}
	.sm-overflow-hidden{
		overflow:hidden;
	}
	
	#navbar-mobile{
		display:block;
		position: absolute;
		top:-65px;
		right:5px;
		width:100%;
	}
	.nav-item.mobile-menu.d-md-none.mr-auto{
		z-index: 99999;
	}
	
	.heading-elements .list-inline li{
		float:left;margin-left:15px;
	}
	.btn.btn-primary{
		white-space: normal;
	}
	.table-responsive{
		padding:0px 15px;
	}

	
}