/* Stop! CSS time. */
/* NIC.IO override */

body {
	background: #6aaf07;
	background: -moz-linear-gradient(top,  #6aaf07 0%, #406904 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6aaf07), color-stop(100%,#406904));
	background: -webkit-linear-gradient(top,  #6aaf07 0%,#406904 100%);
	background: -o-linear-gradient(top,  #6aaf07 0%,#406904 100%);
	background: -ms-linear-gradient(top,  #6aaf07 0%,#406904 100%);
	background: linear-gradient(to bottom,  #6aaf07 0%,#406904 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aaf07', endColorstr='#406904',GradientType=0 );
}

#billboard {
	border-radius: 26px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.imaginetop {
	color: rgb(106,175,7);
}

.hellobox {
	background-color: rgba(106,175,7,0.8);
}

.headline {
	background-color: rgba(106,175,7,0.7);
}

.actionget {
	background-color: rgba(106,175,7,0.8);
}
 
.search-wrapper button {
	background: #6aaf07;
	background: -moz-linear-gradient(top,  #6aaf07 0%, #406904 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6aaf07), color-stop(100%,#406904));
	background: -webkit-linear-gradient(top,  #6aaf07 0%,#406904 100%);
	background: -o-linear-gradient(top,  #6aaf07 0%,#406904 100%);
	background: -ms-linear-gradient(top,  #6aaf07 0%,#406904 100%);
	background: linear-gradient(to bottom,  #6aaf07 0%,#406904 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aaf07', endColorstr='#406904',GradientType=0 );
}

