.clear{
	clear: both;
}
.ht-inner-table *{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #333;
	font-family: 'Arial';
}
.ht-inner-table table {
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #ededed;
    font-family: Arial;
}
.ht-inner-table table thead{
	background: #ededed;
}
.ht-inner-table table thead tr th{
	padding: 5px 10px;
    text-align: center;
    border: 1px solid #1530ef;
    background: #1530ef;
    color: #fff;
}

.ht-inner-table table tbody tr td{
	padding: 10px;
	border: 1px solid #b9b3b3; 
}
.ht-inner-table table tr:nth-child(2n){
    background: #fff;
}
.ht-inner-table table tbody tr td img{
	margin-right: 10px; 
}

.ht-inner-table table tbody tr td span{
    display: inline-block;
    font-size: 19px;
    color: #02c302;
    line-height: 19px;
    font-weight: 800;
}
.ht-inner-table table tbody tr td p{
	display: inline-block;
	min-width: 50px;
}