.gallery_preview_s {
    height: 6em;
    max-width: 150px;
}
.imageFull {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
#FullImageBox {
    margin-top: 2em;
    margin-left:auto;
    margin-right:auto;
    background-color: black;
}
#imageControl {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
#mainBody {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
}
#ModalDialog {
    width:100%;
    height:100%;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.nobr	{ white-space:nowrap; }

.number {
    text-align: right;
}
.not_eaten {
    font-style: italic;
}
.instruction {
    margin-bottom: 10px;
}

.gallery_image_s {
    margin-right: 2px;
    margin-bottom: 2px;
}

.grippy {
    padding-left: 7px;
    margin-top: 1px;

    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==");
    background-size: 4px;
    background-position-y: 5px;
}

/* Material add button bottom right*/
#btm_right_add {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 1000;
}

.plus {
    margin-top: 5px;
    margin-bottom: 5px;
}

.add-button-area {
    display: inline-block;
    overflow: hidden;
}

#day_add_area {
    left: 300px;
    position: relative;
    background-color: white;
    padding: 15px;
    margin: 5px;
    font-size: large;
}
/* end */

.new {
    font-weight: bold;
}

.details {
    display: none;
}
.add_serv {
    display: none;
}

.nutri_table .headline{
        text-align: center;
}

.mismall {
    font-size: 16px;
}

h1 {
    margin-bottom: 3px;
}
h2 {
    margin-bottom: 1px;
}
h3 {
    margin-bottom: 1px;
}
h4 {
    margin-bottom: 2px;
    margin-top: 4px;
}
/* three Column Layout */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0; }

.mdl_tags_big_icon {
    line-height: 45px;
}

.columnsContainer, .contentContainer, footer { position: relative; margin: 0; width: 100% }
.contentContainer {min-height: 500px;}
.nurDruck {display: none }
.penEntry { line-height: 18px;}

.leftColumn, .rightColumn, .sideNav, .contentContainer, footer {  border: 1px solid  #ccc; }
.leftColumn, .sideNav { margin-bottom: .5em; }
.leftColumn, .rightColumn { margin-left: 0px; margin-right: 0px;}

@media screen and (min-width: 47.5em ) {
  .contentContainer{ margin-right: 19.5em; margin-left: 9.5em; padding: 0}
  .leftColumn {width:45%; padding: 1.25em;  }

  .rightColumn { position: absolute; top: 0; right: 0; width:55%; padding: 1.25em;  }

  .sideNav { float: left; padding: 1.25em; }
}
@media print {
    .sideNav {display: none}
    .action { display: none; }
    .nurDruck {display: inherit }
    .leftColumn, .rightColumn, .sideNav, .contentContainer, footer {  border: 0px solid  #ccc; }
    div {font-size: 10px;}
    footer {font-size: 8px;}
    h1 { font-size: 14px; margin-bottom: 3px; margin-top: 3px; display: inline; }
    h2 { font-size: 14px; margin-bottom: 0; margin-top: 3px; display: inline; }
    h3 { font-size: 12px; margin-bottom: 0; margin-top: 3px; display: inline; }
    a {text-decoration: none}
}
@media print and (min-width: 30.5em ) {

    .contentContainer{ margin-right: 0em; margin-left: 0em; padding: 0; }
    .leftColumn {width:49%; padding: 1.25em;  }

    .rightColumn { position: absolute; top: 0; right: 0; width:49%; padding: 1.25em;  }

}

.food_card {
    padding: 5px;
}

