/* Table Style */
table.tbl-stripe {
	width: 100%;
	border: 1px solid #DDD;
	border-collapse: collapse;
}
table.tbl-stripe th,
table.tbl-stripe td {
  font-size: 0.85em;
	border: 1px solid #DDD;
	text-align: center;
	padding: 2px;
}
table.tbl-stripe th {
	background-color: #F3F3F3;
	white-space: nowrap;
}
table.tbl-stripe td.no-wrap {
  white-space: nowrap;
}

@media screen and (max-width: 819px){
table.tbl-stripe
{
    display: block;
    overflow-x: auto;
}

table.tbl-stripe th, table.tbl-stripe td
{
    width: 819px;
    white-space: nowrap;
}
}