.add_wine_icon{
	width: 100%;
}

.wine_types_list *{
	border-radius: 50%;
	border: 1px solid black;
	text-align: center;
	padding: 10px;
	margin: 5px;
	font-size: 0.8em;
	width: 20%;
}
.personal_notes_textarea{
	width: 80%;
}


.wine_cellar_form div{
	margin-top: 10px;
}
.selected{
	background-color: red;
}
.secret_input{
	display: none;
}


.wine_tasting_heading{
	text-align: center;
	background-color: #DF7F7F;
	border-top: 2px solid #C61919;
	border-bottom: 2px solid #C61919;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 2rem;
}

.wine_cellar_entry{
	padding-right: 10%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid black;

	border: 1px solid #CDCDCD;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wine_cellar_entry div .wine_image{
	min-width: 100%;
	max-width: 100%;
}

.incomplete{
	border: 2px solid red;
	border-radius: 5px;
}
.mandatory_field_notice{
	font-size: 10px;
	color: red;
}
.verified_field_notice{
	font-size: 10px;
	color: red;
}

#wine_cellar_form_form{
	min-width: 409px;
}

.large_text{
	font-size: 20px;
	margin-bottom: 0px;

}


 @media only screen and (max-width: 600px) {
   .large_text{
   		min-width: 65vw;
  }
}


.wine_tasting{
	p{
		font-weight: bold;
	}
}
