.progress { background-color: #2d3348; } @media (min-width: 768px) { .d-md-block { display: table-cell !important; } } @media (min-width: 992px) { .d-lg-block { display: table-cell !important; } } .formRadioGroup { margin-top: 6px; display: flex; flex-direction: column; @media (min-width: 830px) { flex-direction: row; float: right; margin-top: 0px; } .btn-sm { font-size: 9px; @media (min-width: 830px) { font-size: 14px; } } } div.scrollable { width: 100%; height: 100%; margin: 0; padding: 0; overflow: auto; max-height: 100px; }