
.text-bl112 {    border: 1px solid;    padding: 1px;margin-bottom: 20px;}
    .text-tz {    border-bottom: 1px solid;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;    line-height: 18px;
    min-height: 38px;}
    .text-im {border-bottom: 1px solid;
    padding-bottom: 5px;}
     .text-im img {max-width:100%;width: 100%;}
      .text-t {        border-bottom: 1px solid;
    padding: 10px;
    display: block;
    font-size: 14px;
    min-height: 155px;}
       .text-sl {    padding: 5px 0;
    text-align: center;font-size: 14px;}
    @media screen and (max-width: 600px) {
         .text-tz {  min-height: 100%;}
         .text-t {  min-height: 100%;}
    }

table.table-2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.table-2 tr {
	background-color: #f8f8f8;
}
table.table-2 th, table.table-2 td {
	text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
}

table.table-2 th{
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	table.table-2 tr{
		display: block;
	}
	table.table-2 tr{
		margin-bottom: 30px;
	}
	table.table-2 th, table.table-2 td{
		display: block;
		text-align: center;
	}
}
