@charset "UTF-8";
/* CSS Document */

/*Linda 11/28*/
.form_title{
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom:20px;
  text-align:center;
}
.Recipes-table.form h1{
	margin-bottom:25px;
	padding-top:10px;
	font-size: 20px;
	color: #006bbd;
	padding-bottom:10px;
	border-bottom: #9addff solid 4px;
}
.Recipes-table.form .Recipes-table-title{
	margin-bottom:10px;
}
.Recipes-table.form .Recipes-table-title b{
	font-size:16px;
}
.Recipes-table.form .bottom-text{
	width:100%;
}
.Recipes-table.form .Recipes-table-box{
	border-bottom:none;
	padding-bottom:0;
	font-size:16px;
}
.Recipes-table.form .Recipes-table-box .bottom-text{
	padding:7px 15px;
	
}
.col-6{
	display:inline-block;
	width:50%;
	margin-left:10px;
}
.dropkick{
	margin-bottom:25px;
}
.col-5{
	width:49%;
	float:left;
}
.col-5+.col-5{
	margin-left:2%;
}
.Recipes-txt-tilte.txt2{
	font-size:16px;
	line-height:24px;
}
 .Recipes-code-title{
	font-size:16px;
font-weight: bold;
line-height: 24px;
color: #555;
display:block;
width:100%;
margin-top:30px;
margin-bottom:10px;
}
@media (max-width:768px) {
	.col-5{
		width:100%;
		float:none;
	}
	.col-5+.col-5{
		margin-left:0;
	}

}

	