@page {
    size: 21cm 29.7cm;
    margin: 1cm;
}
#toolbar { display: none; }

.no-print {
    display: none;
}
.print-rec-table {
    width: 1000px;
    position: absolute;
    bottom: 0;
}
#map {
    /*width: 400px;*/
    height: 500px;
}

.labels {
    color: #333;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    width: 50px;
    border: 1px solid rgb(255, 148, 81);
    padding: 5px;
    box-shadow: 0px 0px 10px rgb(255, 148, 81);
}

#print_wrapper {
    position:relative;
    height: 100%;
}

#inredients_wrapper {
    display: block;
    position:absolute;
    top:500px;
}

#inredients_wrapper .frmMealElement {
    display: inline-block;
}

#inredients_wrapper .frmMealElementQ {
    display: inline-block;
}

#print_footer {
    /*position: absolute;*/
    /*top:1000px;*/
    page-break-before: always;
    padding-top:30px;
    font-size: 12px;
}

input {
    border:0;
}

h4#_titleEl {
    border-bottom: 2px #55b1b0 solid;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #55b1b0;
    margin-bottom: 10px;
    width: 350px;
}
div.frmMealElement {
    display: inline-block;
    width: 320px;
    border-bottom: 1px #ccc solid;
    padding: 2px 0;
}
div.frmMealElementQ {
    display: inline-block;
    padding: 2px 0 2px 20px;
    text-align: right;
    float: right;
    border-bottom: 1px #ccc solid;
    width: 40px;
}

#authIdx {
    display: none;
    width: 210px;
    position: absolute;
    top: 550px;
    padding: 10px;
    right: 10px;
    z-index: 10;
}

#authIdx > .idx_wrapper {
    border: 5px #000 solid;
    width: 190px;
    height: 190px;
    border-radius: 110px;
    padding: 10px;
    background: rgba(255,148,81,0.4);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#authIdx > .idx_wrapper > .idx_title {
    padding: 17px 10px 10px 10px;
    text-align: center;
    border-bottom: 2px solid #000;
}

#authIdx > .idx_wrapper > .idx_title > .fst_row {
    display: block;
    font-size: 37px;
    color: #000;
}

#authIdx > .idx_wrapper > .idx_title > .snd_row {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    /* font-weight: bold; */
    color: #000;
}

#authIdx > .idx_wrapper > .idx_data {
    padding: 0px 5px;
    color: #dff8f8;
    text-shadow: 0px 0px 5px #000;
}

#authIdx > .idx_wrapper > .idx_data > #idx {
    display: inline-block;
    width: 50%;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    border-right: 2px solid #000;
    height: 70px;
}

#authIdx > .idx_wrapper > .idx_data > #idxR {
    display: inline-block;
    width: 46%;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    height: 70px;
}

#authIdx > .idx_wrapper > .idx_sfx {
    padding: 0px 5px;
    color: #dff8f8;
    text-shadow: 0px 0px 5px #000;
}

#authIdx > .idx_wrapper > .idx_data > #idx-sfx {
    display: inline-block;
    width: 50%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-right: 2px solid #000;
    height: 30px;
}

#authIdx > .idx_wrapper > .idx_data > #idxR-sfx {
    display: inline-block;
    width: 46%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    height: 30px;
}

.jmjere_wrapper {
    margin: 50px auto 0;
    width: 75%;
    padding: 10px;
    border: 1px #55b1b0 solid;
    border-radius: 10px;
}

ul li {
    list-style: none;
}

div.copyright {
    margin: 100px auto 0;
    border-top: 1px #ccc solid;
    width: 250px;
}

div.copyright ul {
    margin: 0;
    padding: 0;
}
div.copyright ul li {
    text-align: center;
}

div.copyright ul li a, div.copyright ul li a:visited {
    text-decoration: none;
    color: #55B1B0;
}