.user .tabs {
    
}
.user .tabs-nav li {
    float: left;
    width: 25%;
}
.user .tabs-nav li:first-child a {
    border-right: 0;
    border-top-left-radius: 6px;
}
.user .tabs-nav li:last-child a {
    border-top-right-radius: 6px;
}
.user .tabs-nav a {
    background: #eaeaed;
    border: 1px solid #cecfd5;
    color: #0087cc;
    display: block;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
.user .tabs-nav a:hover {
    color: #ff7b29;
}
.user .tab-active a {
    background: #fff;
    border-bottom-color: transparent;
    color: #2db34a;
    cursor: default;
}
.user .tabs-stage {
    border: 1px solid #cecfd5;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 24px 30px;
    position: relative;
    top: -1px;
}
a.account-link{
  color: red;
}
.user table.table td{
    vertical-align: middle;
}
.line{
    height: 1px;
    border-top: 1px solid #000;
    padding-top: 2px;
    padding-bottom: 2px;
}