﻿.fines caption {
    color: #333;
    background: linear-gradient(90deg, rgba(242,139,0,1) 0%, rgba(242,139,0,1) 100%);
    font-size: 1.17em;
    padding: 0.5vw;
    line-height: 1em;
    text-align: right;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 50%;
}

.fines .content {
    color: #fff;
    background: linear-gradient(90deg, rgba(131,145,1) 0%, rgba(0,133,117,1) 100%);
    font-size: 1.17em;
    text-align: center;
    width: 100%;
   
}

.fines th {
    padding: 0.5vw;
    line-height: 1em;
    width: 100%;
    font-family: rubik;
}

.fines tbody td {
    padding: 1vw;
    Border: 1px solid #ddd;
    color: #121212;
    padding: 0.5vw;
    line-height: 1em;
    width: 100%;
    font-family: rubik;
}

.fines tbody th {
    border: 1px solid #ddd;
    padding: 0.5vw;
    line-height: 1em;
    text-align: right;
    background: whitesmoke;
    width: 100%;
}

.fines tbody tr:nth-child(3n) {
    background: whitesmoke;
    width: 100%;
}

.fines tbody tr:nth-child() {
    background: #fff;
    width: 100%;
}
