/*
    Compare CSS
*/

.msg_box {
    background-color: #eee;
    border: 1px solid #ccc;
    display: none;
    font-weight: bold;
    left: 595px;
    padding: 10px;
    position: absolute;
    top: 300px;
    z-index: 100;
}

.max {
    background-color: #ff8;
}

.no_data {
    color: #888;
}

#compare-phones-selector th,
#alt-compare-phones-selector th,
#compare-phones-result th {
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

#compare-phones-selector td,
#alt-compare-phones-selector td,
#compare-phones-result td {
    padding: 5px;
}

