.dashboardpropertylist_grid {
    display: grid;
    grid-template-columns: 75px repeat(8, 1fr);
    grid-template-rows: 2fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.dashboardpropertylist_grid:nth-child(odd) {
    background: white;
}

.dashboardpropertylist_grid > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
}

.dashboardpropertylist_headers {
    font-weight: bolder;
    font-size: x-large;
    border-bottom: 1px solid black;
    padding: 8px 8px 8px 0;
}
.dashboardpropertylist_borders {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: transparent;
}

.dashboardpropertylist-table {
    max-height:500px;
    overflow-y:scroll;
}

.dashboardpropertylist__actions {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 1rem 0;
    height: auto;
    line-height: 4rem;
    width: 100%;
  }
  
 .dashboardpropertylist__actionButton {
    margin-bottom: 1rem;
    width:auto;
 }
 .dashboardpropertylist__counterlinks {
    display: flex;
    align-items: center;
    font-size: 1rem;   
 }
 .dashboardpropertylist__counterlinkItems {
    padding:10px;  
 }
 .dashboardpropertylist__counterlinkItems {
    padding:10px;  
 }  
 .dashboardpropertylist__counterlinkButton{
    color:white;  
    height: 20px;
 } 
 .dashboardpropertylist__counterlinkChevron{
    padding:2px;
 }   
 