/*.citrus-tszh-account-choice {
    max-width: 100%;
}
.tableBills {
	border-collapse: collapse;
	width: 100%;
	border-radius: 6px;
}
.tableBills, tr, td {
	border: 1px solid #709dca;
	height: 50px;
}
.datePost {
	border: 1px solid #709dca;
    border-radius: 4px;
    height: 30px;
    text-align: center;
    font-size: 13px;
}
.datePostSub {
	height: 32px;
	border-radius: 4px;
	background-color: #1a90d0;
	color: white;
}*/
#indicators table{
	border-collapse: collapse;
	width: 100%;
	border-radius: 6px;
}
#indicators th, #indicators td {
	border: 1px solid #709dca;
	height: 50px;
    padding: 0px;
    text-align: center;
}
#indicators tr:first-child {
	font-weight: bold;
}
#indicators tr td:first-child {
	font-weight: bold;
}
#indicators tr:first-child td:last-child {
	border: 1px solid #709dca;
}
#indicators tr td:last-child {
	/*border-bottom: none;
	border-top: none;*/
}
#indicators tr:last-child td:last-child {
	border-bottom: 1px solid #709dca;
}
.footer_indicators a{
        text-decoration: none;
        color: black;
}
@media (max-width: 1200px) {
	#indicators th, #indicators td {
    padding: 0px;
	}
}
@media (max-width: 767px) and (orientation: portrait) {
	#indicators tr:nth-child(2n+3) {
		background-color: #f2f2f2;
	}
	#indicators th, #indicators td {
    	padding: 10px;
    	height: 100%;
    	border: none;
	}
	#indicators tr td:nth-child(1),
	#indicators tr td:nth-child(3),
	#indicators tr td:nth-child(7) {
		display: none;
	}
		#indicators tr td:nth-child(2) {
		font-weight: bold;
	}
	#indicators tr:first-child {
		/*font-weight: normal;*/
	}
	#indicators tr:first-child td {
		overflow: hidden;
	}
  	#indicators tr {
    	/*border-bottom: 3px solid #ddd;*/
    	display: block;
  	}
  	#indicators td {
   		/*border-bottom: 1px solid #ddd;*/
    	display: block;
    	text-align: center;
  	}
  	#indicators td:before {
    	content: attr(aria-label);
    	float: left;
  	}
  	#indicators td:nth-child(4),#indicators td:nth-child(5),#indicators td:nth-child(6) {
	  	display: inline-block;
	    width: 95px;
	    padding: 0;
	    text-align: center;
	    overflow: hidden;
	    border-collapse: collapse;
	    margin: -1px 0;
	    line-height: 1.3;
  	}
  	#indicators td:nth-child(2) {
	  	border-top: 1px solid #709dca;
	  	/*width: 267px;*/
  	}
  	#indicators td:nth-child(4) {
	  	margin-right: -4px;
  	}
  	#indicators td:nth-child(5) {
	  	margin-right: -5px;
  	}
	tbody{
		text-align: center;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	#indicators tr td:nth-child(3) {
		display: none;
	}
}
