< !-- All Univerity of Nebraska-Lincoln Web Framework code is the property of UComm/ITS Digital Experience Group and the UNL Web Developer Network. -- > < !-- place the contents of this css file, in the <head > </head > of your html page when using the responsive table generator code on sites not in UNLcms or the UNL.edu framework -- > <style > :root {
  --bg-table-stripe: #f6f6f5;
  --b-table: #e3e3e2;
  --caption: #242423;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif
}
th {
  text-align: left
}
.dcf-txt-center {
  text-align: center !important
}
.dcf-txt-left {
  text-align: left !important
}
.dcf-txt-right {
  text-align: right !important
}
.dcf-table caption {
  color: var(--caption);
  font-weight: 700;
  padding-bottom: .56rem
}
.dcf-table thead {}
.dcf-table tbody {
  border-bottom: 1px solid var(--b-table);
  border-top: 1px solid var(--b-table);
}
.dcf-table tfoot {}
.dcf-table td, .dcf-table th {
  padding-right: 1.78em
}
.dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
  border: 1px solid var(--b-table)
}
.dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
  padding-left: 1em;
  padding-right: 1em
}
.dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
  border-bottom: 1px solid var(--b-table)
}
.dcf-table-striped tbody tr:nth-of-type(2n) {
  background-color: var(--bg-table-stripe)
}
.dcf-table thead td, .dcf-table thead th {
    padding-bottom: .75em;
    vertical-align: bottom;
    border: 1px solid #fff;
    background: #60badd;
    color: #fff;
}
.dcf-table thead td:first-child, .dcf-table thead th:first-child{
				border-left: 1px solid #60badd;	
}
.dcf-table thead td:last-child, .dcf-table thead th:last-child{
				border-right: 1px solid #60badd;	
}

.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
  padding-top: .75em;
  /*vertical-align: top;*/
			border: 1px solid gray;	
	  
}
.dcf-table tbody td, .dcf-table tbody th {
  padding-bottom: .75em;
  text-align: center;
	    line-height: 1.8rem;
  
}

.dcf-table tbody td.left {
	text-align: left;
}

.dcf-table-bordered thead th {
  padding-top: 1.33em;
	text-align: center;

}
.dcf-wrapper-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 1em;
  position: relative;
  right: 50%;
  width: 100vw;

}

table.one{
	width: 10px;
	float: left;
	margin-right: 1px;
}
table.one tr{
	border: none;
}
table.one tr th{
	    padding: 2px .91rem;
	background: #4fa6c8;
	color: #fff;
       border-right: none!important;
}
.many th{
	
}
.many th:last-child{
}

@media only screen and (max-width:42.09em) {
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap
  }
  .dcf-table-responsive tr {
display: block;
    padding-bottom: 5px;
    border-color: #60badd;
	  border-color: #fff;
  }
  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: left !important;
	  padding: 0; 
  }
	

	
	
  .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
    border-width: 0;
	  width: 100%;
	      border-bottom: 1px solid #ebebeb;

  }
	
	
	.dcf-table thead td, .dcf-table thead th{
		color: #494949;
	}
	.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th{
		border:none;
	}
	
  .dcf-table-responsive.dcf-table-bordered tbody td {
    border-top-width: 0;
	  padding: 0;
	      padding-bottom: 1px;
	      line-height: 3rem;
	  border: 1px solid #ebebeb;
  }
	.dcf-table-responsive.dcf-table-bordered tbody td.dis{
	display: block;
    column-gap: 1vw;
    grid-template-columns: auto;
	}
  .dcf-table-responsive.dcf-table-bordered tbody td.dis:before{
	      width: 100%;
	}
	
	
	
  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: .75em
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0
  }
  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0
  }
  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
    border-bottom-width: 0;
	  
  }
  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    padding-right: 1em;	
	  background: #60badd;
	  color: #fff;
	      padding-left: 1rem;
  }
	
	table.one{
		width: 100%;
		float: none;
		margin: 0 0 1px 0 ;
	}	

	table.one th{
		border-bottom: none;
		text-align: center;
	}	
	
	   .dcf-table-responsive.three td{
		         grid-template-columns: 2fr 2fr;
	}	
	
}
.dcf-overflow-x-auto {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch
}
</style >