.kitimage {
	width:6em;
	height:6em;
}

.small-button {
	width:5em;
}

div.login-form {
	width:auto;
	border: 1px solid gray;
	padding: 2em;
	margin: auto;
	width:40em;
}

div.loginborder {
	height:5em;
}

div.logo {
	background-image: url('/images/winewizardlogo.png');
	background-repeat: no-repeat;
	background-size: cover;
	width:144px;
	height:144px;
}

#kittable div.image {
	width:5em;
}

#kittable div.summary {
	width: 30em;
	font-size: 0.75em;
}

#kittable div.extra {
	width: 30em;
	font-size: 0.75em;
}
#kittable div.notes {
	width: 30em;
	font-size: 0.75em;
}

.notstarted, 
.Notstarted {
	background-color: bisque;
}

.completed {
	background-color: coral;
}

.inprogress {
	background-color: darkseagreen;
}

.navbar-brand {
	background-color: rgba(13,110,253,0.3);
    padding: 0.5em;
    border-radius: 0.5em;
    color: #0d6efd !important;
}

.white-text {
	color:white !important;
}

.pl0 {
	padding-left:0;
}

.inline-block {
	display: inline-block;
}

.ical-image {
	width:30px;
	height:30px;
}