body .ce-table {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25em;
}
table.ce-table {
	border: 2px solid ##c8eaf3;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table.ce-table caption {
  font-size: 1.5em;
	text-transform: uppercase;
  margin: .5em 0 .75em;
}
table.ce-table  tr {
  background: #fff;
	border: 2px solid #c8eaf3;
  padding: .35em;
}
table.ce-table  tr td:nth-child(1), table.ce-table  tr:nth-child(1)>td {
	font-weight:bold;
	border-bottom: 1px solid #c8eaf3;
}
table.ce-table  th,
table.ce-table  td {
  padding: .625em;
  text-align: center;
}
table.ce-table tr:nth-child(1)>td {
  font-size: .95em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  table.ce-table  {
	  border: 2px;
  }
	
  table.ce-table  caption {
    font-size: 1.3em;
  }
  table.ce-table  tr:nth-child(1) {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.ce-table  tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
		
  table.ce-table  td {
    border-bottom: 1px solid # #c8eaf3;
    display: block;
    font-size: .95em;
    text-align: right;
  }
  table.ce-table  td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.ce-table  td:last-child {
    border-bottom: 0;
  }
}