.fiForm table {
  padding:0px;
  border-collapse: collapse;
}

.fiForm th {
    font-size:12px;
    color:#000;
    width:210px;
}

.fiForm td {
    border:1px solid #eee;
    font-size:12px;
    color:#000;
    width:170px;
    padding:4px;
}

.fiForm input {
    width:60px;
}

.fiForm select {
    width:106px;
    padding:1px;
}

.fiForm .oper {
  width:40px;
}

.fiForm .buttons {
  text-align:right;
  margin-top:6px;
  margin-bottom:20px;
}

.fiResult {
  margin-bottom:20px;
}

.fiResult table {
    width:100%;
    border-collapse: collapse;
}

.fiResult th {
    font-size:12px;
    color:#000;
    height:34px;
    padding:2px;
    border:1px solid #a0c0ff;
    background-color:#c0e0ff;
}

.fiResult .trHover td {
    background-color:#eee;
}

.fiResult td {
    font-size:12px;
    color:#000;
    padding:2px;
    border:1px solid #c0e0ff;

    min-width:50px;
    cursor:pointer;
}
