.itbitty {
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.612);
    padding: 2px;
    border-radius: 5px;
}
*{
    margin:0px
}
body {
    margin: 10px;
    background-color: rgb(110, 125, 136);
}
div {
    margin: 10px;
    background-color: rgb(151, 151, 151);
    width: 200px;
    padding: 10px;
    display: inline-block;
    padding-bottom: 30px;
    border: 2px solid black;
}
details {
    position: absolute;
    cursor: pointer;
    background-color: rgb(151, 151, 151);
    width: 190px;
    padding: 5px;
}
img {
    width: 50px;
    display: inline-block;
    border: 2px solid black;
}
h2 {
    display: inline-block;
}
div#edward, div#edward > details {
    background-color: rgb(151, 176, 78);
}

div#edwin, div#edwin > details {
    background-color: rgb(210, 227, 121);
}

div#silver, div#silver > details {
    background-color: rgb(69, 153, 232);
}

div#tek, div#tek > details {
    background-color: rgb(246, 144, 50);
}

div#oliver, div#oliver > details {
    background-color: rgb(115, 181, 155);
}

div#noone, div#noone > details {
    background-color: rgb(91, 94, 106);
}

div#hunted, div#hunted > details {
    background-color: rgb(129, 118, 150);
}

div#cheated, div#cheated > details {
    background-color: rgb(238, 157, 75);
}

div#cold, div#cold > details {
    background-color: rgb(138, 160, 161);
}