.form-group {
    padding: 5px 10px;
    flex: 1;
}

.radio-2x {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 5px 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.section {
    margin-bottom: 20px;
}

.checked {
    border: 3px solid black;
    padding: 3px;
    border-radius: 50%;
}
.sm-vertical {
    display: block;
}
@media(max-width: 576px){
    .sm-vertical {
        display: flex;
    }
    .bs-stepper.sm-vertical .bs-stepper-header {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0;
    }
}
.table-container {
    width: 100%;
    overflow-x: auto
}
.table-container .table {
    table-layout: fixed;
}
.table-container .table th, td {
    word-wrap: break-word;
}