button.el-button{
    min-width:80px;
    padding:8px 10px;
    text-align: center;
    border-radius:1px;
    box-sizing: border-box;
    font-weight: 400;
}
.el-dropdown .el-dropdown__caret-button{
    min-width:10px;
}
button.el-button--default{
    background: #F2F2F2;
    color:#333;
}
button.el-button--default:hover,button.el-button--default:focus{
    background: #fff;
    color:#333;
    border:1px solid #ddd
}
button.el-button--primary{
    background: #0099CC;
}
button.el-button--primary:hover,button.el-button--primary:focus{
    background: #08ADE3;
}
button.el-tabs__item.is-active{
    color:#0099CC;
}