#tbl_log th:nth-child(1),
#tbl_log th:nth-child(2) {
	width: 15%;
}

#tbl_log th:nth-child(4) {
	width: 6rem;
}

#tbl_log th:nth-child(1),
#tbl_log td:nth-child(1),
#tbl_log th:nth-child(2),
#tbl_log td:nth-child(2) {
	width: 15%;
}

#tbl_log th:nth-child(4),
#tbl_log td:nth-child(4) {
	width: 6rem;
}

#log-page {
	border: 1px solid #c7d2fe;
	border-radius: 0.25rem;
	padding: 0.2rem 0.35rem;
}

@media only screen and (max-width: 960px) {
	#mobile-log-search {
		border: 1px solid #c7d2fe;
		border-radius: 0.25rem;
		box-sizing: border-box;
		flex: 1;
		font-size: 1rem;
		min-width: 0;
		padding: 0.45rem 0.55rem;
	}

	#mobile-log-search:focus {
		border-color: #0d6efd;
		box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
		outline: none;
	}
}
