﻿.content {
    padding: 6px 14px 14px 14px;
}

.content-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    /*margin-top: 5px;*/
}

.tableRow {
    display: table-row;
}

    .tableRow > div {
        display: table-cell;
        vertical-align: middle;
    }

.columnTwo {
    padding-left: 5px;
}

/*legend span {
    font-weight: bold;
    padding: 0 5px 0 5px;
}*/

.undo-btn {
    position: relative;
    top: -7px;
    left: -3px;
}

.ui-datepicker-trigger {
    position: relative;
    top: 2px;
    left: 3px;
}

.questionRow {
    margin: 10px 0;
}

input[type="radio"] {
    margin-left: 10px;
}

.itemNumber {
    font-weight: bold;
    font-size: larger;
    display: block;
    position: relative;
    top: 16px;
    width: 10px;
}