table.documents-documents-list {
	margin-top:20px
}

.table-1 table th,
table.documents-documents-list th,
.tkt-slctr-tbl-wrap-dv table th {
  border: 1px solid #dcdcdc;
  background: #f6f6f6;
  padding: 12px;
  text-align: left;
}
.table-1 tr:nth-child(even),
table.documents-documents-list tr:nth-child(even),
.tkt-slctr-tbl-wrap-dv tr:nth-child(even) {
  background: #f6f6f6;
}

table.documents-documents-list td {
    font-size: 14px;
    position: relative;
}

.table-1 tr td, table.documents-documents-list tr td, .tkt-slctr-tbl-wrap-dv tr td {
    border: 1px solid #dcdcdc;
    padding: 10px 20px 10px 36px;
}

table.documents-documents-list td img {
    position: absolute;
    left: 14px;
    top: 15px;
}

table.documents-documents-list tbody tr td:first-child {
    width: auto !important;
}

table.documents-documents-list tbody tr td:nth-child(2n) {
    max-width: 280px;
}
table.documents-documents-list tbody tr td:nth-child(3n),
table.documents-documents-list tbody tr td:nth-child(4n) {
    max-width: 17%;
	white-space: inherit;
}

table.documents-documents-list thead th {
	letter-spacing:0px;
	text-transform: none;
}

span.year-link:after {
    content: ", ";
}

span.year-link:last-child::after {
	content: none;
}

p.browsing-text {
    padding: 14px;
    background: #e1ffdf;
}

.widget.widget_documents_widget {
}

.document-wid-row{
	width:100%;
	margin:4px 0px 4px 0px;
}
.document-wid-row span{
	margin:0px;
	padding:0px;
	display:inline-block;
	width:100%;
}
.document-wid-row img{
	vertical-align:baseline;
}

.widget sup, 
.widget sub {
  vertical-align: baseline !important;
  position: relative;
  top: -0.4em;
}

.widget sub { 
  top: 0.4em; 
}

@media (max-width: 640px) {
	.pcwt_textblock  .art-table .art-tbody .art-tr .art-td .art-td-last {
    	border-left: 0 dashed #ddd;
	    font-size: 14px;
    	font-weight: 300;
	    line-height: 1.3em;
    	border-color: #cccccc;
	}

	.pcwt_textblock  .art-table .art-tbody .art-tr .art-td .art-td-first, 
	.pcwt_textblock  .art-table .art-tbody .art-tr .art-td .art-td-last {
	    width: 50%;
    	float: left;
	    padding: 13px;
    	box-sizing: border-box;
	}
}

/* V2 */

.d-wrap {
    clear: both;
}

div[id^='d-cat-'] {
    margin-top: 10px;
}

div[id^='d-cat-']:focus {
	outline: 0 !important
}

.d-wrap .item a {
    background: #f8f8f8;
    margin: 0 0 10px;
    padding: 10px 10px 10px 34px;
    border: 2px solid #ececec;
    border-radius: 4px;
    transition: 0.2s all;
    display: block;
    position: relative;
}

.d-wrap .item a img {
    position: absolute;
    left: 12px;
    top: 12px;
}

.d-wrap .item a span {
    text-decoration: underline !important;
}

.d-wrap .item a .documents-desc {
    color: #000;
}

.d-wrap .item a span.app-date,
.d-wrap .item a span.rev-date {
    color: #000;
    text-decoration: none !important;
    display: block;
}

.d-wrap .item a:hover,
.agm-documents .item a:hover,
.d-documents .item a:hover,
.d-wrap .item a:focus,
.agm-documents .item a:focus,
.d-documents .item a:focus {
    border: 2px solid #bcbcbc;
	background: #fafbf6;
}

.two-cols .item-wrap {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.two-cols .item-wrap:nth-child(odd) {
    margin-right: 2%;
}

.two-cols .item-wrap:nth-child(even) {
    margin-right: 0;
}

.three-cols .item-wrap {
    width: 30%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.three-cols .item-wrap:nth-child(3n) {
    margin-right: 0;
}

/* Responsive fix for small screens */
@media screen and (max-width: 600px) {
    .two-cols .item-wrap,
    .three-cols .item-wrap {
        width: 100%;
        margin-right: 0;
        display: block;
    }
}

/* Container for two columns */
.two-cols .row-cols {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

/* Each column takes ~49% */
.two-cols .column-left,
.two-cols .column-right {
	width: 49%;
}

/* Optional: items inside each column */
.two-cols .column-left .item-wrap,
.two-cols .column-right .item-wrap {
	width: 100%;
}

/* Responsive: single column on small screens */
@media screen and (max-width: 768px) {
	.two-cols .column-left,
	.two-cols .column-right {
		width: 100%;
	}
}
