Nursing Leadership
.divTable{
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
border: solid 2px;
border-color: black;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
}
.divTableCell, .divTableHead {
display: table-cell;
padding: 3px 10px;
height: auto;
width: 100%;
}
.divTableBody {
display: table-row-group;
}
.styledOne {
width: auto;
height: auto;
text-align: center;
color: #000;
border-radius: 5px;
border: 2px solid #000000;
}
.styledOne:hover {
background-color: #000000;
}
.styledOne:active {
box