
.tx-hfsinusmilieus th {
    font-size: 9px;
    text-align: center;
    background-color: #ccc;
    width: 10%;
    height: 40px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

.tx-hfsinusmilieus h4 {
    margin-top: 20px;
}

.tx-hfsinusmilieus h6 {
    padding: 10px 0;
}

.tx-hfsinusmilieus td {
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    height: 30px;
}

.tx-hfsinusmilieus table {
    margin-bottom: 20px;
    width: 100%;
}


.tx-hfsinusmilieus tr.fromTo td {
    font-size: 12px;
}

.tx-hfsinusmilieus tr.title td {
    border-top: solid 5px #fff;
    border-bottom: solid 5px #fff;
}

.tx-hfsinusmilieus .question {
    border: solid 2px #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

.tx-hfsinusmilieus .infoblock {
    font-size: 16px;
    line-height: 24px;
}

fieldset {
    background-color: #ccc;
    border: none;
    padding: 20px;
}

fieldset label {
    display: table-caption;
    font-size: 12px;
}

fieldset input[type=text],fieldset input[type=password] {
    display: inline-block;
    width: 300px;
    height: 30px;
    border: none;
    margin: 10px 0px;
}


fieldset input[type=submit] {
    margin-top: 10px;
    border: none;
    padding: 10px;
    cursor: pointer;
}

fieldset legend {
    display: none;
}