.clear {
    clear: both;
}

.choka-details-box-all {
    width: 1160px;
    margin: 0 auto;
    background: #fff;
    padding: 2px;
}

.choka-details-right {
    float: right;
    width: 300px;
}

.choka-details-left {
    float: left;
    width: 860px;
    margin-right: 5px;
    border-right: 1px solid #00B2DE;
    overflow: hidden;
}

.header-choka-top a {
    color: black;
}

.header-choka-top a:hover {
    color: blue;
}

.choka-details-header-spe {
    margin-bottom: 20px;
}

.choka-post-title {
    background: #F3F3F3;
    border-radius: 10px;
}

.choka-post-title h2 {
    font-weight: bold;
    line-height: 2;
}

.choka-post-title h2::before {
    content: "";
    cursor: text;
    width: 5px;
    height: 5px;
    background: red;
    padding: 3px;
    margin-left: 10px;
    margin-right: 5px;
}

.choka-img-box ul {
    list-style-type: none;
    padding: 0px;
    width: 100%;
}

.choka-img-box ul li {
    width: 20%;
    margin-left: 15px;
    float: left;
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
}

.choka-details-header-spe h2::before {
    content: "";
    cursor: text;
    width: 5px;
    height: 5px;
    background: #336cac;
    padding: 3px;
    margin-right: 5px;
}

.choka-details-header-spe h2 {
    /* font-size: 1.3rem; */
    font-weight: bold;
    margin-bottom: 3px;
}

.line-choka {
    width: 100%;
    height: 2px;
    background: #336cac;
    margin-left: 10px;
}

.choka-details-content-spec {
    padding: 5px;
}

.choka-details-content-spec ul {
    list-style-type: none;
    width: 100%;
    display: inline-block;
}

.choka-details-content-spec ul .list-name {
    background: #ccc;
    float: left;
    width: 150px;
    border: 1px solid #ccc;
    font-weight: bold;
}

.choka-details-content-spec ul .list-content {
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 250px;
    padding-left: 5px;
}

.choka-info, .choka-details-section, .choka-comment, .choka-reporter-shortcode {
    padding: 10px;
}

.sp-social-list-choka iframe {
    width: 340px;
    height: 180px;
}

.sp-social-list-choka {
    padding: 10px;
}

.choka-info table th, .choka-info table td {
    background: #fff!important;
}

@media(max-width:831px) {
    .choka-details-box-all, .choka-details-right, .choka-details-left {
        width: 100%;
    }
    .choka-details-content-spec ul {
        padding: 0px;
    }
    .choka-details-content-spec ul li.list-name {
        width: 40%;
    }
    .choka-details-content-spec ul li.list-content {
        width: 50%;
    }
    .choka-img-box ul li {
        width: 100%;
        height: auto;
        margin: 0px;
        text-align: center;
    }
    .sp-social-list-choka iframe {
        width: 100%;
        height: 180px;
    }
}

.header-choka-top {
    padding-left: 15px;
}

.header-choka-top a h1 {
    color: black;
}

.header-choka-top a h1:hover{
    color: blue;
}