.unit {
	position: relative;
	width: fit-content;
	border-radius: 3px;
	margin: 12px;
	padding: 8px;
	display: inline-block;
	width: 200px;
}

.unit .caption {
	width: 65%
}

.view {
	font-size: 28px;
	text-align: right;
	padding-right: 4px;
	line-height: 100%;
	padding-top: 6px;
}

.lap {
	font-size: 16px;
	text-align: right;
	padding-right: 4px;
}

.reset,
.start {
	height: 30px;
	font-size: 16px;
	cursor: pointer;
	padding: 0;
}

.reset {
	width: 33%;
}

.start {
	width: 63%;
}

.close,
.add {
	width: 25px;
	height: 25px;
	padding: 0;
}

.allControl {
	position: sticky;
	left: 0;
	top: env(titlebar-area-height, 40px);
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	z-index: 1;
}

#container {
	padding-bottom: 40px;
}

#export {
	border: 1px #8ff solid;
}

#allStop,
#allStart {
	position: relative;
	left: 20px;
}

#resolution {
	position: relative;
	left: 40px;
	border: 1px #88f solid;
	padding-left: 12px;
}

#numOfDay {
	position: relative;
	left: 40px;
}

@media (max-width: 600px) {
	
	.allControl {
		position: relative;
	}

	.ctrlb button {
		width: 100%;
		left: 0;
		margin: 10px 0 10px 0;
	}

	.unit {
		width: 100%;
	}
}

.caption {
	width: 138px;
	border: 0;
}

.exportModal {
	position: fixed;
	background-color: #eeed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}

.exportModal .close {
	border-radius: 3px;
	background-color: #f88;
	-webkit-appearance: none;
	-webkit-user-select: none;
	border: 1px solid #888;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.exportModal .text {
	position: relative;
	width: 90%;
	left: 5%;
	top: 60px;
	height: 200px;
}

button {
	width: 100px;
}

.crtlb {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
}
