﻿body {
}

.imgs li {
    list-style: none;
    text-align: center;
}

    .imgs li a:link,
    .imgs li a:visited,
    .imgs li a:hover,
    .imgs li a:active {
        color: #7C7C7C;
        text-decoration: none;
    }

    .imgs li a:hover {
        color: #CC0000;
    }

.board {
    border: 1px solid #000000;
    border-color: black;
}

.item-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
