
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/GothamBook.ttf');
}

.eo_has_scene {
    background: url(img/icon-scene-new.png) #EFEFEF no-repeat right 6px center !important;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    border: 1px solid grey;
    padding: 9px 35px 9px 6px !important;
    margin-top: 5px !important;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.eo_has_scene.highlighted,
.eo_has_scene.result-selected {
    color: #000 !important;
    /*border: 1px solid #d3d1d1;*/
    background-color: #d3d1d1 !important;
}

.eovueeclatee tr:nth-child(even) {background: white}
.eovueeclatee tr:nth-child(odd) {background-color: rgba(217, 211, 211, 0.25); color: #969696;}


#scenes .list_products_section table td {
    padding:12px;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    font-size:11px !important;
    font-family: "Open Sans" !important;
    vertical-align:top;
}

#scenes .list_products_section table tr:nth-child(odd) td a{
    color: #969696 !important;
}

#center_column #eo_vue_eclatees_scene_page .list_products_section table.std th{
    background: #ffffff;
    color: #2a2a7e;
    font-style: italic;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    font-family: "Gotham Book";
}

#center_column #eo_vue_eclatees_scene_page .list_products_section table.std th:last-child{
    border-right: 1px solid #ccc;
}

#scenes table.std th, table.table_block th, .section_title {
    padding: 10px 15px;
}