/* zakladni styl pro panel porovnavace */
#porovnavacPanel{
    background: #808080;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 0;
}
#porovnavacPanel a{
    color:white;
}

/* zakladni styl pro tlacitko pro pridani do porovnavace */

/* zakladni styl pro tabulku zobrazeni porovnani */
.porovnavac_social{

}
.porovnavac_social #socialBtns{
    display: inline-block;
}
.porovnavac_social .fb-like.fb_iframe_widget{
    top:-5px;width: 145px;
}
.table_compare_wrp{
    position: relative;;
    overflow-x:scroll;
    overflow-y:visible;
}
.table_compare{
    margin-top: 15px;
    position: relative;
}
.table_compare td,.table_compare th{
    min-width: 200px;
    padding: 0 5px;
    border-bottom: 1px solid grey;
}
.table_compare th:first-child,.table_compare td:first-child{
    border-right: 1px solid black;
}
.table_compare.fixed-column{
    position: absolute;
    display: inline-block;
    background: white;
    z-index: 999;
}
.table_compare.fixed-column tr{
    background: white;
}
