table {
  border-collapse: collapse;
}
th {
  text-align: left;
}
.ube_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #090400;
}

.ube_table th,
.ube_table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #8c724c;
}

.ube_table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #8c724c;
}

.ube_table tbody + tbody {
  border-top: 2px solid #8c724c;
}

.ube_table .ube_table {
  background-color: #090400;
}

.ube_table-sm th,
.ube_table-sm td {
  padding: 0.3rem;
}

.ube_table-bordered {
  border: 1px solid #8c724c;
}

.ube_table-bordered th,
.ube_table-bordered td {
  border: 1px solid #8c724c;
}

.ube_table-bordered thead th,
.ube_table-bordered thead td {
  border-bottom-width: 2px;
}
@media screen and (min-width: 768px) {
.ube_header{
	color: rgba(255,255,255,0.4);
	font-family: 'HelveticaNeueW01-47LtCn_692686';
	font-weight:400;
	text-align: center;
	font-size:14px;
	
}
.ube_txt{
	color:rgba(255,255,255,0.4);
	font-family: 'HelveticaNeueW01-47LtCn_692686';
	font-weight:400;
	font-size:14px;
	
}
}
@media screen and (max-width: 767px) {
.ube_header{
	color: rgba(255,255,255,0.4);
	font-family: 'HelveticaNeueW01-47LtCn_692686';
	font-weight:400;
	text-align: center;
	font-size:12px;
	
}
.ube_txt{
	color:rgba(255,255,255,0.4);
	font-family: 'HelveticaNeueW01-47LtCn_692686';
	font-weight:400;
	font-size:12px;
	
}
}
