:root{--page-title-display:none;}/* Start custom CSS */form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.col-md-4 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.thumbnail {
    height: 100%;
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
}
.modal-dialog {
    width: 800px;
}
.modal-dialog h2 {
    font-size: 26px !important;
}/* End custom CSS */