﻿.MobileEntry {
    border: 1px solid #CCCCCC;
    box-shadow: 4px 4px 4px #CCCCCC;
    height: 142px;
}

.MobileEntry-ImageWrapperTable {
    width: 140px;
    text-align: center;
    vertical-align: middle;
    background: #EEEEEE;
}

.MobileEntry-TitleCell 
{
    vertical-align: top;
    height: 60px;
}

.MobileEntry-TitleContainer {
    font-size: 18px;
    color: #65557A;
    font-weight: bold;
    position: absolute;
    top: 0;
    height: 60px;
    line-height: 30px;
    padding-left: 10px;
}

.MobileEntry-MetadataContainer 
{
    position: absolute;
    bottom: 0;
    left: 140px;
    right: 0
}

.MobileEntry-MetadataTable {
    width: 100%;
    text-align: center;
    background: #EEEEEE;
}

.MobileImageContainer {
    border: 1px solid #AAAAAA;
    background: #EEEEEE;
    padding: 5px;
    text-align: center;
    margin: 20px auto; /*  center the div  */
}