.tab-content {
position:relative;
}
.tab-pane {
min-height: 130px;
}
.nav-tabs {
border-bottom: 1px solid #fff;
}
.nav-tabs li a {
color: #333;
border: 1px solid #fff;
border-radius: 100%;
margin-right: 5px;
padding: 5px 12px;
line-height: 45px;
}
.nav-tabs li.active a{
background-color: #fff;
}
.tab-pane a.more {
position: absolute;
right: 0;
bottom: 0;
}
.btn-white {
color: #e2001a;
border: none;
background-color: white;
background: linear-gradient(315deg,transparent 7px,#fff 0) right bottom;
padding:5px 10px;
}
.btn {
border-radius: 0;
}