.cadastrar{
    background-color: #98BC24;
    color: #fff
}

.cadastrar:hover{
    background-color: #98BC24;
    color: #363636;
    transition: color 0.5s;
}

.deletar{
  background-color: #E51B23;
  color: #fff;
}

input[type=text], .textarea, input[type=email], input[type=password]{
    border: 1px solid #363636
}

.voltar{
    background-color: #363636;
    color: #fff;
}

.voltar:hover{
    background-color: #363636;
    color: #98BC24;
    transition: color 0.5s;
}

.visualizar{
  background-color: #4cae4c;
  color: #fff;
}

.visualizar:hover{
  background-color: #4cae4c;
  color: #363636;
}

.editar{
  background-color: #337ab7;
  color: #fff;
}

.editar:hover{
  background-color: #337ab7;
  color: #363636;
}

table{
  width: 100%;
  margin: 0 auto;
  margin-top: 50px
}

table td{
  border: none;
  padding: 10px 0;
  text-align: center;
}

table th{
  height: 50px;
  color: #98BC24;
  text-transform: uppercase;
  text-align: center;
}

th, td {
  border-bottom: 1px solid #363636;
}

.visualizar-img img, .editar-img img{
  height: 150px;
  margin-bottom: 20px;
}

.visualizar-img-noticia img{
  height: 175px
}

.editar-img-noticia img{
  height: 185px;
  margin-bottom: 28px;
}

.alert{
  background-color: #337ab7;
  color: #fff;
  width:300px;
  font-size:14px;
  opacity:0.7;
  margin-bottom: -15px;
  text-align: center;
}

.separador-listar-itens{
  width: 100%;
  border: 1px solid #363636;
  margin-top: 20px;
}

