.lastnotes img{margin-right: 15px;width: 50px;height:50px;border-radius:50%;vertical-align: middle}
.lastenter, .nobalance{margin-bottom: 15px;padding: 15px;border-radius: 10px}
.nobalance{background: rgba(255,0,0,0.4);color: #ffb2b2}
.lastenter, .mainboards a,.lastnotes{background: rgba(206,224,255,0.2)}
.mainboards{margin-bottom: 15px}
.mainboards a{display: inline-block;width: 235px;margin-left: 15px;border-radius: 10px;height: 135px;vertical-align: top; transition: all.3s ease}
.mainboards a:first-child{margin:0 0 0 1px}
.mainboards a span, .mainboards a em{display: block; text-align: center}
.mainboards a span{font-size:36px;font-weight: 700}
.mainboards a em{font-style:normal;font-size: 14px;font-weight: 300;margin:5px 0 15px 0}
.mainboards a:hover{box-shadow: 0 0 15px rgba(206,224,255,0.95)}
.lastnotes{border-radius: 10px;padding: 5px 0 15px 0;margin-bottom: 15px;}
div.line{max-height: 50px;margin:15px 15px 0 15px;border-radius: 50px; transition: all.3s ease}
span.rowname{vertical-align: middle;display:inline-block;line-height:18px;width:350px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 20px}
.red{color: rgba(255,0,0,0.6)}

@media screen and (max-width: 1030px) {
	.mainboards a{
		width: 100%;
		margin: 15px auto 0 auto;
	}
	div.line{
		overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
		max-height: none;
	}
	span.rowname{
		display: none;
	}
}