@import url('https://fonts.googleapis.com/css?family=Blinker:400,700,800&display=swap');
html, body {
    font-family: 'Blinker', sans-serif;
}
.wrapper {
    /*margin: 10px;*/
}
table.item-table {
    border: solid 2px #ddd;
}
table.item-table th {
    background-color: #ddd;
    line-height: 35px;
}
table.item-table tr.item td font {
    margin-top: 9px;
    display: block;
    font-size: 14px;
    padding-right: 20px;
}
table.item-table tr.item td img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px #ddd;
    float: left;
    margin: 10px 5px 10px 5px;
}
table.item-table tr.total {
    background-color: #f3f3f3;
}
table.item-table tr.total td {
    border-bottom: solid 1px #eee;
    padding: 5px 13px;
    text-align: right;
    font-weight: bold;
}
footer {
    background-color: #F67B27;
    padding: 15px 0;
}
footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
    font-size: 13px;
}