table, tr, td {
    border: 1px solid black;
}
.ett {
    max-width: 400px;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}
.redupp {
    width: 200px;
    height: 120px;
    background-color: red;
}
.smileupp {
    width: 100px;
    height: 120px;
}
.redsida {
    width: 100px;
    height: 240px;
    background-color: red;
}
.smilemid {
    width: 200px;
    height: 240px;
}
.liten {
    width: 100px;
    height: 120px;
    display: block;
    vertical-align: middle;
}
.stor {
    width: 200px;
    height: 240px;
    display: block;
    vertical-align: middle;
}
.greendown {
    width: 100px;
    height: 40px;
    background-color: limegreen;
}
.textdown {
    width: 200px;
    height: 40px;
    font-size: 12px;
    font-style: arial;
    text-align: center;
}


.tva {
    width: 400px;
    height: 400px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
}
.resultat {
    text-align: center;
    width: 400px;
    height: 100px;
    font-size: 20px;
}
.andra {
    width: 140px;
    height: 75px;
    vertical-align: bottom;
    text-align: center;
}
.forsta {
    width: 140px;
    height: 75px;
    vertical-align: top;
    text-align: center;
}
.listor {
    width: 120px;
    text-align: center;
    vertical-align: top;
    padding-top: 30px;
}
.djur {
    width: 140px;
    height: 175px;
}
.namn {
    height: 50px;
    color: white;
    background-color: red;
    font-size: 20px;
    text-align: center;
}
li {
    margin-top: 10px;
}
ol {
    padding-right: 5px;
}
a {
    color: black;
}