






#top_html {
  width: 100%;
  top: 0;
  z-index: 9999;
  padding: 12px;
  background: #000000;
  color: #72FF3C;
}
#top_html a {
  color: #FFDF1E !important;
  text-decoration: none;
}
#top_html a:hover {
  color: #193DFF !important;
}
#top_html .close-icon {
	position: relative;
bottom: 70px;
  cursor: pointer;
  float: right;
  padding-right: 4px;
  font-size: 1.2rem;
  margin-bottom: 50px;
	display: none;
}
