<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color:#333;
}

.question_list h3{
    margin:0 0 5px;
}

.question_list{
    border-bottom: 1px solid #dae6ee;
    padding:10px 0;
}

.answers_total a {
    background: url("images/i_answerbg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    height: 35px;
    line-height: 29px;
    margin: 8px 0 0;
    text-align: center;
    text-decoration: none;
}

.answers_total {
    float: left;
    min-width: 105px;
    text-align: center;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    margin-bottom: 7px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    min-width: 120px;
    width: auto;
}

#uText {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #444;
    min-height: 90px;
    width: 100%;
    padding: 10px;
}

.btn .btn-lg{
    border-radius: 2px;
}

.translateSteps .container-fluid {
    background-color: #ededed;
    border-radius: 3px;
    color: #666;
    min-height: 150px;
    padding: 10px;
    margin-bottom: 10px;
}

.translateSteps h3{
    margin:0 0 5px;
}

footer{
    margin-top:15px;
}

footer ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

footer ul li{
    display: inline-block;
}</pre></body></html>