.content{
    width: 60%;
}
.srr_title .title-count {
    font-size: 10px;
    padding: 2px 8px;
    opacity: 0.7;
}
.srr_shortcode{
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 16px;
    white-space: pre-wrap;
    line-height: 1.5;
}
.srr_shortcode_ref.widefat tr:hover{
    background-color: #f3f3f3 !important;
}
.srr_shortcode_ref.widefat tbody tr:nth-child(even){
    background-color: #f7f7f7;
}

.srr_license_notify {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 3px 0 0 5px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}

.srr_toc{
    margin-bottom: 30px;
}
.srr_toc li{
    margin-left: 20px;
    list-style: disc;
}

.srr_kf_table{
    width: 500px;
}

.float_right{
    float: right;
}
.ta_right{
    text-align: right;
}

@media screen and (max-width: 1300px) {
    .content{
        width: auto;
    }
}