  .table-striped tbody tr:nth-of-type(2n+1), .table-striped tbody tr:nth-of-type(2n+1) {
   	background-color: #fff;
}
.table-striped tbody tr:nth-child(even) {
	background-color: #F5F5F7;
}
.table-striped tbody tr:nth-child(even) td {
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
}
.table-striped tbody tr td:first-child {
	font-family: "Avenir-Heavy";
}
.table-striped tbody tr td {
	color: #036;
	font-size: 14px;
	padding: 1.5rem 1rem;
}
.table td, .table th {
	border-top: none;
}
.tabs {
	position: relative;
}
.nav-tabs {
	border-bottom: 1px solid #0080FF;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
}
.nav-tabs .nav-item .nav-link {
	font-family: "Avenir-Book";
	border: 1px solid #ccc;
	padding: 0.8rem 2rem;
	font-size: 16px;
	text-decoration: none;
}
.nav-tabs .nav-item .nav-link.active {
	border-color: #0080FF;	
}
.nav-link {
	color: #444 !important;
	border-bottom: none !important;
}
.nav-link:hover {
	color: #999 !important;
}
.nav-link.active {
	color: #1373E6 !important;
	border-bottom: 1px #fff !important;
}


@media (min-width: 768px) {
    .responsive-tabs .dropdown-arrow {
        display: none; 
    } 
}

@media screen and (max-width: 767px) {
    .responsive-tabs {
		position: absolute;
		background: #fff;
		width: 100%;
		border: 1px solid #0080FF;
		border-bottom: 2px solid #0080ff !important;
    }
	.responsive-tabs.open {
		border-bottom: 2px solid #0080ff !important;
	}
    .tabs + .tab-content {
		margin-top: 67px;
	}
    .responsive-tabs li {
        width: 100%;
    }
    .responsive-tabs li > a {
        display: none; 
        border: 0 !important; 
        border-radius: 0 !important;
    }
    .responsive-tabs.open li > a, .responsive-tabs li > a.active {
        display: block;
    }
	.responsive-tabs.open li > a {
		border-bottom: 1px solid #ccc !important;
	}
	.responsive-tabs.open li:last-child > a {
		border-bottom: 0 !important;
	}
	.responsive-tabs.open li:hover a:not(.active) {
		color: #777 !important;
	}
    .responsive-tabs .dropdown-arrow { 
        position: absolute;
        top: 15px;
        right: 15px; 
        border: solid #0080FF;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all ease-in .3s;
        cursor: pointer; 
    }
    .responsive-tabs.open .dropdown-arrow {
        transform: rotate(-135deg);
        transition: all ease-in-out .3s; 
    } 
}  