.elementor-61484 .elementor-element.elementor-element-37e673c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b9c614d */.currentdevice {
    border-left: 3px solid #000000 !important;
    border-right: 3px solid #000000 !important;
    background-color: #d0d0d0 !important;
}
.currentdevicefirst {
    border-top: 3px solid #000000 !important;
}
td.currentdevicelast {
    border-bottom: 3px solid #000000 !important;
}

.compare_tbl{
    width: 100%;
}
.compare_tbl tbody tr td{
    border: solid 1px #aaaaaa;
    padding: 5px;
    
}
.compare_tbl tbody  tr td:nth-child(2){
    width: 25%;
    background-color: #f7f7f7;
    text-align: center;
}
.compare_tbl tbody tr td:nth-child(3){
    width: 25%;
    background-color: #f2f2f2;
    text-align: center;
}
.compare_tbl tbody tr td:nth-child(4){
    width: 25%;
    background-color: #f7f7f7;
    text-align: center;
}


.compare_tbl .no_border{
    border: none;
}
.compare_tbl .dot{
    display: inline-block;
    background-color: #000;
    width: 12px;
    height: 12px;
    border-radius: 10px;
}
.compare_tbl .info_tag{
    float: right;
    width: 28px;
    height: 28px;
    background: url('https://www.datacolor.com/spyder/wp-content/uploads/2024/08/ico-info.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    position: relative;
}
.compare_tbl .info_tag .tag_content {
    position: absolute;
    left: 10px;
    top: 28px;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 5px 10px;
    width: 400px;
    max-width: 50vw;
    display: none;
}
.compare_tbl .info_tag:hover .tag_content{
    display: block;
}/* End custom CSS */