@charset "utf-8";
.terms__list__Subheading li{
    list-style-type: none;
    counter-increment:cnt;
}

.terms__list__Subheading li::before{
    content: "(" counter(cnt) ") ";
}

.mainContent__inner{
    padding-bottom:60px;
}
@media screen and (max-width:767px) {
   .externalTransmission__sectionArea {
    padding: 0 18px 0 18px;
}

}
.pageLead,.pageLead--externalTransmission{
margin-bottom:16px;
}
@media screen and (max-width:767px) {
   .mainContent__inner {
    padding-bottom:40px;
}
}
.scroll {
    overflow: auto;
    white-space: nowrap;
}
.externalTransmission__sectionArea{
	font-size:14px;
	margin: 0 0 30px;
}
.externalTransmission__sectionArea .index--Border{
	border:1px solid;
}
th,td{
	border-right:1px solid;
	border-left:1px solid;
}

.table--Border{
	border-right:1px solid;
	border-left:1px solid;
}

tr:nth-of-type(6),tr:nth-of-type(7),tr:nth-of-type(10),tr:nth-of-type(12),tr:nth-of-type(14),tr:nth-of-type(16),tr:nth-of-type(18),tr:nth-of-type(21),tr:nth-of-type(24),tr:nth-of-type(25),tr:nth-of-type(27),tr:nth-of-type(30),tr:nth-of-type(34),tr:nth-of-type(36),tr:nth-of-type(38),tr:nth-of-type(40),tr:nth-of-type(42),tr:nth-of-type(44){
	border-bottom:1px solid;
}

.table--Border:last-of-type{
	border-bottom:1px solid;
}

.index--Border th{
	padding:4px
}
.externalTransmission__sectionArea tr{
    width:1280px;
}
.externalTransmission__sectionArea td{
	width:320px;
	box-sizing:border-box;
	max-width:320px;
	height:auto;
	padding:4px;
}
.externalTransmission__sectionArea tr:first-child{
	background-color:#ccc;
}

.cell--Border{
	border-bottom: 1px solid;
}

.revisionHistory {
	font-size: 13px;
}
.revisionHistory__heading {
	padding: 0 0 6px;
}
@media screen and (max-width:767px) {
	.revisionHistory {
		padding: 0 18px 0 18px;
	}
}
