/*************************************
* Interview Project
* Description: CSS main file
* Author: Bruno Verussa
* Created: May 03, 2017
*************************************/

body
{
  font-family: 'Open Sans', Verdana;
  font-size: 11px;
}

table
{
  table-layout: fixed;
}

table, th, td 
{
  width: 80%;
  text-align: center;
}

input
{
  text-align: center;
}

.displayInvoices table
{
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-style: groove;
}

.displayInvoices td
{
  border: 1px solid #CDC5C3;
  text-align: center;
}

.col1 {
  width: 150px;
}

.col2 {
  width: 150px;
}

.col3 {
  width: 120px;
}

.coln {
  width: 150px;
}

.colButton {
  width: 10px;
}