* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.table_stacks__wrapper {
  width: 100%;
}

.table_stacks__wrapper .table_stacks {
  width: 100%;
  max-width: 100%;
}


/* ------- Presentational Formatting --------- */
h1 {
  text-align: center;
}

.center {
  margin: 0 auto;
  width: 80%;
}

.table_stacks {
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
}

.table_stacks tr {
 /** border-bottom: 1px solid #f0f0f0;**/
}

.table_stacks thead tr {
  border-bottom: 2px solid #f0f0f0;
}

.table_stacks td,
.table_stacks th {
  padding: .5em;
}

.table_stacks th {
  text-align: left;
}

@media screen and (max-width:991px) {
  .table_stacks {
    margin: 0 auto;
    width: 100%;
    border-spacing: 0;
  }
  .table_stacks thead {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .table_stacks tbody,
  .table_stacks tr,
  .table_stacks th,
  .table_stacks td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
	border-bottom: 2rem solid white;
	    background-color: #f9d1d152;
  }
  .table_stacks tr td,
  .table_stacks tr th {
    padding: 2em 1em;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    vertical-align: top;
	border: 0px solid #EDF0F1;
    border-top: none;
    width: 100%;
    white-space: normal;
	
  }
  .table_stacks th[scope="row"] {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #B3BFC6;
    margin: 0 auto;
    padding: .5em 0;
  }
  .table_stacks td[data-header]:before {
    content: attr(data-header);
    display: block;
    float: left;
    width: 50%;
    color: #000000;
    font-weight: bold;
    text-align: left;
  }
 

  .table_stacks td[data-header] > * {
    display: block;
    width: 50%;
    float: right;
    clear: right;
    padding-left: 1em;
    margin-top: 0;
  }
  .table_stacks td[data-header]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;

    padding-bottom: 200%;
    display: block;
  }
	td[data-header]:first-child{
	  background-color: #313131;
		color: white;
  }
   .table_stacks td[data-header]:first-child:before {
    
    color: white;
 
  }

  .rendered{
	  -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .pad-r{
	  padding-right:10px;
  }
}

@media screen and (max-width: 600px) {
  .center {
    width: 100%;
  }
}