
table.simaskra_listar {
    border: 1px solid #ccc;
    background-color: white;
}
table.simaskra_listar tbody{
    background-color: white;
}
table.simaskra_listar td,
table.simaskra_listar tr,
table.simaskra_listar table {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-color: #ccc;
    background-color: white;
}
table.simaskra_listar td:first-child {
    border-right: none;
    min-width: 70px;
}


table.simaskra_listar tbody tr.even td,
table.simaskra_listar tbody tr.odd td  {
    background-color: white;
}


table.simaskra_listar tr td img {
    border: 1px solid #C4C4C4;
    float: none;
    margin: 0px;
    padding: 2px;
}

table.simaskra_listar td,
table.simaskra_listar th {
    padding: 4px 8px;
    vertical-align: middle;
}

table.simaskra_listar thead th {
    background: #f7f7f7 !important;
    color: #000000;
}
table.simaskra_listar tr:first-child {
    border-top: 1px solid #e9e9e9 !important;
}
table.flist td:nth-child(1){
    width: 13%;
}
table.flist td:nth-child(2){
    width: 35%;
}
body.node-type-page .max-width article .field--name-body table.flist tr {
    height: 137px;
}
body.node-type-page .max-width article .field--name-body table.flist td ul{
    margin-bottom: 0;
}
body.node-type-page .max-width article .field--name-body table.flist td ul li{
    font-size: 1rem;
    line-height: 1.5rem;
    background-position-y: 0.7rem;
}

@media (max-width: 60rem){
    table.flist td {
        float: left;
    }
    table.flist td:nth-child(3){
        clear: both;
    }
    table.flist td:nth-child(2){
        width: 70%;
    }
}