﻿
.img-fluid {
    max-width: 60%;
    height: auto;
    display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 45px;
}
.img-resposta{
max-width: 40% !important;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.text-secondary {
    color: #6c757d!important;
}
.float-right {
    float: right!important;
}
.controle{
margin: 5px;
}
.controle a{
color: #2a2e2e !important;
    transition: color linear .1s;
    font-weight: 500;}

.controle a:hover{
color: #c14040 !important;
    
    }
.feed{
padding-top: 0px !important;
}