/** --------------------------------------------------------------------------------------------------------------- **/
#card-select-plan .mysitevisits {
   font-weight:bold;
   font-size:16px;
   border-bottom:solid 1px #f1f2f3;
   padding:0 10px;
}
/** --------------------------------------------------------------------------------------------------------------- **/
.renew-toggle {
   background:#f1f2f3;
   border-radius:20px;
   height:40px;
   padding:6px;
   position:relative;
}
.renew-toggle span {
   float:left;
   text-align:center;
   width:50%;
   border-radius:14px;
   height:28px;
   line-height:28px;
   font-size:12px;
   font-weight:bold;
   color:#aaa;
   cursor:pointer;
}
.renew-toggle span:hover {
   text-decoration:underline;
}
.renew-toggle span.sel {
   color:#333;
   background:#fff;
   text-decoration:none;
}
.renew-toggle .flag {
   color:#fff;
   right:-75px;
   background:#80C600;
   width:70px;
   text-align:center;
   display:inline-block;
   position:absolute;
   font-size:11px;
   font-weight:bold;
   line-height:20px;
   height:20px;
   border-radius:0 3px 3px 0;
   top:10px;
}
.renew-toggle .flag .arrow {
   position: relative;
   top:50%;
   background: #80C600;
}
.renew-toggle .flag .arrow:after {
   right: 100%;
   top: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
   border-right-color: #80C600;
   border-width: 10px;
   margin-top: -10px;
}
/** --------------------------------------------------------------------------------------------------------------- **/
.tabs {
   overflow:hidden;
   height:40px;
   border-bottom:solid 1px #e6e7e8;
   border-left:solid 1px #e6e7e8;
}
.tabs a {
   background:#f7f8f9;
   border-right:solid 1px #e6e7e8;
   border-top:solid 1px #e6e7e8;
   display:inline-block;
   color:#999;
   padding:0 25px;
   font-size:13px;
   line-height:40px;
   float:left;
}
.tabs a:hover {
   color:#333;
   text-decoration:none;
}
.tabs a.sel {
   font-weight:bold;
   color:#333;
   background-color:#fff;
   height:51px;
}
/** --------------------------------------------------------------------------------------------------------------- **/
