.no-blue {
   color: black;
   text-decoration: none;
}

img {
    margin-bottom: 10px;
}

/* a:link {
   text-decoration: underline;
 } */

.dashboard {
    display: flex;
    align-items: center; /* vertically center the content */
}

.dashboard p
{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
}

.p-pad {
    margin-bottom: 0.8cm;
}

.p-pad-half {
    margin-bottom: 0.5cm;
}


/* table {
    border-collapse: collapse;
}

td, th {
    padding: 0;
} */
