body {
    margin: 0px;
    padding: 0px;
}

#card {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    row-gap: 10px;
    column-gap: 15px;
    justify-content: center;
    width: 600px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 3px #c0c0c0 solid;
    word-break: break-word;
    font-size: 17px;
}

h1 {
    font-size: 24px;
    letter-spacing: 0.7px;
    text-align: center;
}

#commenttext1 {
    font-size: 14.5px;
    font-weight: bold;
    letter-spacing: 3px;
    opacity: 0.8;
}

#namecomment1 {
    width: 550px;
    box-sizing: border-box;
    margin: auto;
    padding: 20px 50px;
    text-align: center;
}

#link1 {
    width: 550px;
    box-sizing: border-box;
    margin: auto;
    padding-top: 10px;
    letter-spacing: 3px;
    font-size: 15px;
    text-align: center;
}

#picture1 {
    width: 550px;
    box-sizing: border-box;
    text-align: center;
    align-self: center;
    margin: auto;
    padding-top: 35px;
}

#picture1 > img {
    width: 80%;
    height: auto;
}

#address1 {
    width: 550px;
    box-sizing: border-box;
    margin: auto;
    padding: 25px 15px 15px 15px;
    line-height: 25px;
}

.lktable {
    display:table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 3px;
}

.lkrow {
    display: table-row;
    vertical-align: middle;
}

.lksideleft {
    display: table-cell;
    width: 30%;
    text-align: right;
    vertical-align: middle;
    font-size: 13px;
}

.lksideright {
    display: table-cell;
    width: 70%;
    text-align: left;
    vertical-align: middle;
}

#li_url {
    letter-spacing: 1px;
    color: inherit;
    text-decoration: underline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.dspwebonly {
    display: block;
}

.dspprintonly {
    display: none;
}

.imgqr {
    width: 40px;
    padding-left: 10px;
    vertical-align : middle;
}

#httxt {
    font-size: 15px;
}

footer {
    height: 20px;
    font-size: 15px;
    letter-spacing: 5px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
}

#footertxt {
    color: rgb(192,192,192);
}

.clrbtn {
    margin-top: 20px;
    cursor: pointer;
    width: 80px;
    height: 25px;
    font-size: 12px;
    border: 1.5px solid #000000;
    border-radius: 20px;
    background-color: #f5f5f5;
}

.piccmpbtn {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    cursor: pointer;
    width: 250px;
    height: 35px;
    font-size: 12px;
    border: 1.5px solid #000000;
    border-radius: 20px;
    background-color: #ccfff7;
}

.picnobtn {
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    width: 200px;
    height: 35px;
    font-size: 12px;
    border: 1.5px solid #000000;
    border-radius: 20px;
    background-color: #ffe4b5;
}

#imgwindow {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 450px;
    padding: 20px;
    height: 450px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    transform: translate(-50%, -50%);
    background-color: #fffacd;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor:pointer;
}


@page {
    margin: 0mm;
    size: A4 portrait;
}


@media print{
    #li_url {
        text-decoration: none;
    }

    .dspwebonly {
        display: none;
    }

    .dspprintonly {
        display: block;
        margin-top: 10px;
        margin-bottom: 3px;
        margin-right: auto;
        margin-left: auto;
    }
}
