.team-schedules .bannermodtitle {
border-top: 1px solid #ccc;
padding-top: 15px;
}
.team-schedules .bannermodtitle h3 {
font-weight: 400;
font-size: 26px;
}
.team-schedules ul.sports-tabs{
margin: 0px;
padding: 0px;
list-style: none;
border-bottom: 2px solid #527c8f;
}
.team-schedules ul.sports-tabs li{
background: none;
color: #222;
display: inline-block;
padding: 3px 11.6px;
cursor: pointer;
margin-right: -3px;
background:#fafafa;
font-size:15px;
color:#cbcbcb;
border-radius: 12px 12px 0px 0px;
font-weight:500;
}
.team-schedules ul.sports-tabs li:hover {
color:#b4b4b4;
background:#e5e5e5;
}
.team-schedules ul.sports-tabs li.current{
background:#ffffff;
color:#f48b20;
}
.team-schedules .tab-content{
display: none;
padding-top: 20px;
}
.team-schedules .tab-content.current{
display: inherit;
}
.team-schedules .tab-content ul {
padding-left: 0px;
list-style: none;
margin-bottom: 0px;
margin-top: 0px;
}
.team-schedules .tab-content ul li a {
font-size:14px;
color:#f48b20;
}