table {
    margin-bottom: 10px;
}

hr {
    margin-bottom: 10px;
    width: 700px;
}

.btn {
    border-radius: 7px;
    color: black;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
}

h4 {
    margin-bottom: 7px;
    margin-top: 7px;
}

.item {
    height: auto;
    width: 24%;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: top;
}

.item img {
    width: 150px;
    height: 150px;
}

.item h4 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0;
}

.item h4:hover {
    /*white-space: normal;*/
    /*height:auto;*/
}

.item input {
    float: left;
}

label {
    font-size: 12px;
    font-weight: bold;
}

#load-more {
    text-decoration: none;
    color: red;
    font-size: 20px;
    font-weight: bold;
}

#btn-load-more {
    width: 700px;
}

.item-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

#count-item {
    float: right;
    color: red;
    font-weight: bold;
}

#btn-load-more {
    text-align: center;
    width: 700px;
    float: left;
}

.item_list .item_list_box .item_list_set li p.item_list_title {
    margin-top: 0;
}