@media screen and (max-width: 600px) {
 
 
table {
border: 0;
width: 300px;

}
 
table thead {
display: none;

}
 
table tr {
margin-bottom: 20px;
display: block;
border-bottom: 5px solid #ddd;


}
 
table td {
display: block;
text-align: right;
font-size: 16px;
border-bottom: 1px dotted #ccc;
margin: 18px;
width: 345px;


}
 
table td:last-child {
border-bottom: 0;

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


}
}

.txtab {
text-align: left;
color: #e63a50;
text-align: top;

}

.tab {
	margin-top: 50px;
	text-align: left;
	text-align: top;
}