.uk-table {
  	border-collapse: collapse;
  	width: 100%;
}

.uk-table thead th {
	border-top: 0px;
	background-color: none;
	background: none;
	color: #2d2d2d;
	font-weight: 600;
}

.uk-table thead tr:first-child {
	border-top: 0px;
	border-bottom: 2px solid #d9e0f0;	
}

.uk-table th:last-child {
  	text-align: right;
	padding-right: 25px;
}

.uk-table th, td {
  	padding-top: 15px;
  	padding-bottom: 15px;
  	padding-left: 10px;
    padding-right: 10px;
  	text-align: left;
}

.uk-table col:nth-child(even){
	background-color: #e5eaf7;
}

.uk-table tr {
	border-top: 0px;
	border-bottom: 0px;
	box-shadow: none;
	padding-left: 25px;
	padding-right: 25px;
}

.uk-table.table-selectable tbody tr {
	cursor: pointer;
}

.uk-table.table-selectable tbody tr:hover {
	background-color: #d9e0f0;
}

.uk-table td:last-child {
  	text-align: right;
	padding-right: 25px;
}

.uk-table td:first-child {
    text-align: left;

}