.boost-box {
	background: #1f2028;
	border: 1px solid #393a41;
}
.header {
	background: url('../img/header.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 788px;
	z-index: 1;
}
.green {
	color: #2ecc71;
}
.red {
	color: #e74c3c;
}
.yellow {
	color: #ffcd02;
}
.blue {
	color: #3498db;
}
.disable {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.search {
	margin-top: 6px;
}