.food_item {
	display: flex;
	max-width: 600px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.food_item_name {
	width: 60%;
}

.food_item_macros {
	width: 40%;
	font-size: 90%;
	text-align: right;
}

.recipe .button {
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: #ccc;
	color: #fff;
    border-radius: 25px 25px 25px 25px;
	display: inline-block;
	padding: 10px 15px;
}

.recipe hr {
	margin: 30px 0 !important;
	border: none;
	border-top: 1px solid #eee;
}

.recipe .total_time {
	overflow: hidden;
}

.total_time input {
	width: 70px !important;
}

.ui-autocomplete {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.macroseditor_instance_name {
	margin: 0 0 15px 0;
}

.macroseditor_search, .macroseditor_instance_name input {
	width: 300px !important;
	margin: 0 20px 0 0;
}

.macroseditor_table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 20px 0;
}

.macroseditor_table th,
.macroseditor_table td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.macroseditor_table td.weight,
.macroseditor_table td.calories,
.macroseditor_table td.carbohydrates,
.macroseditor_table td.proteins,
.macroseditor_table td.input,
.macroseditor_table td.fats {
	padding: 0;
	vertical-align: middle;
}

.macroseditor_table td input, .macroseditor_table td select, .macroseditor_table td textarea {
	border: none;
	padding: 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: transparent;
	margin: 0;
}

.macroseditor_table td.weight input {
	width: 70%;
}

.macroseditor_table td.weight select {
	width: 30%;
	display: inline-block;
	border-left: 1px solid #ccc;
    border-radius: 0;
	padding: 0 10px;
	height: 38px;
}

.macroseditor_table td .remove {
	font-size: 40px;
    line-height: 0px;
    vertical-align: middle;
	cursor: pointer;
}

.recipe_form {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #93CCC315;
	border: 1px solid #93CCC350;
}

.recipe_form .item {
	overflow: hidden;
	margin-bottom: 10px;
}

.recipe_form .item label {
	width: 200px;
	float: left;
	padding: 10px 20px 10px 0;
	text-align: right;
}

.recipe_form .item select, .recipe_form .item input[type="text"], .recipe_form .item textarea {
	width: calc(100% - 200px) !important;
}

.recipe_form .item input[type="checkbox"] {
	height: 20px;
	width: 20px;
	margin-top: 7px;
}

.recipe_form .item input[type="submit"] {
	float: right;
}

#macros-editor .inside h2 {
	margin: 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}

.fail {
	color: red;
}

.column-recipe_image {
	width: 75px;
}

.column-recipe_image img {
	height: auto !important;
	width: 75px;
}