body {
    margin: 0px;
    font-family: KacstDigital;
    background-color: #E3DDDD;
}

.album_label {
    color: #4C4C4C;
}

.album-description {
    position: relative;
    top: 1em;
}

.entry {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: none;
    background-origin: padding-box;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: none;
    display: block;
    margin: 0px 20px 20px 0px;
    outline-color: white;
    outline-style: none;
    outline-width: 0px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.136719);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.136719);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.136719);
}
