@charset "UTF-8";

#changes {
    border-radius: 6px;
    overflow: auto;
    
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

sup {
    top: -.1em !important;
}

.myTableMK table {
	vertical-align: top;
	table-layout: fixed;
	width: 100%;
}

.myTableMK tr,		
.myTableMK td {
	border-collapse: collapse;
	padding: 4px 0px 4px 0px;
	font-weight: normal;
	vertical-align: top;
}

.myTableMK tr:nth-child(1) {
	border-bottom: 1px solid #5B9BD5;
	border-collapse: collapse;
}	

.myTableMK td:nth-child(1) {
	font-weight: bold;
	vertical-align: top;
	width: 10%;
	padding-bottom: 12px;
}

.myTableMK td:nth-child(2) {
	font-weight: bold;
	vertical-align: top;
	width: 1%;
}

.myTableMK td:nth-child(3) {
	vertical-align: top;
	border-bottom: 1px solid #5B9BD5;
}
	
.myTableMK td th {
	border: 1px solid #5B9BD5;
	border-collapse: collapse;
	padding: 10px 0px 10px 4px;
	background-color: #5B9BD5 !important;
	color:white !important;
	vertical-align: top;
	font-size: 0.9em !important;
}

.myTableMK td tr,
.myTableMK td td {
	border: 1px solid #5B9BD5;
	border-collapse: collapse;
	padding: 10px 0px 10px 4px;
	vertical-align: top;
	width: auto;
	table-layout: fixed;
	font-size: 0.9em !important;
}
	
.myTableMK td td:nth-child(1) {
	font-weight: normal;
	vertical-align: baseline;
	width: auto;
	font-size: 0.9em !important;
}

.myTableMK td td:nth-child(2) {
	font-weight: normal;
	vertical-align: baseline;
	width: auto;
	font-size: 0.9em !important;
}

.myTableMKEntLink {
	width:100% !important;
}

.myTableMKEntLink th {
	border: 1px solid #5B9BD5;
	border-collapse: collapse;
	padding: 10px 0px 10px 4px;
	background-color: #5B9BD5 !important;
	color:white !important;
	vertical-align: top;
	font-size: 0.9em !important;
}

.myTableMKEntLink tr,
.myTableMKEntLink td {
	border: 1px solid #5B9BD5;
	border-collapse: collapse;
	padding: 10px 0px 10px 4px;
	vertical-align: top;
	width: auto;
	table-layout: fixed;
	font-size: 0.9em !important;
}
	
.myTableMKEntLink td:nth-child(1) {
	font-weight: normal;
	vertical-align: baseline;
	width: auto;
	font-size: 0.9em !important;
}

.myTableMKEntLink td:nth-child(2) {
	font-weight: normal;
	vertical-align: baseline;
	width: auto;
	font-size: 0.9em !important;
}

.myTableMKEntLink td:nth-child(3) {
	font-weight: normal;
	vertical-align: baseline;
	width: auto;
	font-size: 0.9em !important;
}

.myTableMKEntLink td:nth-child(4) {
	font-weight: normal;
	vertical-align: baseline;
	width: auto;
	font-size: 0.9em !important;
}

.myTableMKEntLink td:nth-child(5) {
	font-weight: normal;
	vertical-align: baseline;
	width: auto;
	font-size: 0.9em !important;
}

.myTitleMKspace {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #5B9BD5;
	page-break-after  : auto;
	page-break-before : always;
	page-break-inside : avoid;
}

.myTitleMKentity {
  font-weight: 700;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #5B9BD5;
}

.myH5 {
  font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* Adjust to match the height of your navbar */
  min-width:900px;
}