div#container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.site {
    position: relative;
    display: inline-block;
    padding: 15px;
    margin-right: 10px;
}

.site-link {
    font-size: x-large;
    text-decoration:none;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: absolute
}

.screenshot {
    margin-top: 30px;
    box-shadow: 3px 3px 4px #000;
}

.screenshot-mobile {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-left: solid lightgray 1px;
}

.screenshot-image {
    display:block;
}

.footer {
    font-size: x-small;
    color: #666666;
    text-align: right;
}

a {
    color: #666666;
}