body {
    background-color: #193061;
    color: #193061;
}

.container {
    background-color: #f5f6f0;
}

hr {
    background-color: #214182;
}

th, td {
    border: 1px solid #dddddd !important;
}

:required {
  background: #fff1c8;
}

ul.dolat-radio {
    list-style-type: none;
    padding-left: 8px;
}

ul.dolat-radio li {
    /*display: inline;*/
    margin: 10px 10px 10px 0;
    font-weight: bold;
    font-size: 1.1em;
}

ul.dolat-radio input {
    margin-right: 8px;
}

.question-text {
    white-space: pre-line;
    padding: 10px;
    background-color: #fff1c8;
}

input::placeholder {
    color: #cccccc !important;
    font-style: italic;
}

.table-collapse tr {
    cursor: pointer;
}

.hidden-row {
    padding: 0 4px !important;
    font-size: 0.8em;
    background-color: #fafbf5;
}
