@import url("bootstrap.min.css");
#timesolv-roi-calc h1,
#timesolv-roi-calc h2,
#timesolv-roi-calc h3,
#timesolv-roi-calc h4,
#timesolv-roi-calc h5,
#timesolv-roi-calc h6 {
	margin-top: 0;
}

.calc-box {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	margin: 0 0 30px;
	padding: 30px;
}

.calc-table-row {
	border-top: 1px solid #e5e5e5;
}

.calc-table-row.row {
	margin-bottom: -30px;
	margin-left: -30px;
	margin-right: -30px;
}

.calc-table-row .calc-table-col {
	padding: 30px;
}

.calc-table-row .calc-table-col + .calc-table-col {
	border-left: 1px solid #e5e5e5;
}

.calc-nav {
	list-style: none;
	padding: 0;
	text-align: center;
}

.calc-nav li {
	display: inline-block;
	padding: 0 !important;
}

.calc-nav li::before {
	content: none !important;
}

.calc-nav li a {
	color: #808080;
	padding: 0 20px;
}

.calc-nav li.active a {
	color: orange;
}

.calc-product-nav li a {
	font-size: 30px;
}

.calc-table {
	width: 100%;
}

.calc-table th {
	text-align: right;
	width: 50%;
}

.calc-table th, .calc-table td {
	padding: 6px;
}

.calc-table .roi-row {
	background: #ffa531;
	color: white;
}

.calc-tk-header {
	color: #28a9e3;
}

.chart-wrapper {
	position: relative;
}
.tab1 {
    text-align: center;
}
.tab1 h3, .calc-table-col h3, .calc-tk h4{
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    color: #1e73be;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 300;
}
.calc-tk-active h4{
    font-weight: 800;
}
.text-center {
    text-align: center;
}
.calc-tk, .calc-table,.tab1>div.text-center{
    font-size: 16px;
    border: none !important;
}
.entry-content table{
   border: none !important;
}
.entry-content tr td{
   border: none !important;
}