/*  Atualização 03/12/2023   */

table {
    border-collapse: collapse !important;
    border: none !important;
  }
  tr {
    border-top: 1px solid black !important;
  }
  tr:first-child {
    border-top: none !important;
	/* border-bottom: 4px solid black !important; */
	 font-weight: bold !important;
	 /* <relative-size> values */
	/*font-size: smaller;*/
	font-size: larger;
	/* <length> values */
	/*font-size: 12px;
	font-size: 0.8em;*/
	/* <percentage> values */
	/*font-size: 80%;*/
   }
  td {
    border: none !important;
  }
  /*tr:first-child, td:first-child { font-weight: bold }*/
 /* tr:first-child td,
 tr td:first-child {
    font-weight: bold !important;
 }
 */
  
  .container li a:nth-child(2){
   border: none !important;
   }
  
  /*
  .tableHorizontalLines {
    border-collapse: collapse;
}
tr {
    border-top: 1px solid black;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
/* if you want the first row to not have a top border */
tr:first-child {
    border: none;
}
*/

.ui-mobile label, .ui-controlgroup-label {
    display: block !important;
    margin: 0 0 0.4em !important;
    font-weight: bold !important;
}

.textoNegrito {
    display: block !important;
    margin: 0 0 0.4em !important;
    font-weight: bold !important;
}

