.prototypeInstructions {
    color: red;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.btn-custom {
    min-width: 100%
}

.btn-sm-custom {
    min-width: 100%
}

@media (min-width: 576px) {
    .btn-custom {
        min-width: 150px;
    }

    .btn-sm-custom {
        min-width: 100px;
    }
}

.dataRow {
    margin-bottom: 10px;
}

    .dataRow .label {
        display: block;
        font-weight: bold;
    }

    .dataRow .header {
        display: block;
        font-weight: 600;
    }

    .dataRow .value {
    }


div.label {
    margin-bottom: 10px;
}

span.label {
    font-weight: bold;
}

label.label {
    font-weight: bold;
}

td.label {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}
