body {    
    margin: 0 !important;
    padding: 0 !important;
}

.PesquisaTermos{
    margin-top: 0; 
    margin-left: 0; 
    background-color: #2C2C2C;
    height: 120px;
    width: 100%;
    font-family: sans-serif;
    font-weight: bold;
    color: #969696;
    position: fixed;

}
.PesquisaTermos h2{
    text-align: center;
    padding: 10px;
}

.PesquisaTermos span{
    margin-left: 10px;
}

.PesquisaTermos #home{
    margin-top: 0px; 
    margin-right: 40px;
    font-size: 20px; 
    float: right;
    color: white;
}

.PesquisaTermos #buttonPesquisa{
    width: 40px;
    height: 18px;
    background-color: dimgray;
    display: inline-block;
   
    
}

input{
    background-color: white;
    margin-left: 5px;
}

.Resultados{
margin-top: 125px;
overflow-y: scroll;
height: 450px;
margin-left:300px;
text-align: center;
margin-right: 0;
padding-top: 4em;
padding-bottom: 9em;
clear: both;
width: 80%;
display: block;
border-color: #404040;
border-style: solid;
border-width: 5px;
}

/*.Dados{
    overflow-y: scroll;
}*/

.Resultados h3{
    margin-top: 0;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
}

table{
    border: 1px solid #404040;
    text-align: center;
    width: 100%;
}

table tr:first-child {
color:#404040;
}

table td button{
    background-color: dimgray;
}

.Info{
    
    left: 0;
    bottom: 0;
    margin-bottom: 0; 
    background-color: #2C2C2C;
    height: 50px;
    width: 100%;
    font-family: sans-serif;
    color: white;
    margin-right: 0;
}

.MaisDetalhes{
    border-color: #404040;
    border-style: solid;
    border-width: 5px;
    height: 600px;
    align-content: center;
    margin-left:300px;
    text-align: center;
    margin-right: 0;
    padding-top: 4em;
    padding-bottom: 9em;
    clear: both;
    width: 80%;
    overflow-y: scroll;
    
}

.row:after {
    content: "";
    display: table;
    clear: both;
  }


.Detalhe{
    border-color: #404040;
    border-style: solid;
    border-width: 5px;
    overflow-y: scroll;
    height: 250px;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    float:center;
    align-content: center;
    text-align: center;
    display:block;
}


