body {
    background-color: #f1edeb !important;
}

.content {
    display: block;
    width: 1200px;
    background-color: #cecece;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 3px;
}

.album_list {
    margin-left: 5px;
    margin-right: 5px;
}

.album_box {
    background-color: white;
    position: relative;
    overflow: hidden;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}

.image_wrapper {
    height: 255px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    position: relative;
}

.album_span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    color: white;
    background-color: rgba(113, 109, 117, 0.55);
    height: 2em;
}

.album_c_time {
    float: left;
}

.img_count {
    float: right;
}

.album_name {
    text-align: left;
    padding-left: 10px;
    font-size: 18px;
}

.album_desc {
    font-size: 12px;
}