
   #tvcTabsDiv {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	left: 15px;
	z-index: 1; /*set over .panel*/
}

button.tvcTab {
	position: relative;
	border-collapse: collapse;
	border-style: solid solid solid solid;
	border-color: #e21d39;
	border-width: 1px 1px 0px 1px;
	padding: 3px 1em 2px 1em;
	margin-top: 6px;
	margin-right: 2px;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	float: left;
	color: white;
	background: #e21d39 url('https://www.timevaluecalculators.com/images/gradient.png');
}

	button.tvcTab:hover {
		background: white;
		color: black;
	}

button.tvcSelectedTab {
	position: relative;
	top: 2px;
	padding-top: 6px;
	margin-top: 1px;
	color: black;
	border-top: solid 3px #e21d39;
	border-bottom: solid 1px white;
	background: white;
}

.cTimeValue .panel {
	position: relative;
	border: solid 1px #e21d39;
	background-color: white;
	padding: 5px;
	height: 350px;
	overflow: auto;
	display: none;
	z-index: 0; /*set under #tabs*/
	top: -1px;
}

.cTimeValue .selectedPanel {
	display: block;
}

.cTimeValue H2, .cTimeValue H3 {
	color: black;
}

.cTimeValue li {
	margin-bottom: 5px;
}

             