.last-updated {
    font-size:x-small;
    font-style:italic;
    text-align: center
}

.qrcode-container {
    float: right;
}

.qrcode-img {
    border-width: 0;
    margin: 25px 25px;
}

.appicon {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

#widget-title {
    clear:both;
}

@media screen and (max-width: 700px) {
    .qrcode-img {
        width: 75px;
    }
}