#footer{
	width:100%;
	color:#31A823;
	text-align:center;
	padding:10px 0;
	overflow:hidden;
}

	.pad-letf-10 {
		padding-left: 10px !important;
	}

.radio-inline,
.radio-inline label
{
	display: inline-block;
	padding:3px;
}
 .table-responsive{
	 font-size: 14px;
	 overflow-x: auto;
	 min-width: 100%;
	 table-layout: fixed;
 }

.base-border {
	display: inline-block;
	padding-bottom: 10px;
	width: 100%;
}
.table-simple{
	display: inline-table;

}

.table-simple tr,.table-simple{
	background: none;
}

.table-simple tr:hover{
	background: none !important;
}
.table-simple tr:nth-child(even) {
	background: none !important;
}
.padd-left-5{
	padding-left: 5px;
}