.sigPagination {
    width: 100%;
    padding: 10px;
    background: #e0e0e0;
    height: 50px;
    margin-bottom: 20px;
    clear: both;
}
.sigPagination > div {
    cursor: pointer;
}
.sigPagination .loading-box {
    display: none;
    text-align: center;
}
.sigPagination .previous-page {
    float: left;
    width: 30%;
    text-align: left;
    margin: 0;
}
.sigPagination .next-page {
    float: right;
    width: 30%;
    text-align: right;
    margin: 0;
}

.alert-background {
    background: #ffbd2a !important;
}
.alert-background a {
    color: blue;
    font-weight: bold;
}
#sigCount {
    text-align: center;
}
#sigList > div {
    height: 160px;
    width: 25%;
    padding: 10px;
    margin: 0;
    float: left;
    font-size: 14px;
    color: #222;
}
#sigList > div > div > img {
    max-height: 50px;
    width: auto;
}

blockquote {
    margin: 20px 40px 40px 40px;
}
@media only screen and (max-width: 800px) {
    #sigList > div {
        width: 50%;   
    }
    blockquote {
        margin: 0 0 20px 0 !important;
    }
    blockquote h2 {
        font-size: 20px !important;
    }
}
.custom-signature-box, .custom-signature-box * {
    max-width: 100%;
}