.conteudo{
    max-width:800px;
    margin:0 auto;
}

.tabela  a img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
 th {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #f7f7f7;
    background-color:#830000;
    text-align:center;
}
.tabela td {
    padding:2px;
    text-align: center;
    border-bottom:1px solid #830000;
   border-collapse: collapse;
}
.tabela {
    border-collapse: collapse;
    font-weight: bold;
    margin:0 auto;
    background-color: aliceblue;
}

.tabela td p{
    padding:0;
    margin:0;   
}
.img-profissionais{
    height:100px;
}
tr{
   background-color: #fff; 
}

.tabela td .titulo{
    display: block;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    padding:5px;
    margin-bottom:4px;
    text-align: left;
  
}
.tabela td .subtitulo{
    display: block;
   
    margin:0;
    padding:5px;
    text-align: left;
    width:100%;
}
.icones{
    display: inline-block;
    width: 100%;
    text-align: right;
    float: right;
}
.subicones{
    display: inline-block;
    width: 100%;
    text-align: right;
    float: right;
}
.icon {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 5px;
}
.subicon{
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 5px;
}
 .icon .icone{
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor:pointer;
    background-color:transparent;
    border:solid #fff 2px;
    border-radius:30px;
    padding:5px;
    
 }
 bt{
    font-size:13px;
    display:inline-block;
    width:auto;
    padding:5px;
    cursor:pointer;
 
}
 .subicon .icone{
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor:pointer;
    background-color:transparent;
    border:solid #fff 2px;
    border-radius:30px;
    padding:5px;
    
 }
 .red{
     border:#122A0A 1px solid;
 }
 .img-item{
      width:50px;
    height:50px;
    position:relative;
    background-size: cover;
    float:left;
    transform: translate(10% , 0%);
    border-radius:8px;
    margin-right:5px;
 }
  textoicone {
    display:block;
    font-size:7px;
    text-align:center;
    cursor:pointer;
    color: #fff;
    padding: 0;
    margin: 0;
}
textosubicone{
    display:block;
    font-size:7px;
    text-align:center;
    cursor:pointer;
    color: #fff;
    padding: 0;
    margin: 0;
}
.tabela td span{
    display: inline-block;
   width: auto;
   margin-right: 30px;
   
    color:#fff;
}
.tabela tr:hover {background-color: #ddd;}

.vermelho{
    color:red;
}
.fa-times-circle{
    position:absolute;
    right:10px;
    top:15px;
    z-index:10;
    cursor:pointer;
    color:white;
}