.p-circulars .c-toggleTarget {
	overflow-x: auto;
	overflow-y: hidden;
}
.p-circulars .c-table--layout-3cols-a {
	table-layout: fixed;
	min-width: 680px;
	width: 100%;
}
.p-circulars .c-table--layout-3cols-a col:nth-child(1) {
	width: 13rem;
}
.p-circulars .c-table--layout-3cols-a col:nth-child(2) {
	width: auto;
}
.p-circulars .c-table--layout-3cols-a col:nth-child(3) {
	width: 8.5rem;
}
.p-circulars .c-table--layout-3cols-a td {
	vertical-align: top;
}
.p-circulars .c-table--layout-3cols-a td:nth-child(3) {
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.p-circulars .c-toggleList__header {
		padding-right: 16px;
	}
	.p-circulars .c-table--layout-3cols-a {
		min-width: 620px;
	}
	.p-circulars .c-table--layout-3cols-a col:nth-child(1) {
		width: 10rem;
	}
	.p-circulars .c-table--layout-3cols-a col:nth-child(3) {
		width: 8rem;
	}
}


a.c-icon--pdf-before {
	display: inline-flex;
	align-items: center;
	white-space: normal;
}
.p-ps-statutory-isps-imo .c-table--th-blue th:first-child {
	width: 6rem;
	white-space: nowrap;
}


.p-ps-statutory-ism .p-topimages {
	display: grid;
	grid-template-columns: 238fr 294fr;
	gap: 32px;
	width: 100%;
	align-items: start;
}
.p-ps-statutory-ism .p-topimages img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1024px) {
	.p-ps-statutory-ism .p-topimages {
		gap: 24px;
	}
}
@media screen and (max-width: 639px) {
	.p-ps-statutory-ism .p-topimages {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}