.hide-title {
	display: none;
}

.rounded-content {
	border-radius: 8px;
	overflow: hidden;
}

.clickable-row {
	cursor: pointer;
	transition: background-color .2s ease;
}

.clickable-row:hover {
	background-color: rgba(0,0,0,0.04);
}

/* optional: removes blue link styling if needed */
.clickable-row a {
	color: inherit;
	text-decoration: underline;
}

/*interview button*/
.page-id-12904 .interview-button-1990,
.page-id-12917  .interview-button-1991,
.page-id-12800 .interview-button-1992,
.page-id-12867 .interview-button-1993,
.page-id-12924 .interview-button-1994,
.page-id-12940 .interview-button-1995,
.page-id-13059 .interview-button-1996,
.page-id-13072 .interview-button-1997,
.page-id-13386 .interview-button-2001,
.page-id-13379 .interview-button-2002 {
	background-color: #f9d525 !important;
	overflow: hidden !important;
	pointer-events: none;
}

/* top button */
.page-id-12904 .interview-button-1990 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

/* bottom button */
.page-id-13379 .interview-button-2002 {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.interview-menu .wp-element-button:hover,
.interview-menu button:hover,
.interview-menu a:hover {
	background-color: #f5f5f5 !important;
	color: #333 !important;
}

/* Table styling */
.interview-table-border table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

/* Remove all borders first */
.interview-table-border th,
.interview-table-border td {
	border: none;
	padding: 14px 10px;
	text-align: left;
	vertical-align: top;
}

/* Add only the thin line beneath each row */
.interview-table-border tr {
	border-bottom: 1px solid rgba(3, 3, 3, 0.07) !important;
}

/* Optional: remove bottom line from final row */
.interview-table-border tr:last-child {
	border-bottom: none !important;
}

@media screen and (max-width:675px) {
	.wp-block-navigation-item__content {
		font-size: 10px !important;
	}
	
	.interview-table-border th:nth-child(4),
																.interview-table-border td:nth-child(4) {
		display: none;
	}
	
	.wp-block-navigation__container {
		gap: .67rem !important;
	}
	
	table.mobile-rounded-corners {
		border-spacing: 0;
		border-collapse: separate;
		border-radius: 12px;
		border: 1px solid black;
	}
	
	.mobile-rounded-corners {
		border-collapse: separate;
	/* allows border radius */
		border-spacing: 0;
		border: 2px solid #333;
		border-radius: 12px;
		overflow: hidden;
	/* clips inner content to rounded edges */
		background: #FFFFFFA8;
	}
	
	/* tour table cards */
	.wp-block-table.tour-table table {
		background-color: transparent !important;
	}
	
	/* REMOVE all table/grid borders */
	.wp-block-table.tour-table table,
																																												.wp-block-table.tour-table table tbody,
																																												.wp-block-table.tour-table table tr,
																																												.wp-block-table.tour-table table td,
																																												.wp-block-table.tour-table table th {
		border: none !important;
		border-collapse: separate !important;
		border-spacing: 0;
		background: transparent;
	}
	
	/* hide header */
	.wp-block-table.tour-table thead {
		display: none;
	}
	
	/* default rows become cards */
	.wp-block-table.default-tour-table table tr {
		display: block;
		margin-bottom: 16px;
		background: #ffffffe8;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* cells */
	.wp-block-table.tour-table table td {
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		text-align: left;
		background: transparent;
	/* reset any theme borders */
		border: none !important;
	/*vertical sides of card */
		border-left: 2px solid #ccc !important;
		border-right: 2px solid #ccc !important;
	}
	
	/*top edge */
	.wp-block-table.tour-table table tr td:first-child {
		border-top: 2px solid #ccc !important;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	
	/*bottom edge */
	.wp-block-table.tour-table table tr td:last-child {
		border-bottom: 2px solid #ccc !important;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	
	/*inner separators */
	.wp-block-table.tour-table table td:not(:last-child) {
		border-bottom: 1px solid #e5e5e5 !important;
	}
	
	/* label styling */
	.wp-block-table.tour-table table td::before {
		font-weight: bold;
		margin-right: 6px;
	}
	
	/* labels */
	.wp-block-table.tour-table table td:nth-of-type(1)::before {
		content: "Date: ";
	}
	
	.wp-block-table.tour-table table td:nth-of-type(2)::before {
		content: "Venue: ";
	}
	
	.wp-block-table.tour-table table td:nth-of-type(3)::before {
		content: "Location: ";
	}
	
	.wp-block-table.tour-table table td:nth-of-type(4)::before {
		content: "In Archive?: ";
	}
	
	.wp-block-table.tour-table table td:nth-of-type(5)::before {
		content: "Photos?: ";
	}
	
	/* Easy Tour Table mobile cards */
	.wp-block-table.easy-tour-table table {
		background-color: transparent !important;
		color: inherit;
	}
	
	/* REMOVE all table/grid borders */
	.wp-block-table.easy-tour-table table,
	.wp-block-table.easy-tour-table table tbody,
	.wp-block-table.easy-tour-table table tr,
	.wp-block-table.easy-tour-table table td,
	.wp-block-table.easy-tour-table table th {
		border: none !important;
		border-collapse: separate !important;
		border-spacing: 0;
		background: transparent;
		color: inherit;
	}
	
	/* hide header */
	.wp-block-table.easy-tour-table thead {
		display: none;
	}
	
	/* rows become cards */
	.wp-block-table.easy-tour-table table tr {
		display: block;
		margin-bottom: 16px;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* cells */
	.wp-block-table.easy-tour-table table td {
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		text-align: left;
		background: transparent;
		color: inherit;
	/* reset any theme borders */
		border: none !important;
	/* vertical sides of card */
		border-left: 2px solid currentColor !important;
		border-right: 2px solid currentColor !important;
	}
	
	/* top edge */
	.wp-block-table.easy-tour-table table tr td:first-child {
		border-top: 2px solid currentColor !important;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	
	/* bottom edge */
	.wp-block-table.easy-tour-table table tr td:last-child {
		border-bottom: 2px solid currentColor !important;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	
	/* inner separators */
	.wp-block-table.easy-tour-table table td:not(:last-child) {
		border-bottom: 1px solid currentColor !important;
	}
	
	/* label styling */
	.wp-block-table.easy-tour-table table td::before {
		font-weight: bold;
		margin-right: 6px;
		color: inherit;
	}
	
	/* labels */
	.wp-block-table.easy-tour-table table td:nth-of-type(1)::before {
		content: "Date: ";
	}
	
	.wp-block-table.easy-tour-table table td:nth-of-type(2)::before {
		content: "Venue: ";
	}
	
	.wp-block-table.easy-tour-table table td:nth-of-type(3)::before {
		content: "Location: ";
	}
	
	.wp-block-table.easy-tour-table table td:nth-of-type(4)::before {
		content: "In Archive?: ";
	}
	
	.wp-block-table.easy-tour-table table td:nth-of-type(5)::before {
		content: "Photos?: ";
	}
	
	/* session table cards */
	.wp-block-table.session-table table {
		background-color: transparent !important;
	}
	
	/* Safari Tour */
	.wp-block-table.safari-tour-table table tr {
		background: #ffffff;
	}
	
	/* Last Splash Tour */
	.wp-block-table.last-splash-tour-table table tr {
		background: #71c417d4;
	}
	
	/* Pacer Tour */
	.wp-block-table.pacer-tour-table 
	table tr {
		background: #508b95e8;
	}
	
	/* Fate To Fatal Tour */
	.wp-block-table.fate-to-fatal-tour-table 
	table tr {
		background: #efe3c7ed;
	}
	
	/* LSXX Tour */
	.wp-block-table.lsxx-tour-table 
	table tr {
		background: #bfbfbfd4;
	}
	
	/* All Nerve Tour */
	.wp-block-table.all-nerve-tour-table 
	table tr {
		background: #f15a22eb;
	}
	
	/* 2023 Tour */
	.wp-block-table.twenty-twenty-three-tour-table 
	table tr {
		background: #6b9c1cc4;
	}
	
	/* Nobody Loves You More Tour */
	.wp-block-table.nlym-tour-table 
	table tr {
		background: #58843ec7;
	}
	
	/* 2026 Tour */
	.wp-block-table.twenty-twenty-six-tour-table 
	table tr {
		background: #5d3875c7;
	}
	
	/* Come On Pilgrim Tour */
	.wp-block-table.pilgrim-tour-table table tr {
		background: #eae8e1e0;
	}
	
	/* surfer rosa Tour */
	.wp-block-table.surfer-rosa-tour-table table tr {
		background: #ffffffdb;
	}
	
	/* Doolittle Tour */
	.wp-block-table.doolittle-tour-table table tr {
		background: #614124f0;
	}
	
	/* Bossanova Tour */
	.wp-block-table.bossanova-tour-table table tr {
		background: #ad1430c2;
	}
	
	/* Trompe Le Monde Tour */
	.wp-block-table.trompe-tour-table table tr {
		background: #f1f8fed6;
	}
	
	/* Sugar Altar */
	.wp-block-table.sugar-altar-tour-table table tr {
		background: #ffffff;
	}
	
	/* Star Tour */
	.wp-block-table.star-tour-table table tr {
		background: #69a3c9b3;
	}
	
	/* King Tour */
	.wp-block-table.king-tour-table table tr {
		background: #73171de0;
	}
	
	/* REMOVE all table/grid borders */
	.wp-block-table.session-table table,
																																												.wp-block-table.session-table table tbody,
																																												.wp-block-table.session-table table tr,
																																												.wp-block-table.session-table table td,
																																												.wp-block-table.session-table table th {
		border: none !important;
		border-collapse: separate !important;
		border-spacing: 0;
		background: transparent;
	}
	
	/* hide header */
	.wp-block-table.session-table thead {
		display: none;
	}
	
	/* rows become cards */
	.wp-block-table.session-table table tr {
		display: block;
		margin-bottom: 16px;
		background: #d9d9d9db;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* cells */
	.wp-block-table.session-table table td {
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		text-align: left;
		background: transparent;
	/* reset any theme borders */
		border: none !important;
	/*vertical sides of card */
		border-left: 2px solid #ccc !important;
		border-right: 2px solid #ccc !important;
	}
	
	/*top edge */
	.wp-block-table.session-table table tr td:first-child {
		border-top: 2px solid #ccc !important;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	
	/*bottom edge */
	.wp-block-table.session-table table tr td:last-child {
		border-bottom: 2px solid #ccc !important;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	
	/*inner separators */
	.wp-block-table.session-table table td:not(:last-child) {
		border-bottom: 1px solid #e5e5e5 !important;
	}
	
	/* label styling */
	.wp-block-table.session-table table td::before {
		font-weight: bold;
		margin-right: 6px;
	}
	
	/* labels */
	.wp-block-table.session-table table td:nth-of-type(1)::before {
		content: "Date: ";
	}
	
	.wp-block-table.session-table table td:nth-of-type(2)::before {
		content: "Location: ";
	}
	
	.wp-block-table.session-table table td:nth-of-type(3)::before {
		content: "Info: ";
	}
	
	.wp-block-table.session-table table td:nth-of-type(4)::before {
		content: "Type: ";
	}
	
	/* interview table cards */
	.wp-block-table.interview-table table {
		background-color: transparent !important;
	}
	
	/* REMOVE all table/grid borders */
	.wp-block-table.interview-table table,
																										.wp-block-table.interview-table table tbody,
																										.wp-block-table.interview-table table tr,
																										.wp-block-table.interview-table table td,
																										.wp-block-table.interview-table table th {
		border: none !important;
		border-collapse: separate !important;
		border-spacing: 0;
		background: transparent;
	}
	
	/* hide header */
	.wp-block-table.interview-table thead {
		display: none;
	}
	
	/* rows become cards */
	.wp-block-table.interview-table table tr {
		display: block;
		margin-bottom: 16px;
		background: #d9d9d9db;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* cells */
	.wp-block-table.interview-table table td {
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		text-align: left;
		background: transparent;
	/* reset any theme borders */
		border: none !important;
	/* vertical sides of card */
		border-left: 2px solid #ccc !important;
		border-right: 2px solid #ccc !important;
	}
	
	/* top edge */
	.wp-block-table.interview-table table tr td:first-child {
		border-top: 2px solid #ccc !important;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	
	/* bottom edge */
	.wp-block-table.interview-table table tr td:last-child {
		border-bottom: 2px solid #ccc !important;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	
	/* inner separators */
	.wp-block-table.interview-table table td:not(:last-child) {
		border-bottom: 1px solid #e5e5e5 !important;
	}
	
	/* label styling */
	.wp-block-table.interview-table table td::before {
		font-weight: bold;
		margin-right: 6px;
	}
	
	/* labels */
	.wp-block-table.interview-table table td:nth-of-type(1)::before {
		content: "Date: ";
	}
	
	.wp-block-table.interview-table table td:nth-of-type(2)::before {
		content: "Location: ";
	}
	
	.wp-block-table.interview-table table td:nth-of-type(3)::before {
		content: "Interviewer: ";
	}
	
	.wp-block-table.interview-table table td:nth-of-type(4)::before {
		content: "Medium: ";
	}
	
	/* Head To Toe tour table cards */
	.wp-block-table.htt-table table tr {
		display: block;
		margin-bottom: 16px;
		background: #D88A3BD4;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* Pacer tour table cards */
	.wp-block-table.pacer-table table tr {
		display: block;
		margin-bottom: 16px;
		background: #508b95e8;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* Mountain Battles tour table cards */
	.wp-block-table.mb-table table tr {
		display: block;
		margin-bottom: 16px;
		background: #520517c2;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* Fate To Fatal tour table cards */
	.wp-block-table.ftf-table table tr {
		display: block;
		margin-bottom: 16px;
		background: #efe3c7ed;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* LSXX tour table cards */
	.wp-block-table.lsxx-table table tr {
		display: block;
		margin-bottom: 16px;
		background: #BFBFBFD4 !important;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* All Nerve tour table cards */
	.wp-block-table.all-nerve table tr {
		display: block;
		margin-bottom: 16px;
		background: #F15A22EB !important;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* slow-dog tour table cards */
	/* rows become cards */
	.wp-block-table.slow-dog-tour-table table tr {
		display: block;
		margin-bottom: 16px;
		background: #f72200;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* 2026 tour table cards */
	.wp-block-table.twentytwentysix table tr {
		display: block;
		margin-bottom: 16px;
		background: #5d3875c7 !important;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	}
	
	/* ==========================================
				   MOBILE GOLD TOUR TABLE
				   Add classes: tour-table mobile-gold
				   ========================================== */
	.wp-block-table.mobile-gold table tr {
		background: linear-gradient(rgba(255,255,255,0),
							rgba(255,255,255,0)), url('https://breedersarchive.com/wp-content/uploads/2026/06/gold-glitter-6.jpg') !important;
		background-repeat: repeat !important;
		background-size: 300px 300px !important;
	}
	
	.wp-block-table.mobile-gold table td {
		color: #53319c !important;
		border-left: 2px solid #53319c !important;
		border-right: 2px solid #53319c !important;
	}
	
	.wp-block-table.mobile-gold table tr td:first-child {
		border-top: 2px solid #53319c !important;
	}
	
	.wp-block-table.mobile-gold table tr td:last-child {
		border-bottom: 2px solid #53319c !important;
	}
	
	.wp-block-table.mobile-gold table td:not(:last-child) {
		border-bottom: 1px solid #53319c !important;
	}
	
	.wp-block-table.mobile-gold table td::before {
		color: #53319c !important;
	}
	
	.wp-block-table.mobile-gold a,
				.wp-block-table.mobile-gold a:visited {
		color: #53319c !important;
	}
	
	.wp-block-table.mobile-gold a:hover {
		color: #6b42c2 !important;
	}
}

.text-shadow {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.text-shadow-white {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

@media screen and (min-width:676px) {
	.wp-block-table.mobile-gold table {
		background: linear-gradient(rgba(255,255,255,0.00),
								rgba(255,255,255,0.00)), url('https://breedersarchive.com/wp-content/uploads/2026/06/gold-glitter-6.jpg');
		background-repeat: repeat;
		background-size: 300px 300px;
		color: #53319c;
		border-collapse: collapse;
	}
	
	.wp-block-table.mobile-gold th,
					.wp-block-table.mobile-gold td {
		color: #53319c;
		border: 1px solid #53319c;
		background: transparent;
	}
	
	.wp-block-table.mobile-gold a,
					.wp-block-table.mobile-gold a:visited {
		color: #53319c;
	}
	
	.wp-block-table.mobile-gold a:hover {
		color: #6b42c2;
	}
	
	/* Modern table styling */
	.wp-block-table.modern-table table,
		.wp-block-table.modern-table th,
		.wp-block-table.modern-table td {
		border: 0 !important;
	}
	
	/* Thin separators using the table's current text color */
	.wp-block-table.modern-table thead th,
		.wp-block-table.modern-table tbody td {
		border-top: 1px solid color-mix(in srgb, currentColor 15%, transparent) !important;
	}
	
	/* Bottom border on final row */
	.wp-block-table.modern-table tbody tr:last-child td {
		border-bottom: 1px solid color-mix(in srgb, currentColor 15%, transparent) !important;
	}
	
	/* Hover effect */
	.wp-block-table.modern-table tbody tr {
		transition: background-color .2s ease;
	}
	
	.wp-block-table.modern-table tbody tr:hover {
		background-color: rgba(255,255,255,0.08);
	}
}

/* Rounded modern table wrapper */
.wp-block-table.rounded-modern-table {
	border-radius: 12px;
	overflow: hidden;
}

/* Table layout */
.wp-block-table.rounded-modern-table table {
	width: 100%;
	border-collapse: collapse;
	border: none !important;
}

/* Remove all default borders */
.wp-block-table.rounded-modern-table th,
.wp-block-table.rounded-modern-table td {
	border: none !important;
}

/* Horizontal separators only */
.wp-block-table.rounded-modern-table thead th,
.wp-block-table.rounded-modern-table tbody td {
	border-top: 1px solid color-mix(in srgb, currentColor 15%, transparent) !important;
}

/* Bottom border on final row */
.wp-block-table.rounded-modern-table tbody tr:last-child td {
	border-bottom: 1px solid color-mix(in srgb, currentColor 15%, transparent) !important;
}

/* Hover effect */
.wp-block-table.rounded-modern-table tbody tr {
	transition: background-color .2s ease;
}

.wp-block-table.rounded-modern-table tbody tr:hover {
	background-color: rgba(255,255,255,0.08);
}

table.rounded-corners {
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 10px;
	border: 1px solid black;
}

.rounded-corners {
	border-collapse: separate;
/* مهم: allows border radius */
	border-spacing: 0;
	border: 2px solid #333;
	border-radius: 12px;
	overflow: hidden;
/* clips inner content to rounded edges */
	background: #FFFFFFA8;
}

/* Table cells */
.rounded-corners th,
																																.rounded-corners td {
	padding: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* Remove extra borders on edges */
.rounded-corners th:last-child,
																																.rounded-corners td:last-child {
	border-right: none;
}

.rounded-corners tr:last-child td {
	border-bottom: none;
}

/* Optional: header styling */
/*.rounded-corners th {*/
/*	background: #FFFFFFA8;*/
.rounded-corners-white {
	border-collapse: separate;
	border-spacing: 0;
	border: 2px solid #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.rounded-corners-white th,
																															.rounded-corners-white td {
	border: 1px solid #ffffff;
	padding: 8px;
}

/* Top-left corner */
.rounded-corners-white tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

/* Top-right corner */
.rounded-corners-white tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

/* Bottom-left corner */
.rounded-corners-white tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

/* Bottom-right corner */
.rounded-corners-white tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.rounded-corners-2009 {
	border-collapse: separate;
	border-spacing: 0;
	border: 2px solid #a1583b;
	border-radius: 10px;
	overflow: hidden;
}

.rounded-corners-2009 th,
																															.rounded-corners-2009 td {
	border: 1px solid #a1583b;
	padding: 8px;
}

/* Top-left corner */
.rounded-corners-2009 tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

/* Top-right corner */
.rounded-corners-2009 tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

/* Bottom-left corner */
.rounded-corners-2009 tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

/* Bottom-right corner */
.rounded-corners-2009 tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}	
}

.rounded-corners-star th,
																					.rounded-corners-star td {
	border: 1px solid #602889;
	padding: 8px;
}

/* Top-left corner */
.rounded-corners-white tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

/* Top-right corner */
.rounded-corners-white tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

/* Bottom-left corner */
.rounded-corners-white tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

/* Bottom-right corner */
.rounded-corners-white tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.Belly-1992-stripes {
	width: 100%;
	border-collapse: collapse;
}

.Belly-1992-stripes th {
	background-color: #F72200;
	color: #ffffff;
	padding: 12px;
	text-align: left;
}

.Belly-1992-stripes td {
	padding: 12px;
	color: #ffffff;
	background-color: #F72200;
}

.Belly-1992-stripes tbody tr:nth-child(even) td {
	background-color: #D91E00;
}

.Belly-1992-stripes tbody tr:hover td {
	background-color: #B81800;
	transition: background-color .2s ease;
}	
}