.wrapper {
    display: block;
    width: 100%;
    border: 1px solid #cbcbcb;
}

.sub-title {
    width: 100%;
    color: white;
    background-color: #286090;
    padding: 5px 0 5px 20px;
}

.sub-title.table {
    border: none;
    border-bottom: solid 1px #cbcbcb;
}

.sub-title p {
    margin: 0;
}

.search {
    padding: 20px 0 0 20px;
}

.support {
    margin: 20px 30px 10px 30px;
    border: 1px solid #cbcbcb;
}

.support .title {
    width: 100%;
    color: white;
    background-color: #286090;
    padding: 5px 0 5px 20px;
}

.support .title p {
    margin: 0;
}

.support .text {
    margin-left: 20px;
}

.support .file {
    margin-left: 20px;
}

#btn_question {
    margin-right: 10px;
}
#question_text {
    width: 350px;
}
#user[name]{
    width: 350px;
}