h1{
    text-align: center;
}

body{
    margin-top:205px;
    margin-bottom: 5%;
}

#pythonQATitle{
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
}

#text_pesquisa{
   width: 50%;
}

.pesquisa{
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 205px;
    padding-top: 0%;
    padding-bottom: 1%;
    display: inline;
}

#barra{

}

.conteudo{
    /*display: inline;*/
    padding: 10px;
    border: 20px;
    margin: 5%;
    margin-top: 18%;
    font-family: Verdana, Geneva, sans-serif;
}

.yourQuestion{

}

.yourAnswer{

}

.answer{
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 7px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 5px;
}

.answerTop{
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding-right: 5px;
    text-align: right;
    color: #008CBA;

}

.answerContainer{
    margin-right: 1%;
}

.alter_answer{
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 10px;
}

.box {
    -o-text-overflow: ellipsis;   /* Opera */
    text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
    overflow:hidden;              /* don't show excess chars */
    white-space:nowrap;           /* force single line */
    width: 100%;                 /* fixed width */
}

.alter_title{
    float:left;
    margin-right:5px;
}

.alter_trust{
    float:right;
    margin-right:5px;
}

.pictureAuth{
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 5px;
}

.nameAuth{
    font-size: medium;
    font-weight: bold;
}

.emailAuth{
    font-size: small;
}

.pageAuth{
    font-size: small;
}

.abouthAuth{
    font-size: small;
    text-align: justify;
    text-justify: inter-word;
}

.tableAuthDet{
    border-spacing: 10px;
    border-collapse: separate;
    margin-top: -10px;
}

.linhaAuth{
    /*border-spacing: 10px;
    border-collapse: separate;
    vertical-align: top;*/
    padding-bottom: 20px;
}




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

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



