/*
    CSS file for custom templates
*/
.table-latest-firmware {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    display: table;
    text-align: left;
    padding: 0;
}

.firmware-table-header {
    font-weight: bold;
}

.firmware-table-row {
    color: #1e1e1e;
    text-decoration: none;
    display: table-row;
    border-bottom: solid 1px #d8d7d7;
}

a.firmware-table-row:hover {
    background: #eff0f1 !important;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
    text-decoration: none;
    color: #2b2b2b;
}

.firmware-table-cell {
    text-align: left;
    padding: 10px;
    /*white-space: nowrap;*/
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
.ui-autocomplete {
    max-height: 220px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
/* html .ui-autocomplete {
   height: 220px; 
} // Who cares about IE6 ;-) */