/* diseño a clases de heading y body de tablas, en favor a que se generen con div y no con table */

.tableHeading>.row, .tableBody>.row{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.42857143;
    vertical-align: top;
}
.tableBody>.row{
    border-top: 1px solid #e3e1e3;
}
.tableHeading:not(.visible-xxs) >.row:first-of-type{
    border-bottom: 1px solid #e3e1e3;
    margin-bottom: 10px;
}
.tableBody >.row:first-of-type,
.tableHeading >.row:first-of-type{
    border-top:none;
    padding-top: 0;
}
.tableBody >.row:last-of-type{
    padding-bottom: 0;
}
.tableHeading{
	font-weight:bold;
}
.tableHeading, .tableBody{
	white-space: normal !important;
	word-wrap: break-word;
}
