/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.buku-tamu table {
    width: 100%;
    border-collapse: collapse;
}
.buku-tamu th, .buku-tamu td {
    padding: 8px;
    text-align: left;
}
.buku-tamu th {
    background-color: #f8f9fa;
}
.buku-tamu td img {
    max-height: 60px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

