@media print {
    body * {
        visibility: hidden;
        /* content:url(/images/recipeIcons/justCard2.png); */
    }
    #contentPrint, #contentPrint * {
        visibility: visible;
    }
    * {
        -webkit-print-color-adjust: exact;
    }
}

.showBackground {
    background-image: url(/images/recipeIcons/justCard2.png) !important; 
    background-repeat:no-repeat;
    background-size: cover;
}

.showCard {
    margin: 5px 20px 10px 20px; 
    max-width: 1280px; 
    background-color: white;
    padding: 20px; 
    /* border-style: solid; */
    border-radius: .5em; 
    border-width: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.showBorder {
    /* border-style: none !important;  */
    border-color: rgb(157, 157, 157); 
}


.editButtons {
    text-align: left; 
    display: inline-block;
    margin: 30px 10px 0px 3px
}

.showBarCategory {
    background-color: white; 
    color: white; 
    padding: 5px 15px; 
    margin-bottom: 10px;
    text-align: center;
    /* font-size: 14px; */
    font-size: calc(14px + (20 - 14) * ((100vw - 375px) / (1280 - 375)));
}

.showIndexCard {
    background: none; 
    padding: 0px 0px 0px 0px;
}

.showRecipeTitle {
    color: white; 
    margin-bottom:0px;
    font-weight: bold;
}

.showIconsCol {
    padding: 8px 0px 0px 15px !important;
}

.showIcons {
    width:100%; 
    max-width: 50px;
    font-size: 40px;
}

.showTimerServe {
    padding: 15px 5px;
    font-weight: bold;
}

.showRecipeImg {
    width: 100%; 
    height: 100%; 
    max-width: 300px; 
    max-height: 190px; 
    object-fit: cover; 
    padding: 0px
}

.showInstructions {
    color: white; 
    padding-top: 30px; 
    padding-bottom: 10px;
    font-weight: bold;
}

.padLeftNone {
    padding-left: 3px !important;
    padding-right: 0px !important;
}

.showIngredients {
    padding: 2px 0px 2px 15px; 
    border-top: 0px; 
    border-bottom: 1pt solid white;
}

.showDirectionsNum {
    color: white; 
    font-size: 2rem; 
    font-weight: bold;
    padding: 0px 25px 0px 15px; 
    border-top: 0px; 
    border-bottom: 1pt solid white;
}

.showDirectionsP {
    padding: 5px 0px 5px 5px !important; 
    font-size: .9em;
    border-top: 0px; border-bottom: 1pt solid white;
}

.backArrow {
    margin-left: 20px;
    font-size: 2.5em; 
    background-color: none;
    padding-bottom: 5px;
    
}

#backArrow:hover {
    color: yellow !important;
}

.commentError {
    color: white;
    font-size: 12pt;
    font-weight: bold;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1pt solid red;
    background-color: red;
    border-radius: .5em;
}

