.strong {
    font-weight:bold;
}
table#tblrosaries{
    border-collapse:collapse;
    width:95%;
}
#tblrosaries th, #tblrosaries td {
    border: 1px solid #dcf;
    text-align:center;
    padding:2px 4px 2px 4px;
}
#tblrosaries tr:nth-child(even) {background-color: #f2f2f2;}
#tblrosaries tr:hover {background-color: #eedefe;}
#tblrosaries th {
    background-color: #5c2eb8;
    color: white;
}
#tblrosaries a{
    font-size:xx-small;
}
    

#tblrosaries th:first-child,
#tblrosaries td:first-child {
    /*width: 40%;/* Initial width for first column */
    /* max-width: 100px;/* Maximum width for first column */
    padding:1px 2px 2px 2px;
}

#tblrosaries td{
    line-height: 1.3; /* Adjust the line height as needed */
}

#tblrosaries td:first-child{
    line-height: 1.1; /* Adjust the line height as needed */
}

.note {
    font-style: italic;
    font-size: smaller;
}