/*
Theme Name: Neotek Child
Theme URI: http://neotek.novaworks.net
Description: This is a child theme for Neotek Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: neotek
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/


.engine-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial;
}

.engine-table th {
    background: #222;
    color: #fff;
}

.engine-table td, .engine-table th {
    border: 2px solid #ddd !important;
    padding: 12px;
    text-align: center;
}

.engine-table tr:hover {
    background: #f5f5f5;
}


/* Custom Extra fields for all Products in admin */

.product-extra-info {
    margin-top:20px;
    padding:15px;
    background:#f9f9f9;
    border:1px solid #eee;
}

.product-extra-info p {
    margin:5px 0;
    font-size:14px;
}

.vat-note {
    font-size:12px;
    color:#777;
    margin-top:10px;
}




