.modal__bottom {
	width: 20%;
	background-color: #EAEAEAAA;
	position: fixed;
	margin: 0px;
	padding: 8px;
	z-index: 9999;
	bottom: 0;
	border-top-style: solid;
	border-top-color: #4D85F6;
	border-top-width: 4px;
	
	border-right-style: solid;
	border-right-color: #4D85F6;
	border-right-width: 4px;
	
	color: #4D85F6;
}

.modal__button {
	cursor: pointer;
	-webkit-appearance: none;
	background-color: #4D85F6;
	border-color: #4D85F6;
	width: 128px;
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	border-width: 4px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
