.hydrogen-warning {
	background: #ce2129;
	color: #fff;
	display: flex;
	font-family: 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
	font-size: 14px;
	font-weight: bold;
	justify-content: center;
	margin: 10px 0;
	padding: 5px;
}
.hydrogen-warning:hover {
	color: #eaeaea !important;
}