/*
Template Name: BusinessToday
File: Tables CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

table
{
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    vertical-align: top;
    margin-bottom: 15px;
    border: 1px solid black;
}

table thead th
{
    color: #FFFFFF;
    background-color: black;
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    table-layout: auto;
    vertical-align: middle;
}

table tbody td
{
    vertical-align: top;
    border-collapse: collapse;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
table tbody td img
{
    width: 200px;
    height: 60px;
}



table thead th, table tbody td
{
    padding: 5px;
    border-collapse: collapse;
}

table tbody tr
{
    color: black;
    border: 1px solid black;
    background-color: transparent;
}

table tbody tr.dark
{
    color: black;
    background-color: #E8E8E8;
}
