@charset "UTF-8"; 

table.csn_v_table {
  font-family: Tahoma, Geneva, sans-serif;
  border: 6px solid #FF9900;
  background-color: #A1C55B;
  width: 500px;
  text-align: center;
}
table.csn_v_table td, table.csn_v_table th {
  border: 1px solid #24943A;
  padding: 3px 2px;
}
table.csn_v_table tbody td {
  font-size: 13px;
}
table.csn_v_table thead {
  background: #24943A;
  background: -moz-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: -webkit-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: linear-gradient(to bottom, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  border-bottom: 0px solid #444444;
}
table.csn_v_table thead th {
  font-size: 16px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: center;
  border-left: 2px solid #24943A;
}
table.csn_v_table thead th:first-child {
  border-left: none;
}

table.csn_v_table tfoot td {
  font-size: 10px;
}
table.csn_v_table tfoot .links {
  text-align: right;
}
table.csn_v_table tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #24943A;
  padding: 2px 8px;
  border-radius: 5px;
}