/*
Theme Name: Child Schema
Theme URI: 
Description: Schema child theme
Author: 
Author URI: 
Template: schema
Version: 1.0.4
*/
@import url("../schema/style.css");
/*****************************************************************
Add Custom styles below 
******************************************************************/

#clients table, th, td {
    border-width:0px; 
    border-style:solid;
    border-collapse: collapse;
    border-spacing: 2px;
    padding: 5px;
    border-color: gray;
    margin-bottom: 10px;
}

div#clients_logo {
    margin:auto;
}

div#clients_logo table, th, td {
    border-width:0px; 
    border-style:solid;
    border-collapse: collapse;
    border-spacing: 2px;
    padding: 5px;
    border-color: gray;
    margin-bottom: 10px;
}

div#solutions_logo {
    margin:auto;
}

div#solutions_logo table, th, td {
    border-width:0px; 
    border-style:solid;
    border-collapse: collapse;
    border-spacing: 2px;
    padding: 5px;
    border-color: gray;
    margin-bottom: 10px;
    text-align: center;
}
