img {
    /* width: 200px; */
    width: 100px;
}

img.bigger {
    width: 300px;
}


img.centered {
    vertical-align: middle;
}


ul.centered {
    /* display: table; */
}


li.centered {
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    /* vertical-align: middle; */
    /* display: table-cell; */
    padding: 10px;
}


/*
table.details {
    border-color: #ffffff;
}
*/

table.details th {
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    border-color: #ffffff;

    width: 100px;
}

table.details td {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}



a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


