/* made by xproot (http://xproot.pw/) */
@media (max-width: 768px) {
	
	img {
		max-width: 100%;
	}
	
	table {
        display: block;
        width: 100%;
    }
	
	tbody {
		display: table;
		width: 100%;
	}

    tr {
        display: block;
        margin-bottom: 10px;
    }

    td {
        display: block;
        width: 100%;
        box-sizing: border-box;
		height: 100%;
		text-align: center;
    }
	
	td.row1 {
		outline: black solid 1px;
	}

    th {
        display: block;
        width: 100%;
    }	
}
