.box-wrap {
    max-width: 670px;
    min-width: 332px;
    margin: auto;
    overflow: auto;
    padding: 0;
}
.box {
    border: 1px solid #b7c5d9!important;
    width: 668px;
    margin: 8px 0 8px;
    padding: 0;
    background-color: #f0f0f0;
    color: #1a1a1a;
    font-size: 13px;
    font-family: Tahoma, Arial, sans-serif;
}
.box ul {
    padding: 2px 15px;
}
.box ul li {
    list-style: none;
    margin: 0;
}
.box.left {
    float: left;
    width: 330px;
}
.box.right {
    float: right;
    width: 330px;
}
.box.fixed {
    width: 330px;
    display: inline-block;
}
.box h2 {
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    background-color: #2b2b2b;
    color: #cfcfcf;
    border-bottom: 1px solid #b7c5d9;
}
.box img {
    float: none;
}
.index-images {
    display: inline;
    font-size: 15px;
}
.index-images div {
    background: #1a1a1a;
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-left: 8px;
    border: 1px solid #b7c5d9;
}
.box p {
    padding: 0 8px;
    color: #333;
}
.boardlist {
    font-size: 13px!important;
    color: #555;
}
.post.reply {
    border: 1px solid #b7c5d9!important;
    box-shadow: none!important;
    margin-left: 5px;
    width: 400px;
    padding: 10px;
    background-color: #f7f7f7;
}
.post.reply img,.post.reply video {
    height: 75px;
}
.board-table {
    padding: 0 35px;
}
.board-table a {
    color: #0000cc;
    text-decoration: none;
}
.board-table a:visited {
    color: #660099;
}
.board-table a:hover {
    text-decoration: underline;
}
.board-table td {
    padding: 2px 7px;
    color: #333;
}
.box li {
    margin-bottom: 7px;
}