td.gridjs-td {
padding-left: 16px;
padding-right : 16px;
padding-top: 8px;
padding-bottom: 8px;
}

label.error {
	color: red;

}

.pointer{
	cursor: pointer;
}

.container{
	padding-bottom: 50px;
	padding-top: 50px;
}

.popover-body{
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
}
.notes{
	font-size: 70%;
}

.tab-cont{
	border: solid 1px;
}

.row{
	margin-right: 0px;
margin-left: 0px;
}



.separator {
  border-top-style: solid;
  margin-bottom: 20px;
  border-top-color: dimgray;
}

.icon{
	float: left;
	border-radius: 25px;
	padding: 9px;
	width: 186px;
	height: 186px;
	border: 2px solid #808080;
	margin: 10px
}

.tit{
	font-size: 2.5rem;
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.homeimg{
	cursor:pointer;
	width: 60px;
	height: 60px;
}
.gridjs-table {
	width: inherit;
}

.wineLabel{ 
	cursor: pointer; 
	}