#main-menu.indigo {
    background: #3f51b5;
}

.grid-view td,
.detail-view th,
.detail-view td {
    font-size: 0.75em;
    padding: 4px !important;
}

#data-accepted .memo{
	background: red;
	color: #eee;
	border-radius: 40px;
	text-align: center;
}

#data-accepted .invalidate {
	display: none;
}

.grid-view .city-highlight {
    font-size: 2em;
    font-weight: 700;
    color: red;
}

.data-grid .grid-view .timer {
	border-radius: 10px;
	background: red;
	color: #eee;
	padding: 2px 4px;
}


.object-view .city-highlight {
    font-size: 5em;
    font-weight: 700;
    color: red;
    text-align: center;
    line-height: 100px;
}

.navbar a.navbar-brand img {
	width: 64px;
	padding: 4px;
	background: #fff;
	clip-path: inset(0 round 50%);
	margin-right: 8px;
}

.data-grid td .hl {
	border: 2px solid red;
	padding: 4px;
	background: #fff;
}

header .navbar li.nav-item a {
	font-size: 0.9em;
}