.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;

}

.col-item:hover .info {
    background-color: #F5F5DC;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    position: initial;
    bottom: 0px;
    width: 100%;
}