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

.bg-light {
    background-color: lightblue;
}

.content {
    flex: 1 0 auto;
}

.sm-img { max-height: 30px; }

.footer { font-size: .8em; }

footer.footer {
    bottom: 0;
    width: 100%;
    height: 35px;
    padding: 0 10px;
}

span.error { color: red; }

.img-thumbnail {margin-bottom: 5px;}
.fileinput .img-thumbnail > img {
    max-height: 100%;
}
.img-thumbnail>img, .img-thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}
.img-thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.profile-image {
    width: 200px;
    height: 150px;
}
.flex {
    display: flex;
    flex-direction: row;
}
.flex-column {
    display: flex;
    flex-direction: column;
}

tr.link {
    cursor: pointer;
}

.hidden {
    display: none;
}