﻿.modal.whatsnew {
	width: auto;
}
.modal.whatsnew li {
	list-style-type: none;
	position: absolute;
	/*border: 1px #4E6388 solid;*/
}
.modal.whatsnew ul {
	padding: 0;
	margin: 0;
	height: 490px;
}
.modal.whatsnew .modal-body {
	max-height: none;
}
.modal.whatsnew .modal-content {
	width: 680px;
	text-align: center;
}

.modal.whatsnew .slidedots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
}
.modal.whatsnew .circle {
	box-sizing: border-box;
	background: white;
	border: 2px black solid;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	float: left;
	margin-left: 3px;
}
.modal.whatsnew .circle.active {
	background: black;
}