/*
 Theme Name:   CNA Child Theme 2026
 Description:  Blankslate Child Theme for Radiant Care CNA schools
 Author:       NU:Jason
 Author URI:   https://www.numerounoweb.com/
 Template: blankslate
*/


img {
  display: block;
  margin: 0 auto;
 /* float: none !important;*/ /* Overrides any default theme floats */
}




/* Styles for screens wider than 768px (tablets and desktops) */
@media only screen and (min-width: 768px) {
 img.alignright { float: right; margin: 0 0 1em 1em; }
 img.alignleft { float: left; margin: 0 1em 1em 0; }
 img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
 .alignright { float: right; }
 .alignleft { float: left; }
 .aligncenter { display: block; margin-left: auto; margin-right: auto; }
}


.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    color: #333;
}

.table th,
.table td {
    padding: 12px 14px;
    text-align: left;
}

.table thead {
    background: #f8f9fa;
    border-bottom: 2px solid #e5e7eb;
}

.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #555;
}

.table tbody tr {
    border-bottom: 1px solid #eee;
    transition: background 0.15s ease;
}

