
.bold{
    font-weight: 700;
}
.recall-lamaze{
    padding: 45px;
    border-left: 2px solid #0055a0;
    border-right: 2px solid #0055a0;
    border-bottom: 25px solid #0055a0;
    border-top: none;
}
.recall-lamaze>h1{
    
}
.tomy-logo{
 padding-top: 0px; 
padding-bottom: 10px;
}

.header1-group{
    margin-bottom: 15px;
}
.header1{
   font-size:26px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;

}

.header2-group>h1{
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 800;
    color: #0055a0;
}
.header3-group>h1{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #696969;
}


.column{
 margin-top: 30px; 
    padding: 10px;
}
.alt-imgs{
    margin-bottom: 15px;
}
.product-info{
    margin-bottom: 30px;
}
.product-info>h3{
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 18px;
}
.prod-head{
    color: #696969;
}

.you-live{
    margin-top: 30px;
}

@media only screen and (max-width : 615px) {
.location-btn{
    background-color: #0055a0;
    padding: 10px 18px;
    white-space:normal !important;
    max-width:300px;
    margin-bottom:4px; 
    word-wrap:break-word;
}
}

.location-btn{
    background-color: #0055a0;
    padding: 10px 18px;

}

.location-btn:hover{
    color: #fff;
    background-color: #44a2f3;
    border-color: #44a2f3;
}

.return-home{
    margin-top: 30px;
}

.faq-img{
    max-width: 175px;
    margin: auto;
}

	
	.table-container {
		width: 100%;
		overflow-x: auto;
	}

	/* Basic table styling */
	table {
		width: 100%;
		border-collapse: collapse;
		margin: 20px 0;
		font-size: 16px;
		font-family: sans-serif;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	}

	/* Header styling */
	thead tr {
		background-color: #0055a0;
		color: #ffffff;
		text-align: left;
	}

	/* Cell padding and alignment */
	th, td {
		padding: 12px 15px;
	}

	/* Zebra-striping (alternating row colors) */
	tbody tr {
		border-bottom: 1px solid #dddddd;
	}

	tbody tr:nth-of-type(even) {
		background-color: #f3f3f3;
	}

	/* Highlights the last row */
	tbody tr:last-of-type {
		border-bottom: 2px solid #0055a0;
	}

	/* Row hover effect */
	tbody tr:hover {
		background-color: #f1f1f1;
	}