﻿.tdTiedostot {
    padding-top: 10px;
    padding-left: 20px;
    width: 200px;
}

.otsikko {
    font-weight: bold;
}

.tiedostot {
    list-style-type: none;
    padding: 0px;
    margin-top: 2px;
    margin-left: 0px;
}

    .tiedostot li {
        list-style-type: none;
    }

.virhe {
    background-color: lightgray;
    display: block;
    color: red;
    padding: 10px;
    border: 2px solid black;
    box-shadow: rgba(0,0,0,0.4) 3px 3px;
}

.virhe span {
    color: red;
    font-weight: bold;
}
