#guides-table{
    width: 100%;
}
#guides-table thead{
    text-align: left;
    background-color: #f1f5f9;
    border-bottom: 2px solid #64748b;
}
#guides-table th, #guides-table td{
    padding: 16px;
}
#guides-table a{
    color: #1e3a8a;
    font-weight: 600;
}
#guides-table a:hover{
    color: #1d4ed8;
}
#guides-table tbody tr:nth-child(even){
    background-color: #eff6ff;
}