.tabela {
    /*float: left;
    */
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    font-family: Segoe UI, Tahoma, Arial;
    /*position: relative;
    top: -27px;
    */;
}

.tabela > ul:first-child {
    display: table;
    width: 100%;
    padding: 0px;
    margin: auto;
    position: relative;
    top: -8px;
}

.tabela > ul:first-child li {
    list-style: none;
    float: left;
    margin: 0 10px 1px 0;
    position: relative;
    top: 3px;
}

.tabela > ul:first-child li a, .tabela > ul:first-child li a {
    text-decoration: none;
}

.tabela > ul:first-child li a:hover, .tabela > ul:first-child li a:active {
    text-decoration: none;
}
