<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footable {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
 
  font-size: 18px;
  color: #333;
  margin-bottom:5%;
}
.footable tbody tr.zebra {
  background:#eee;
}
.footable.breakpoint &gt; tbody &gt; tr &gt; td.expand {
  background: url(../images/plus.png) no-repeat 5px center;
  padding-left: 40px;
  background-size:24px;
}

.footable.breakpoint &gt; tbody &gt; tr.footable-detail-show &gt; td.expand {
  background: url(../images/minus.png) no-repeat 5px center;
  background-size:24px;
}

.footable.breakpoint &gt; tbody &gt; tr.footable-row-detail {
  background: #e6f1fb;
  border-bottom: 1px solid #ccc;
}



.footable.breakpoint &gt; tbody &gt; tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

/*.footable &gt; tbody &gt; tr &gt; td, .footable &gt; thead &gt; tr &gt; th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}*/

.footable &gt; tbody &gt; tr &gt; td.footable-cell-detail {
  border-left: none;
}

/*.footable &gt; thead &gt; tr &gt; th, .footable &gt; thead &gt; tr &gt; td {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}*/

.footable &gt; thead &gt; tr &gt; th{
font-weight:700; border-bottom:2px solid #bfbfbf; 
padding:25px 10px 18px 28px; color:#1050a4; text-align:left;

}
.footable &gt; tbody &gt; tr &gt; td
{padding:12px 10px 12px 28px; color:#333;}

/*.footable &gt; thead &gt; tr:first-child &gt; th.footable-first-column, .footable &gt; thead &gt; tr:first-child &gt; td.footable-first-column {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

.footable &gt; thead &gt; tr:first-child &gt; th.footable-last-column, .footable &gt; thead &gt; tr:first-child &gt; td.footable-last-column {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.footable &gt; thead &gt; tr:first-child &gt; th.footable-first-column.footable-last-column, .footable &gt; thead &gt; tr:first-child &gt; td.footable-first-column.footable-last-column {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.footable &gt; tbody &gt; tr:last-child &gt; td.footable-first-column {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.footable &gt; tbody &gt; tr:last-child &gt; td.footable-last-column {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}*/

/*.footable &gt; tbody &gt; tr:last-child &gt; td.footable-first-column.footable-last-column {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.footable &gt; thead &gt; tr &gt; th.footable-first-column, .footable &gt; thead &gt; tr &gt; td.footable-first-column,
.footable &gt; tbody &gt; tr &gt; td.footable-first-column {
  border-left: none;
}*/

.footable &gt; tbody img {
  vertical-align:middle;
}

.last-other{ max-width:150px;}
.file-other{ width:120px;}
.location-other{max-width:200px;}
.ft2-style.footable &gt; thead &gt; tr &gt; th,
.ft2-style.footable &gt; tbody &gt; tr &gt; td
{ padding: 12px 10px;}



@media only screen and (max-width: 768px){
.footable{ font-size:16px;}
.ft2-style .btn-download{ display:inline-block;}
.footable-row-detail-inner div{ padding:10px 0;}
.ft2-style .btn-download:after{ padding-left:6px;
content:"Download"; display:inline-block;}
}

@media only screen and (max-width: 600px){
	.file-other{ width:auto;}
	.footable &gt; thead &gt; tr &gt; th,
.footable &gt; tbody &gt; tr &gt; td
{padding:10px; }
}

@media only screen and (max-width: 480px){

}











</pre></body></html>