/* 
   Mobile toolbar fix for RoboHelp Frameless output
   Fix overlap of Favorites / Select buttons on Android and iPhone
*/
@media screen and (max-width: 480px) {

	.RH-LAYOUT-TOOLBAR-toolbar button {
		width: 38px !important;
		min-width: 38px !important;
		max-width: 38px !important;
		overflow: hidden !important;
		white-space: nowrap !important;
		color: transparent !important;
		font-size: 0 !important;
	}

		.RH-LAYOUT-TOOLBAR-toolbar button svg,
		.RH-LAYOUT-TOOLBAR-toolbar button img,
		.RH-LAYOUT-TOOLBAR-toolbar button i,
		.RH-LAYOUT-TOOLBAR-toolbar button span[class*="icon"] {
			font-size: 22px !important;
			width: 22px !important;
			height: 22px !important;
			text-indent: 0 !important;
		}
}