#analysis_hide{
    overflow: auto;
    padding-right: 1rem;
}

#analysis_label{
    margin-bottom: 0;
}

#detail_patent_id {
    color: #000;
    font-size: 1rem;
    background-color: #fff;
    vertical-align: middle;
    padding: 0rem 0.4rem;
    margin-right: 1rem;
    font-weight: 600;
    border-radius: 0.2rem;
    height: 1.6rem;
    line-height: 1.7rem;
    display: inline-block;
    margin-top: 1rem;
}

#cy_details_list .detail_title{
    border: 1px solid #fff;
    font-weight: 600;
    padding: 0.4rem 0.4rem;
}

#cy_details_list td .detail_title{
    font-size: 1.1rem;
}

#cy_details_list .drawings{
    max-width: 22rem;
    max-height: 12rem;
}

#abstract_text, #proprietor_text{
    max-height: unset;
    min-height: unset;
    background-color: unset;
    position: unset;
    width: 100%;
    border: 0;
    padding: 0;
}

#abstract_text_wrap span, #proprietor_text_wrap span {
    font-size: 1rem;
}

#abstract_text_wrap, #proprietor_text_wrap {
    text-align: left;
    font-size: 0.8rem;
    padding: 0rem 0.2rem;
}

#proprietor_text_wrap{
    margin-bottom: 0.3rem;
}

#proprietor_text_wrap #proprietor_text{
    font-size: 1.2rem;
    font-weight: 600;
}

#drawings_analysis{
    display:block;
    max-width: 20rem;
    max-height: 15rem;
}

#drawings_analysis_wrap{
    cursor: pointer;
}

#cy_comparables_list .drawings span {
    display: inline-block;
}

#cy_comparables_list .drawings.missing {
    width: 6rem;
}

#cy_details_list .drawings.missing {
    width: 10rem;
}

#cy_details_list .detail_title{
    font-size: 1.1rem;
}

#features_analysis_map>span {
    color: #ff8cc2;
}

#features_analysis_map>span, #features_analysis_list span {
    color: #ff8cc2;
}

#show_submit, #show_references_submit{
    background-color: #000;
    font-weight: 600;
    border: 0.1rem solid #fff;
    margin-left: 1rem;
    color: #ec63a9;
    font-size: 0.8rem;
}

#cy_comparables_list.table-striped tbody tr:nth-of-type(odd) {
    background-color: #373737;
}

#cy_comparables_list.table-striped tbody tr:nth-of-type(even) {
    background-color: #4f4f4f;
}

#cy_comparables_list .selected-result td {
    background-color: #d6d6d6;
    color: #000;
    font-weight: 600;
}

#cy_comparables_list .numbering.filter {
    background-color: white;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

#cy_comparables_list thead th, .cy_list_table thead th {
    background-color: #000;
}