.height-40 { height: 40px; }
.height-50 { height: 50px; }
.height-60 { height: 60px; }

.height-40.formio-component-content .image { height: 40px; }
.height-50.formio-component-content .image { height: 50px; }
.height-60.formio-component-content .image { height: 60px; }

.border-rounded .table-bordered td { border-radius: .5rem; }
.border-rounded table { border-collapse: unset; }
.border-green .table-bordered td { border-color: #3ca082; }

.h-100 { height: 100%; }
.w-100 { width: 100%; }
.table-h-100 > table { height: 100%; }

.col-md-0 { width:0; margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important; }
