/*===========================================
  RECIPE POSTS
===========================================*/

	.atl-recipe-table,
	.atl-recipe-table tr,
	.atl-recipe-table td{
		border-color: #FFFFFF!important;
		padding: 11px 8px!important;
		border: none;
	}

	.atl-recipe-table tr:nth-child(2n){
		background-color: #FAFAFA;
	}
	.atl-recipe-heading{
	    margin: 40px 0;
	}
	.atl-recipe-heading:first-child{
		margin-top: 0;
	}

	.atl-recipe-servings{
		margin: 0 0 15px;
		float: right;
		padding-right: 30px;
	}
	.atl-recipe-servings-value{
		width: 90px;
		text-align: right;
	}
	.atl-recipe-servings .form-control{
		display: inline-block;
		width: 50px;
		text-align: center;
	}
	.atl-recipe-servings .atl-recipe-servings-change.up,
	.atl-recipe-servings .atl-recipe-servings-change.down{
		font-size: 30px;
		display: inline-block;
		position: absolute;
		transform: rotate(90deg);
		margin: 0 15px;
		cursor: pointer;

	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
		
	}
	.atl-recipe-servings .atl-recipe-servings-change.up{
		margin-top: -15px;
	}
	.atl-recipe-servings .atl-recipe-servings-change.down{
		margin-top: 15px;
	}