.button1 {background-color: #4CAF50;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */
.button3 {background-color: #f44336;} /* Red */
.button4 {background-color: #e7e7e7; color: black;} /* Gray */
.button5 {background-color: #555555;} /* Black */

.button {
    font-size: 14px;
    text-align: center;
}

.top_bar{
    border-radius: 0px !important;
}

.button_analise{
    float: right !important;
}

.search_analise{
    width: 70%;
}

.question_txt_box{
    width: 100%;
}

.analise_results{

}

.analise_form{
    text-align: center;
    padding-top: 1%;
    padding-bottom: 2%;
}

.submit_form{
    padding-top: 1%;
    padding-bottom: 2%;
}

.table_form{
    border-spacing: 10px;
    border-collapse: separate;
    width:100%;
    white-space: nowrap;
}

.table_form td{
    white-space: nowrap;
}

.table_form td:last-child{
    width:100%;
}

.form_txt_box{
    width: 80%;
}

.form_information{
    font-size: small;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
}

.flex-item{
    padding-top: 5px;
    padding-bottom: 5px;
}

.flex-item1 {
    width: 120px;
}

.flex-item2 {
    width: 100%;
}

.flex-item3{
    padding-left: 5px;
}

.container_first{
    padding-top: 20px;
}

.container_last{
    padding-bottom: 20px;
}

/*table{
border-collapse:collapse;
border:1px solid #FF0000;
}

table td{
border:1px solid #FF0000;
}*/

.text_field {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}