/* TODO
	All the style rules are inlined in the html code 
	because they are needed in HTML emails.
	This CSS file is hence redundant; it is left for reference only.
*/

/*
.il--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 2px solid gray;
    width: 500px;
    max-width: 100%;
    margin-top: 1px;
}

.il--wrapper .il--thumbnail {
    width: 75px;
    border-right: 1px solid gray;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.il--thumbnail-inner {
	text-align: center;
	padding: 2px;
}

.il--wrapper .il--thumbnail img {
    max-width: 100%;
}

.il--wrapper .il--inner {
    padding: 6px;
}

.il--wrapper .il--inner .il--title {
    font-weight: bold;
    padding-bottom: 6px;
}
*/
