.h1, h1 {
    font-size: 2.3125rem;
}
.h1, h1 {
    margin-bottom: 2rem;
}
.form-group {
    margin:30px 0 0;
}
.no-selectpicker {
    height: unset !important;
}
.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto
}
/* 
The card header is overlaping the jquery_ui datepicker
UPDATE - this way it will not hide the buttons
*/
/*
.card .card-header {
    z-index:1!important;
}
*/