<style type="text/css" xml:space="preserve">
	.alert {
	  position: fixed;
	  right: 300px;
	  margin-left: 20px;
	}

	.alert-container {
	  background-color: #e0e8f4;
	  border-color: #cdd9ed;
	  padding: 5px;
	  color: #333;
	  font-size: 13px;
	}

	.closebtn {
	  position: absolute;
	  top: 60px;
	  right: 500px;
	  color: #702082;
	  font-size: 25px;
	  cursor: pointer;
	}

	.closebtn:hover {
	  color: grey;
	}            
</style>