/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/mai/2018, 10:02:36
    Author     : cjmendes
*/

body {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

h3 {
  margin-top: 2rem;
}

.cabecalho {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(26, 61, 124, .2);
  font-size: small;
  font-weight: bold;
  margin:0;
}

.linha {
  background-color: rgba(124, 124, 124, .15);
  border: 1px solid rgba(94, 94, 94, .2);
  font-size: small;
  margin-left: 0px;
  margin-right: 0px;
}

.linha:hover {
    background-color: rgba(24, 24, 24, .15);
}

.filter_text{
    font-size: smaller;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}