
  #support-quicklinks li#s-phone img {
	opacity: 1;
  }
  #support-search {
	width: 100%; 
	padding: 10px; 
	border: 1px solid #ccc; 
	border-radius: 4px;
  }

  .highlight {
	background-color: yellow;
	color: black;
	font-weight: bold;
	padding: 0 2px;
  }

  ul {
	margin: 0;
  }
  ul.dashed {
	list-style-type: none;
  }
  ul.dashed > li {
	text-indent: -12px;
  }
  ul.dashed > li:before {
	content: "-";
	text-indent: -5px;
  }
