.custom-box {
    width: 181px;
    height: 242px;
    float: left;
    margin-left: 46px;
    border: 4px solid #edeec4;
    border-radius: 4px;
    background-color: #edeec4;
}

.custom-box.first-box {
    margin-left: 0px;
}

.custom-box .title {
    width: 181px;
    height: 42px;
    color: white;
    text-align: center;
    /*line-height: 42px;*/
    vertical-align: middle;
    display: table-cell;
    font-size: 14px;
    text-shadow: 1px 1px 1px black;
}

.custom-box .image {
    width: 181px;
    height: 111px;
}

.custom-box .image img {
    width: 181px;
    height: 111px;
}

.custom-box .text {
    width: 181px;
    height: 80px;
    text-align: center;
    padding: 5px 0px;
    overflow: hidden;
    font-size: 12px;
    /*font-weight: bold;
    font-family: Arial;*/
    text-overflow: ellipsis;
}

.custom-box .text span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-box .text span a {
    color: black;
    text-decoration: none;
}