*{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    border-spacing: 0;
    font-family: 'Roboto', sans-serif;
}

html{
    font-size: .9rem;
}


table{
    width: 100%;
    padding: 10px;
}

th{
    text-align: right;
    font-size: .9rem;
    padding: 4px;
    font-weight: 700;
    background: #f2f2f2;
}

td{
    text-align: right;
    font-size: .9rem;
    padding-right: 10px;
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 4px;
    border-top: none;
}

table tr:hover td {
    background: #f2f2f2;
}

.thead{
    text-align: left;
}

.city{
    text-align: left;
}

.total{
    font-size: .9rem;
    padding: 4px 0 4px 0;
    font-weight: 700;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.novi{
    color: red;
}

.oporavljeni{
    color: green;
}

.noborder{
    border: 0px
}

@media screen and (max-width: 360px){
    html{
        font-size: 12px;
    }
}