.warning{
	display: flex;
	color: white;
	background-color: rgba(203, 67, 53,0.7);
	height: 50px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.warning p{
	padding: 9px;
	text-align: left;
	font-size: 18px;
}

.warning button{
	color: white;
	font-size: 18px;
	text-align: right;
	padding: 9px;
	background: rgba(203, 67, 53,0.1);
	border:1px solid rgba(203, 67, 53,0.1);
}