

    .find_search_sec .findSearch_row {
        box-shadow: 0 0 10px -3px #d4d0d0;
        padding: 26px;
    }

    .find_search_sec .findSearch_row .form-control {
        outline: none;
    }

    .find_search_sec .secon_nav_findcase ul li a {
        min-width: 150px;
    }

    .single_case_box {
        border-top: 1px solid #eee;

    }

    .case_btn {
        position: absolute;
        bottom: 10px;
        right: 15px;
    }

    .single_case .case_btn i {
        font-size: 19px;
        border-radius: 50%;
        height: 38px;
        width: 38px;
        box-shadow: 0 0 10px -3px #c1bdbd;
        text-align: center;
        padding-top: 10px;
        display: inline-block;
        cursor: pointer;
    }



    .statutes_alpha_table td {
        padding: 3px 10px;
        text-align: center;
        margin: 0 2px;
        display: inline-block;
        border: 1px solid #dedede;
        cursor: pointer;
    }

    .statutes_alpha_table td:hover {
        background-color: #a41928;
        color: #fff;
    }

    .single_case_box h4 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .single_case_box .case_dec {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 26px !important;
    }

    #caseLawSearch,
    #statutes,
    #status {
        display: none;
    }

    .active {
        display: block !important;
    }


    .sub_table {
        display: none;
    }

    .sub_table tr:nth-child(2n+1)>td,
    .sub_table tr:nth-child(2n+1)>th {
        background-color: #c5c9d4 !important;
    }

    .table_dropdown:hover .sub_table {
        display: block;
    }

    .btn:focus {
        background: #a41928;
    }

    @media screen and (min-width: 290px) and (max-width: 799px){

        .table_sec{
            width: 100%;
            overflow-x: auto;
        }
        #latest_case_id{
            width: 1100px;
        }
        .case_btn {
            position: inherit;
            margin-top: 26px;
            margin-left: 18px;
        }
        .case_right_top_sec {
            position: inherit;
            margin-top: 8px;
            margin-left: 18px;
        }
        .case_right_top_sec{
            position: inherit!important;
            margin-top: 5px;
            margin-left: 18px;
        }
        .single_case_box h4 {
            -webkit-line-clamp: 2;
        }

    }