.content-window-card
{
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
}
.content-window-card p
{
    height: 2rem;
}
.custom-info
{
    border: solid 1px #c0c0c0;
}
div.info-top
{
    position: relative;
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
div.info-top div
{
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}
div.info-top img
{
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: .25s;
}
div.info-top img:hover
{
    box-shadow: 0 0 5px #000;
}
div.info-middle
{
    font-size: 12px;
    padding: 10px 6px;
    line-height: 20px;
}
div.info-bottom
{
    height: 0;
    width: 100%;
    clear: both;
    text-align: center;
}
div.info-bottom img
{
    position: relative;
    z-index: 104;
}
.info-middle img
{
    float: left;
    margin-right: 6px;
}
