﻿

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: small;
  font-weight: bold;
  width:480px;
  }
  
table caption {
  padding-bottom: 8px;
  color: #fff;
  font-size: 1.2em;
  text-align:left;
  }
  
table thead tr th,
table tbody tr td {
	color: #666;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
  }

table thead tr th {
  border-bottom: 2px solid #9aa786;
  color: #999;
  }
  
.celborder {
  border-left: 1px solid #cdd1d1;
  border-right: 1px solid #cdd1d1;

}.box-table {
	width: 482px;
	margin-right: 18px;
	margin-left: auto;
}



