@import url("../main.css");

body {
	--designation-table-heading-background-color: #808080;
	
	border-width: 0px 10vw;
	border-style: solid;
	border-color: #d0ffff;
}

/* Table of MDS designations in 4120.15-L addendum */

.mds-table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

.mds-table td, .mds-table th {
	font-size: 80%;
	padding: 6px;
	vertical-align: top;
}

@media (hover: hover) {
	.mds-table tr:hover { background-color: #f0f0f0; }
}

.mds-table th {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	font-size: 90%;
	background-color: var(--main-background-color);
}

.mds-table th:nth-child(1) { width: 9%; }
.mds-table th:nth-child(2) { width: 10%; }
.mds-table th:nth-child(3) { width: 15%; }
.mds-table th:nth-child(4) { width: 15%; }
.mds-table th:nth-child(5) { width: 10%; }
.mds-table th:nth-child(6) { width: 41%; }

/* Some styles for code names */

.codename { font-variant:small-caps }
.codename_b { font-weight:bold; font-variant:small-caps }
.codename_bdms { font-weight:bold; font-variant:small-caps; color:blue }

/* Table of code names */

.codename-table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

.codename-table td {
	font-size: 95%;
	padding: 6px;
	vertical-align: top;
}
