/* Normalizacia-standardizacia stylov stranky www.farmaria.sk/recepty */
/* Predpoklada pouzitie style.css pre stranku www.farmaria.sk */
/* Predpoklada pouzitie https://necolas.github.io/normalize.css */
/* version 2022-01; change:01; release:19-02-2022 */


/* *******************************/
/* PAGE BODY:: viewport          */




/* *******************************/
/* PAGE BODY-MAIN::             */

.ReceiptList {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ReceiptPreview {
    border: 2px dotted darkgreen;
    border-radius: .3em;
    width: 220px;
    margin: 2px;
}
   .ReceiptPreview img {
       margin: .2em;
   }




