#btn_hide {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.table td {
    white-space: normal !important;
    word-break: break-word !important;
}

#conteudo .table-fixed {
    table-layout: fixed !important;
    width: 100% !important;
}
#conteudo .table-fixed th,
#conteudo .table-fixed td {
    white-space: normal !important;
    word-wrap: break-word !important;
}