.container{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h4, h5{
    text-align: center;
    color: #333;
    font-size:23px;
}
#showcard table {
    margin-bottom: 7px;
}
#showcard .tt {
    margin-top: 0; /* Bỏ khoảng trống trên nút */
}
table{
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
th, td{
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
th{
    background-color: #f0f0f0;
}
.note{
    font-size: 14px;
    color: #555;
    text-align: left;
}
.table-section {
    flex: 1; /* Chiếm không gian còn lại */
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.image-section {
    flex: 0 0 250px; /* Chiều rộng cố định cho ảnh */
    margin-left: 20px;
}
.image-section img {
    max-width: 100%; /* Để ảnh không vượt quá chiều rộng */
    border-radius: 5px;
}
.image-section .img2{
    width: 100%;
}