		.help_search {
			font-family: Roboto-Regular;
			position: absolute;
			border: 2px solid gray;
			background-color: white;
			font-size: 14px;
			text-transform: none;
			white-space: nowrap;
			right: -3px;
			font-weight: normal;
			display: none;
			z-index: 9999;
			width: 260px;
		}

		@media (max-width: 1166px) {
			.help_search {
				right: -1px;
			}
		}

		.help_search .title {
			font-style: italic;
			color: gray;
		}
		.help_search div a {
			display: block;
			width: 100%;
			height: 100%;
			cursor: pointer;
			padding: 4px;
		}
		.help_search div.title {
			padding: 4px;
		}
		.help_search div:not(.title):hover {
			/*background-color: #0587eb;*/
			font-weight: bold;
			background-color: #EFF6FC;
		}
		.help_search div:not(.title):hover a {
			color: #024d87;
		}