/*
Plugin Name: Tables styles
Plugin URI:
Description: 
Author: Flow
Author URI: 
Version: 1.0
License:
License URI:
*/

/* Tables */
table { border-width: 1px; border-spacing: 0px; border-style: none; border-collapse: collapse; margin-bottom: 10px; margin-top: 10px; width: 100%; color: #6f6f6f; }
table th { border-width: 1px; padding: 5px; border-style: outset; border-color: #a7a7a7; background-color: #e8e8e8; }
table td { border-width: 1px; padding: 7px; text-align: center; border-style: inset; border-color: #cdcdcd; background-color: #f7f7f7; }
table th, table td { font-family: Arial; font-size: 12px; line-height: 18px; }