﻿

a.eachActivity {
    display: block;
    width : 100%;
    color: #000000;
    text-decoration: none;
    border-bottom: dashed 1px #b6b5b5;
    padding: 10px;
    overflow : hidden;
    line-height : 2rem;
}

img.thumbnail {
    width : 25%;
    height : auto;
    float: left;
    margin: 0 10px 10px 0;
    border-radius : 0.5rem;
}

span.date
{
    display : block;
    font-size : 0.8rem;
}

span.caption {
    display: block;
    font-weight : 600;
}
