.mini-top-ten .tabcontent .content p {
  padding: 15px 10px;
  font-size: 13px;
  margin: 0px;
}
.mini-top-ten .tabs {
  margin-top: 0px;
  height: 30px;
}
.mini-top-ten .tab {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  color: #aaa;
}
.mini-top-ten .tab.active, .mini-top-ten .tab:hover {
  background: #fff!important;
  color: #f5a623 !important;
}
.mini-top-ten .tab.active a, .mini-top-ten .tab a:hover {
  color: #14448B !important;
  text-decoration: none!important;
  border-bottom: 1px solid #f5a623!important;
}
.mini-top-ten .tab a {
  padding: 8px 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 13px;
  color: #aaa;
  text-transform: uppercase;
  border-bottom: 1px solid #ced3e1!important;
  font-family: AvenirNextDemiBold, sans-serif;
}
.mini-top-ten .tab a:hover {
  text-decoration: none;
}
.mini-top-ten .tab1 {
  /*border-left: 1px solid #ced3e1;*/
}
.mini-top-ten .tab a span {
  font-family: "AvenirNextBold";
  font-size: 12px;
}
.mini-top-ten .tab:hover {
  /*border-bottom: 1px solid #ced3e1!important;*/
}
.mini-top-ten td.plan {
  text-overflow: ellipsis;
  background: transparent;
}
.mini-top-ten td.percent{
  text-align: center!important;
}
.mini-top-ten td.state{
  text-align: left!important;
}
.mini-top-ten td.rank {
  text-align: center;
  padding: 10px;
}
.mini-top-ten tr th {
  text-align: left;
  border-bottom: 1px solid #ced3e1!important;
  border-top: 1px solid #ced3e1!important;
  padding: 10px 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: AvenirNextBold, sans-serif;
}
.mini-top-ten td {
  padding: 10px 5px;
  border-bottom: 1px solid #ced3e1!important;
}
.mini-top-ten .fancy {
  font-size: 13px;
  padding: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}
.mini-top-ten tr {
  height: 40px;
}
.mini-top-ten tr.header {
  height: auto!important;
}
.mini-top-ten .see-more {
  text-align: right;
  padding: 8px 0px;
  padding-top: 0px;
  height: 20px;
}
.mini-top-ten .see-more a {
  height: 100%;
  display: inline-block;
  font-size: 11px;
  padding: 5px 0;
  box-sizing: border-box;
  text-decoration: underline;
  color: black;
}
.mini-top-ten .see-more a:hover {
  background: #fff!important;
  /*border: 1px solid #ced3e1!important;*/
  color: #f5a623 !important;
}
.mini-top-ten h2.plan-ranking-box {
  font-family: AvenirNextBold, sans-serif;
  text-align: left;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px 10px;
  text-transform: uppercase;
  border-top: 1px solid #ced3e1;
  border-bottom: 1px solid #ced3e1;
}
.mini-top-ten tr.link:hover {
  cursor: pointer;
  background: #e8edfa;
}
