﻿.kotable tr td {
  border:0px;
  padding:0px; 
}
.kotable  {
  border:0px;
}
.koscorer {
  border:0px;
}

.ui-state-highlight {
  background-color: #FFFFCC;
}

.kotable .ui-state-default {
  border:1px solid;
}

h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}

table {
    color: black;   
    border: 1px solid #b4b4b4;
    font: bold 17px helvetica;
    padding: 0;
    margin-top:10px;
    width: 100%;
}
     
table tr td {
  color: #666;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding: 10px 5px 10px 5px;
 
}
         
table tr td:last-child {
  border-right: none;
}

table tr:last-child td {
  border-bottom: none;
}

.numbercol {
 text-align:center;
}

.coRowHilite {
  border-style: solid;
  border-width: thick;
  background-color: #FFFFCC;
}

.amob {

  color: #333333!important;
}