﻿.album_title {
    margin-top: 10px;
}

.album_title a {
    font-weight: bold;
}

.album_photo_count {
    font-weight: bold;
}

.foto_container {
    display: inline-block;
}

.foto_container img {
    height: 50px;
    margin-top: 5px; 
}

.album_container .foto_item {
    display: inline-block;
}

.album_return {
    margin: 10px 0px;
}

.album_return a {
    color: #2C4398;
}

.album_return a:hover {
    text-decoration: underline;
}