article, header{
    display: block;
}

article h1{
    font-weight: 500;
    font-size:31px;
    margin-top:17px;
}

h1 small{
    font-size:65%;
    font-weight:normal;
    line-height:1;
    color:#777777;
}

article h3{
    font-size:16px;
    font-weight:500;
    margin-top:17px;
    margin-bottom: 8.5px;
}

code{
    background-color: #f2f2f2;
    color: #333333;
    font-size: 0.9em;
    border: none;
    line-height: 1.45;
    padding: 2px 4px;
    border-radius: 3px;
}

article .footer{
    margin:15px 0;
    text-align:center;
}

.addons-detail-panel{
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding:0 15px;
}

.addons-detail-panel-heading{
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: #333333;
    border-color:#ddd;
}

.tab-item-panel{
    border-radius:0;
}

.layui-tab-title li{
    margin-bottom: -1px;
}

#addons-detail .layui-this{
    background-color: #fff;
}

.addons-detail .layui-tab-title{
    border-bottom-width:0;
}

.addons-detail .layui-tab-title .layui-this:after{
    border-color: #ffffff;
}

.history-item{
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 0;
}

.history-version{
    margin-bottom:5px !important;
}

.history-time{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #777777;
}

.addons-detail-bg-btn{
    height:50px;
    line-height:50px;
    border-radius: 3px;
    background-color: #18bc9c;
    color:#fff;
    font-size:14px;
}

.addons-detail-avatar{
    display: table-cell;
}

.addons-detail-avatar img{
    width: 48px;
    height: 48px;
    margin-left: 10px;
    border-radius: 100%;
    padding-right:10px;
}

.addons-detail-avatar-body{
    display: table-cell;
    vertical-align: top;
    width: 10000px;
    zoom: 1;
    overflow: hidden;
    font-size:13px;
}

.addons-detail-avatar-body div{
    margin-bottom: 2px;
}

.text-muted{
    color:#777777;
}

.text-muted a{
    color:#3c8dbc;
}

.addons-detail-info p{
    margin: 0 0 8.5px;
}

.addons-detail-info .text-muted{
    color: #aaa;
    line-height:1.42857143;
}

.addons-detail-author-addon-list{
    margin-top: 15px !important;
}

.mb-2{
    margin-bottom: 10px !important;
    text-align: center;
}

.mb-2 a{
    text-align: center;
}

.img-responsive{
    display: block;
    max-width: 90%;
    height: auto;
}

.addons-detail-author-addon-list .title{
    margin-top: 10px;
    padding: 0 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 20px;
}

.addons-detail-update-list ul li {
    margin-top: 8px;
    font-size: 13px;
    line-height: 24px;
}

.addons-detail-update-list .label {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 0;
    width: 80px;
    border-radius: 2px;
    font-size: 12px;
}