@charset "UTF-8";

/* start dialog */
.dialog-box{top: 0;left: 0;bottom: 0;right: 0;margin:auto;background: #fff;border-radius:5px;z-index: 999;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.dialog-header{background: #eee;padding:10px;}
.dialog-center{padding: 10px;}
.dialog-footer{background: #eee;}
.dialog-close{cursor: pointer;}
/* end dialog */

.table-point{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width: 100%;
}
.table-point td,.table-point th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
}
.table-point-span{display: block;width: 100%;min-width: 80px;height: 80px;font-size: 24px;text-align: center;line-height: 80px;padding:0 !important;}