

/* article Content */
.article-Content .divTable {
  display: table;
  width: 100%;
}
.article-Content .divTableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-Content .divTableHeading {
  display: table-header-group;
}
.article-Content .divTableCell, .article-Content .divTableHead {
  border: 1px solid #ccc;
  display: table-cell;
  padding: 3px 10px;
  width: 100%;
}
.article-Content .divTableHead{
    background-color: rgb(153, 153, 153);
    color: rgb(255, 255, 255)
}

.article-Content .divTableHead{
    text-align: center; font-size: 1.3em
}
.article-Content .divTableHeading {
  display: table-header-group;
  font-weight: bold;
}
.article-Content .divTableFoot {
  display: table-footer-group;
  font-weight: bold;
}
.article-Content .divTableBody {
  display: table-row-group;
}
@media screen and (max-width: 600px) {
  .article-Content .divTable {
    border: 0;
  }
}
.article-Content .divTableCell, .article-Content .divTableHead {
  border: 0px;
}
.article-Content .divTableRow {
  border: 1px solid #ddd;
}
.article-Content .divTable > .divTableHeading {
  display: none;
}
.article-Content .divTable .divTableRow {
  
  border-bottom: 1px solid #ddd;
}
.article-Content .divTable .divTableCell {
   padding: 5px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 13px;
  /*border:1px;*/
  /*border-bottom: 1px dotted #ccc;*/
}
.article-Content .divTable .divTableCell:last-child, .article-Content .divTable .divTableHead:last-child {
  border-bottom: 0;
  border-left: 1px solid #ccc;
}
.article-Content .divTable .divTableCell:before {
  content: attr(data-label);
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
.article-Content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.article-Content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: ;
	display: table-header-group;
}


.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
    width: 100%;
}
.divTableHeading {
	background-color: ;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: ;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

@media screen and (max-width: 600px) {

    .divTable {
      border: 0;
    }
.divTableCell, .divTableHead {
  border: 0px;
}
.divTableRow {
  border: 1px solid #ddd;
}
    .divTable > .divTableHeading {
      display: none;
    }

    .divTable  .divTableRow {
      
      border-bottom: 1px solid #ddd;
    }

    .divTable .divTableCell {
      display: block;
      text-align: right;
      font-size: 13px;
      /*border:1px;*/
      border-bottom: 1px dotted #ccc;
    }

    .divTable .divTableCell:last-child {
      border-bottom: 0;
    }

    .divTable .divTableCell:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    
    }
  }


/*table new*/



.newsTable{
	display: table;
	width: 100%;
}
.newsTableRow {
	display: table-row;
   
}
.newsTableHeading {
	background-color: ;
	display: table-header-group;
}
.newsTableCell{
    font-size: 13px;

}
.newsTableCell, .newsTableHead {
	border: 1px solid #ddd;
	display: table-cell;
	padding: 5px;
    font-size: 13px;
    

   
}
.newsTableHead {
    background-color: rgb(153, 153, 153);
    color: rgb(255, 255, 255);
    border-left: 1px solid #ccc;
    border-bottom: 0; 
    text-align: center; font-size: 1.3em;
}

.newsTableHeading {
	background-color: ;
	display: table-header-group;
	font-weight: bold;
}
.newsTableFoot {
	background-color: ;
	display: table-footer-group;
	font-weight: bold;
}
.newsTableBody {
	display: table-row-group;
}

@media screen and (max-width: 960px) {
  .newsTable{
     display:block;
     overflow-x: scroll;
  }
}

	/*video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	
