
body table.compare-list thead th,
body h1{
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0;
    text-transform: inherit;
    border: none;
    background: transparent;
}

body table.compare-list th,
body table.compare-list td {
    border-bottom: 1px solid rgba(80,80,80,.2);
}
body table.compare-list td img{
    background-color: rgba(80,80,80,.2);
    border: none;
}
body table.compare-list .remove td a{
    -webkit-transition: color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out;
        -ms-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
}
body table.compare-list .remove td a:hover{
    color: red;
}
body table.compare-list .remove td a:hover .remove{
    color: red;
    background-color: transparent;
}