﻿.MapPlaceHolder{
    min-height: 410px;
}

.EditableTable tr.OnEdit + tr.RowControlGroup .ControlActions a.DeleteRowAction {
display: none;
}

.EditableTable tr.OnEdit + tr.RowControlGroup .ControlActions,
.EditableTable tr.Selected + tr.RowControlGroup .ControlActions {

margin-left: -57px;
}

.EditableTable tfoot {

display: none;
}
