html,
body {
	margin: 0;
	padding: 0;
}

body {
	height: 100vh;
	width: 100vw;
}

.float_info_box {
	position: absolute !important;
	bottom: 0;
	width: 100%;
	/*min-height: 200px;	*/
	padding-bottom: 40px; /* map bottom watermark */
}

@media (min-width:960px) {
	.float_info_box {
		position: absolute !important;
		top: 0;
		right: 0;
		bottom: unset;
		width: 350px;
		min-height: unset;
		border-radius: 10px;
		padding-bottom: unset;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*override*/

.uk-card-default .uk-card-header {
    border-bottom: unset;
}