﻿/* Write your styles */
#footermenu {
    box-shadow: 0 0 10px 0 hsla(0,6%,58%,.6);
    -webkit-box-shadow: 0 0 10px 0 hsla(199, 6%, 79%, 0.53);
}

.am-list > li {
    padding: 0 1rem;
    border: unset;
    box-shadow: 1px 3px 5px #d8d8d8;
}
    .am-list > li > .info-message {
        float: left;
        width: 100%;
        color: #bbb;
        font-size: 12px;
        background-color: #fff;
        margin: 0;
        border-bottom: 1px solid #ececec;
    }

.whj_jqueryPaginationCss-1 div:first-child {
    display:none;
}
.layui-layer-content {
    margin: 0 auto !important
}

