
.justify {
    text-align: justify;
    text-justify: inter-word;
}

ul.browser-default li {
    list-style-type: initial;
}

.center-img {
    display: block;
    margin: 0 auto;
}

div.inline {
    display: inline-block;
}

div.right {
    float: right;
}

.padded {
    padding: 16px;
}

ul.normal-li > li{
    list-style-type: disc; !important;
}

ul.normal-li {
    padding-left: 18px;
    list-style-type: disc; !important;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

div.card-height {
    min-height: 450px;
}

div.vcard {
    padding: 10px 20px;
    margin-top: 20px;
}

.center {
    text-align: center;
}

img.img-inside {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}