.firms-list
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
.firms-list a
{
    color: #000000;
    text-decoration: none;
}
.firms-list a:hover
{
    text-decoration: underline;
}

.rekvizits
{
    width: 100%;
    /*margin: 0px;
    padding: 0px;
    border-color: #fff5da;
    border-style: solid;
    border-width: 1px;*/
}
.rekvizits td
{
    margin: 1px;
    padding: 8px 20px;
}
.rekvizits tr:nth-child(odd) {
    background: #eff2f5;
}
.rekvizits tr:nth-child(even) {
    background: #fff;
}
.rekvizits tr td:first-child {
    font-weight: bold;
}