.baby-container {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
	height: 450px;
	overflow: hidden;
	text-align: center;
}

.baby-container img {
	width: auto;
	max-width: 250px;
	height: auto;
	max-height: 250px;
}

.baby-container h3 {
	font-size: 14pt;
	font-weight: bold;
	margin: 1rem 0 0 0;
}

.baby-container .button {
	font-size: 14pt;
	background-color: #70a3d7;
	color: #fff;
	border: 4px solid #9c4c9d;
	padding: 5px;
	margin-top: .5rem;
	display: inline-block;
	font-weight:600;
}

td .button {
	font-size: 14pt;
	background-color: #70a3d7;
	border: 4px solid #9c4c9d;
	color: #fff;
	padding: 5px;
	margin-top: .5rem;
	display: inline-block;
	font-weight:600;
}

.big-baby-container {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.big-baby-container img {
	width: 80%;
	height: auto;
}

.big-baby-container h3 {
	font-size: 18pt;
	font-weight: bold;
	margin: 1rem 0 0 0;
}

.big-baby-container .button {
	font-size: 14pt;
	background-color: #70a3d7;
	color: #fff;
	border: 4px solid #9c4c9d;
	border-radius: 5px;
	padding: 5px;
	margin-top: .5rem;
	display: inline-block;
	font-weight:600;
}

.big-baby-form-container {
	float: right;
	width: 49%;
	margin: 0;
	padding: 0;
}

.site-header .site-branding img {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

.entry-header {display: none !important;}

.content-area {margin-top: 0 !important;margin-bottom: 0 !important;}

.gform_wrapper input.ginput_quantity[type="text"] {
    width: 10rem !important;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 0 0 0;
}

.search-form {
	width: 100%;
	background-color: #70a3d7;
	border: 4px solid #9c4c9d;
	padding: 10px;
	font-weight:600;
	
}

.search-form form label {
	display: inline-block;
	margin-right: 10px;
	color:#fff;
}

.search-form form input {
	display: inline-block;
	background-color: white;
	padding: 10px;
	margin-right: 20px;
	border: 3px solid #9c4c9d;
	border-radius: 0px;
}

.search-form form select {
	display: inline-block;
	padding: 10px;
	margin-right: 20px;
}
tr {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent; 
}
