.text-justify{
	text-align: justify;
	 text-justify: inter-word;	
}
.table-no-border td{
	border: none;
}
.border-button{
	border-bottom: 1px solid #000000;
}

.padding-5 {
	padding: 5px;
}
.padding-5nb {
	padding-top:  5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}

@media only screen and (min-width: 892PX) {
  .text-lx-desk-cx-tab{
		text-align: left;;
	}
	.text-dx-desk-cx-tab{
		text-align: right;
	}

	.text-center-desktop{
  	text-align: center;
  }

	.text-right-desktop{
  	text-align: right;
  }

	.text-left-desktop{
  	text-align: left;
  }
}
@media only screen and (max-width: 892px) {
	.bigtablet-hide {
		display:none !important;
	}

	.text-lx-desk-cx-tab{
		text-align: center;;
	}

	.text-dx-desk-cx-tab{
		text-align: center;
	}

  .text-center-tablet{
  	text-align: center;
  }

	.text-right-tablet{
  	text-align: right;
  }

	.text-left-tablet{
  	text-align: left;
  }

	/* Force table to not be like tables anymore */
	.responsive-tables table,
	.responsive-tables thead,
	.responsive-tables tbody,
	.responsive-tables th,
	.responsive-tables td,
	.responsive-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.responsive-tables tr { border: 1px solid #ccc; }

	.responsive-tables td, table[class*="table"] td{
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		left: 6px;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	.responsive-tables td:before ,table[class*="table"] td:before{
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.responsive-tables td:before { content: attr(data-title); }

	.responsive-tables [class*="dm-"], [class*="ds-"] {
    float:  none;;
  }
}
