/*
Theme Name: QR Code Labels
Theme URI: https://strike.co.at
Author: strike.
Author URI: https://strike.co.at
Tested up to: 6.4
Requires PHP: 7.2
Version: 1.0
Text Domain: qrcl
*/


body, html {
    margin: 0px;
    padding: 0px;
    font-weight: 100;
}

header img {
    width: auto; 
    max-height: 70px;
}

.img-fluid.img-product{
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

main{
    min-height: 80vh;
    display: flex;
    flex-direction: column;
}
main .default-page {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*.hiddentranslate{display:none;}*/