/**
 * @file
 * Visual styles for Corporate Lite's tables.
 */
table {
  border-collapse: separate;
  border-spacing: 0;
  width:100%;
  margin: 25px 0 40px;
  color: #363636;
}
table tr th {
  font-size: 16px;
  /*text-transform: uppercase;*/
  text-transform: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e1e1;
  color: #363636;
  padding: 12px 20px;
}
.headings-wide-spacing-enabled table tr th {
  letter-spacing: 0.25em;
}
table tr th[scope="row"] {
  border-bottom: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1e1e1;
}
table tr:last-child th[scope="row"] ~ td {
  border-bottom: 0;
}
table tr {
  font-size: 15px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
table tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e1e1;
}
table tr td {
  padding: 12px 20px;
  text-align: left;
}

/*Tables @gray regions*/
.region--light-typography table,
.region--light-typography table tr th {
  color: #ffffff;
}
.region--light-typography table tr th,
.region--light-typography table tr th[scope="row"],
.region--light-typography table tr:last-child td {
  border-color: rgba(255, 255, 255, 0.3)
}

/*Data Tables on Product Site*/
#tablefield-wrapper-0 tr th {
    background: #dce4ef;
    background: rgba(220, 228, 239, 1);
    border-bottom-style: none;
}
#tablefield-wrapper-0 tr, 
#tablefield-wrapper-0 tr.even {
    background: #f2f2f2;
    background: rgba(242, 242, 242, 1);
}
#tablefield-wrapper-0 tr.odd {
    background: #d9d9d9;
    background: rgba(217, 217, 217, 1);
}
#tablefield-wrapper-0 tr td, 
#tablefield-wrapper-0 tr th {
    padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left;
}

/*Product Table on Product Site*/
#block-produkte-menu-online-katalog {
	padding-top: 60px;
	border-top: 1px solid #e1e1e1;
}
.views-element-container .view-taxonomy-term table {
	margin-bottom: 0;
}
.views-element-container .view-taxonomy-term table tr.odd {
	background: none repeat scroll 0 0 #dddddd;
	border-bottom: 1px solid #FFFFFF;
	list-style: none outside none;
	padding: 0px 4px 0px 0px;
	height: 40px;
	margin: 0;
}
.views-element-container .view-taxonomy-term table tr.even {
	background: none repeat scroll 0 0 #eeeeee;
}
.views-element-container .view-taxonomy-term table tr td {
	border-bottom: 3px solid #FFFFFF;
}
@media (max-width: 767px) {
	.views-element-container .view-taxonomy-term table tr .views-field-title a {
		font-weight: bold;
		font-size: 12px;
	}
	#tablefield-wrapper-0 table {
		display: block;
   		overflow-x: auto;
	}
	table tr td {
	    padding: 6px 10px;
	}
	.views-element-container .view-taxonomy-term table tr p {
		font-size: 0.8em;
	}
}
@media (min-width: 768px) {
	.views-element-container .view-taxonomy-term table tr .views-field-title a {
		font-weight: bold;
		font-size: 18px;
	}
}
.views-element-container .view-taxonomy-term table tr p {
	line-height: 1.2em;
	padding: 0;
}
.views-element-container .view-taxonomy-term table tr img {
    border: 1px solid #999999;
}