
#resp-table {
  width: 100%;
  display: table;
}

#resp-table-caption {
  display: table-caption;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#resp-table-header {
  display: table-header-group;
  background-color: #F9FDFF;
  font-weight: bold;
  font-size: 17px;
}

#resp-table-body{
	display: table-row-group;
}

#resp-table-header .table-header-cell {
	border-bottom: 0;
	border-right: 0;
}

#resp-table-header .table-header-cell:last-child {
  border-right: 1px solid #000;
}

.table-header-cell {
  display: table-cell;
  padding: 10px;
  text-align: center;
  border: 1px solid black;
  border-width: thin;
}

.resp-table-row {
  display: table-row;
}

.table-body-cell {
  display: table-cell;
  padding: 10px;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

.resp-table-row:last-child .table-body-cell {
  border-bottom: 1px solid #000;
}

.resp-table-row .table-body-cell:last-child {
  border-right: 1px solid #000;
}

#resp-table-footer {
  display: table-footer-group;
  background-color: gray;
  font-weight: bold;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.45);
}

.table-footer-cell {
  display: table-cell;
  padding: 10px;
  text-align: justify;
  border-bottom: 1px solid black;
}

.margin-top-20{
	margin-top: 20px;
}

.myrow {
	display: flex;
}

.col-1,.col-2 {
	width: 50%;	
}

.col-1 {
	margin-right: 30px;
}

.col-3 {
	width: 80%;
}

.col-4 {
	width: 20%;
}

.border-right-zero{
	border-right: 0 !important;
}

.border-left-zero{
	border-left: 0 !important;
}

.text-center{
	text-align: center;
}

.text-justify{
	text-align: justify;
}

.cus-table {
	padding: 0 0 15px 0 !important;
}

.resp-table-row .first-column, .resp-table-row .third-column {
	width: 2%;
}

.table-style-1 .table-body-cell.first-column, .table-style-1 .table-body-cell.third-column {
	width: 2%;
}

.table-style-1 .table-body-cell.second-column {
	width: 48%;
}

.border-none-table .resp-table-row .table-body-cell { 
	border: none;
	padding: 6px;
}

.appl-table .resp-table-caption{
	margin: 20px 0;
	font-size: 17px;
}

.float-right{
	float: right;
	text-align: right;
}

.col-5 {
  width: 100%;
  float: right;
  text-align: right;
}

.col-5 p{
	padding-right: 20px;
}