﻿table {
  font-family: 'Arial';
  margin: 25px auto;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #494437;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
  float: left;
}
table tr:hover {
  background: #f7f4ee;
}
table tr:hover td {
  color: #595241;
}
table th,
table td {
  color: #a49b8b;
  border: 1px solid #e0e0e0;
  padding: 12px 35px;
  border-collapse: collapse;
}
table th {
  background: #494437;
  color: #fff;
  font-size: 12px;
}
table th.last {
  border-right: none;
}

.rightAlign {
	text-align: right;
}

.centerAlign {
	text-align: center;
}

.bottomAlign {
	vertical-align: bottom;
}
