.InLineEditList
{
	text-align: center;
}

.InLineEditList .Header
{
	margin-top:30px;
	margin-bottom:20px;
}

.InLineEditList .Title
{
	float: left;
    width: 100%;
	display: inline;
	font-size: 24px; 
}

.InLineEditList th 
{
	text-align:left;
}

.InLineEditList td 
{
    line-height: 38px !important;
    text-align: left;
}

.InLineEditList .ILEL_Body .btn 
{
    width:80px;
}

.InLineEditList .ILEL_Body th .fas
{
    display: inline;
    font-size: 16px;
    padding-left: 5px;
}

.InLineEditList .ILEL_Body a:hover
{
    text-decoration: none !important;
}
.InLineEditList .ILEL_Body a:focus
{
    text-decoration: none !important;
}