/**
 * Theme Name: Flow Theme - CN
 * Template: flow-theme
 * Author: Liubing
 * Version: 0.1
**/

.insight-item__reading {display:none;}

td {font-size: 14px; box-sizing: border-box; padding: 0.5rem;}

table thead tr td {
    border-left: 1px solid var(--acent);
	font-weight: bold;
}

table tbody tr td {
    border-left: 1px solid var(--acent);
    border-bottom: 1px solid var(--acent);
}

table tr:first-child td {
    border-top: 1px solid var(--acent);
}

table tr td:last-child {
    border-right: 1px solid var(--acent);
}

table thead tr td {
    border-bottom: 0;
}

altcha-widget .altcha-label label, altcha-widget .altcha-label span {
	font-size: 14px;
}

@media print, screen and (min-width: 56.25em) { /* 1920 */
	.project__title {margin-bottom: 0.2em;}
}
.footer-qr{
	position: absolute;
	right: 0;
	top: 70px;
	width: 120px;
}
.footer-qr a,
.footer-qr img{
	display: block;
}
.footer-qr strong{
	color: #fff;
	display: block;
	margin-top: 20px;
	text-align: center;
}
