﻿#vhinfo_page_details_datagrid {
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #e0e0e0;
    padding: 5px;
}

#vhinfo_page_engine_selector, #vhinfo_page_identification_selector {
    width: 25%;
}

#iframe_page_identification {
    width: 100%;
    height: 400px;
    border: 1px solid #a2a2a2;
    margin-top: 10px;
}

.vi-list {
    padding: 20px 20px 1px 20px;
    cursor: pointer;
    margin-bottom: 5px;
    background: #eee;
}
    .vi-list::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0da";
        padding-right: 0.5rem;
        font-weight: 900;
    }

    .vi-list table {
        margin-top:15px;
    }

.vi-list table td {
    background: #fff;
}

.vi-list-active {
    background: #3f3f3f;
    font-weight: bold;
    color: #fff;
}


#vhinfo_title {
    font-weight: 800;
    margin-bottom: 10px;
}
