/* -- custom css for file test.html -- */

/* -- navbar no-inner-padding -- */
#navbar-o-1733 {
	color: rgb(255, 255, 255);
}

/* -- link back -- */
#o-1737 {
	color: rgb(33, 255, 239);
}

/* -- page-content -- */
#page-contents-o-1741 {
	background-color: rgb(80, 80, 80);
	 background-image: radial-gradient(rgb(80, 80, 80), rgb(30, 30, 30));
	 color: rgb(255, 255, 255);
}

/* -- block custom-block -- */
#search_box {
	margin-top: 150px;
	 border-top-width: 1px !important;
	 border-top-style: dashed !important;
	 border-top-color: transparent !important;
	 border-bottom-width: 1px !important;
	 border-bottom-style: dashed !important;
	 border-bottom-color: transparent !important;
}

