/* Recipe Customizations */

.entry-header {
	position: relative;
}

.mpprecipe-buttons {
	display: block;
	float: none;
	overflow: hidden;
	clear: both;
	width: 300px;
	margin: 0 auto;
}

.mpprecipe-jumpto,
.mpprecipe-jumpto:link {
	display: inline-block;
	width: 140px;
    height: 30px;
    background-color: #aabeb5;
    cursor: pointer;
    color: #fff !important;
    border-radius: 3px;
    text-align: center;
    line-height: 30px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 3px !important;
    margin-right: 10px !important;
}
.mpprecipe-jumpto:hover
{
	background-color:#F0A89A;
    color: #fff;
}

.mpprecipe-print,
.mpprecipe-print:link {
	display: inline-block;
	width: 140px;
    height: 30px;
	background-color:#aabeb5;
    cursor: pointer;
    color: #fff !important;
    border-radius: 3px;
    text-align: center;
    line-height: 30px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 3px !important;
}

.mpprecipe-print:hover
{
	background-color:#F0A89A;
    color: #fff;
}