.tabs-style-bar nav {
    background: rgba(40, 44, 42, 0.05);
    margin-bottom: 20px;
}
.tabs nav {
    text-align: center;
}
.tabs-style-bar nav ul {
    border: 0px solid transparent;
}
.tabs-style-bar nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
	border-radius: 0 !important;
	border: 0 !important;
}
.tabs-style-bar nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;	
}
.tabs-style-bar nav ul li a {
    margin: 0 1px 0 0;
    background-color: #f7f7f7;
    color: #74777b;
    font-weight:700;
    font-size:25px;
    transition: background-color 0.2s, color 0.2s;
}
.tabs-style-bar nav ul li a.active {
    background-color: #3493b6 !important;
    color: #fff !important;
}

.card-footer {background:#ffffff;}

@media (max-width: 767px){
	.tabs-style-bar nav a {
	    font-size: smaller;
	}
}
@media (min-width: 768px){
	.tabs-style-bar nav a {
	    line-height: 2.5;
	}
}