.table-scroll {
	width: 100%;
	overflow:auto;
}

table.technicaldata {
	margin-bottom:34px;
 /*margin-left: auto;
 margin-right: auto;*/
	width: 80%;
	white-space: nowrap;
}

table.addressdata {
	width:100%
}

table.technicaldata {

 border:#F8F8F8 1px solid;
   -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}


table.technicaldata th {
 background: #666666;
 color: #FFFFFF;
 padding:2px 14px 2px 14px;
 border:#F8F8F8 1px solid;
 text-align: center;
}

table.technicaldata td:first-child {
 width: 48%;
 text-align: left;
 }



table.technicaldata td {
 padding:2px 14px 2px 14px;
 text-align: center;
 border:#F8F8F8 1px solid;
}


table.addressdata td:first-child {
  width: 1%
}

table.addressdata td:nth-child(2){
 white-space: normal;
}



table.technicaldata tr.even td {
 background: #e0e0e0;
}


/* IPhone */
/*@media only screen and (max-width: 10240px) {
 table.technicaldata {
  font-size:9px;
  width: 100%;
 white-space: normal;
 }
}
*/


/* IPhone */
@media only screen and (max-width: 480px) {
 table.technicaldata {
  font-size:9px;
  width: 100%;
 white-space: normal;
 }
}



/* tt_address_list */
.tt_address_list {
 padding:2px 14px 2px 14px;
 text-align: center;
 border:#F8F8F8 1px solid;
}


.tx-ttaddress {
 text-align: center;
}




/* Address tables */

table.technicaldata tr.plant-row--title td,
table.technicaldata tr.plant-row td {
  background: rgb(219,226,244);
}

table.technicaldata tr.office-row--title td,
table.technicaldata tr.office-row td {
  background: rgb(226,240,215);
}

table.technicaldata tr.plant-row td:first-child,
table.technicaldata tr.office-row td:first-child {
  text-align:center;
}


table.technicaldata tr.plant-row td:last-child,
table.technicaldata tr.office-row td:last-child {
  border-right: 2px solid #000;
}


table.addressdata {
  border-spacing: 1px
}

table.addressdata a {
  color: blue;
  text-decoration: underline;
}

table.addressdata tr:last-child td {
  border-bottom: 2px solid #000;
}

table.technicaldata tr.block-first td {
  border-top: 2px solid #000;
}

table.technicaldata tr.block-first td:first-child {
  background-color: transparent;
    font-weight:bold;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}

.office-icon::before,
.plant-icon::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  vertical-align: text-bottom;
}

.plant-icon::before {
  background: rgb(219,226,244);
}

.office-icon::before {
  background: rgb(226,240,215);
}


/* CE TABLE */
.techdata__wrapper .ce-table,
.techdata__wrapper .contenttable{
    border: #F8F8F8 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
  
      margin-bottom: 34px;
    width: 80%;
    white-space: nowrap;
}

.techdata__content .ce-table tr:nth-child(even) {
    background-color: transparent;
}
.techdata__content .ce-table tr:nth-child(odd) {
    background-color: #e0e0e0;
}

.techdata__content .contenttable tr:nth-child(even) {
      background-color: #e0e0e0;
}
.techdata__content .contenttable tr:nth-child(odd) {
      background-color: transparent;
}

.techdata__content .ce-table td,
.techdata__content .contenttable td {
  padding: 2px 14px 2px 14px;
    text-align: center;
    border: #F8F8F8 1px solid;
  text-align: center;
}

.techdata__content .ce-table tr td:first-child,
.techdata__content .contenttable tr td:first-child {
  text-align: left;
  width: 48%
}

.techdata__wrapper .contenttable tr > th,
.techdata__wrapper .ce-table tr:first-child > td {
   background: #666666;
    color: #FFFFFF;
    padding: 2px 14px 2px 14px;
    border: #F8F8F8 1px solid;
    text-align: center;
}


.techdata__content .ce-table tr>td,
.techdata__content .contenttable tr>td {
    font-size: inherit;
    padding: 2px 14px 2px 14px;
}


.techdata__content .contenttable p {
  margin: 0 !important;
}


/* ----------------------------------------------------
	TERRITORIES2
------------------------------------------------------- */



table.territories2 {
	width:100%;
}

table.territories2 td, tr, th {
	border:1px solid black;
	border-collapse: collapse;
	text-align: left;
}

table.territories2 td, tr, th {
	padding:1em;
}

table.territories2 th {
	background:#eee;
	font-weight: bold;
}


table.territories2 tr:nth-child(even) {background: #CCC}
table.territories2 tr:nth-child(odd) {background: #FFF}


@media screen and (max-width:700px) {
	
	table.territories2, tr, td {
		padding:0;
		border:1px solid black;
	}

	table.territories2 {
		border:none;
	}

	table.territories2 thead {
		display:none;
	}

	table.territories2 tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	table.territories2 td {
		float: left;
		width: 100%;
		padding:1em;
	}

	table.territories2 td::before {
		content:attr(data-label);
		word-wrap: break-word;
		background: #eee;
		border-right:2px solid black;
		width: 20%;
		float:left;
		padding:1em;
		font-weight: bold;
		margin:-1em 1em -1em -1em;
	}
}

/* ----------------------------------------------------
	TERRITORIES1
------------------------------------------------------- */




table.territories1 {
	width:100%;
}

table.territories1 td, tr, th {
	border:1px solid black;
	border-collapse: collapse;
	text-align: left;
}

table.territories1 td, tr, th {
	padding:1em;
}

table.territories1 th {
	background:#CCC;
	font-weight: bold;
}


table.territories1 tr:nth-child(even) {background: #eee}
table.territories1 tr:nth-child(odd) {background: #FFF}


@media screen and (max-width:800px) {

	table.territories1, tr, td {
		padding:0;
		border:1px solid black;
	}

	table.territories1 {
		border:none;
	}

	table.territories1 thead {
		display:none;
	}

	table.territories1 tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	table.territories1 td {
		float: left;
		width: 100%;
		padding:1em;
	}

	table.territories1 td::before {
		content:attr(data-label);
		word-wrap: break-word;
		background: #eee;
		border-right:2px solid black;
		width: 20%;
		float:left;
		padding:1em;
		font-weight: bold;
		margin:-1em 1em -1em -1em;
	}
}
