.contentAB {
    margin: 50px auto 20px;
    width: 98%;
    max-width: 1024px
}

.dataTable {
    text-align: center;
    width: 100%;
    max-width: 1024px;
    border-collapse: collapse;
    line-height: 1.5
}

table caption {
    font-size: 25px;
    color: #4B4A61;
    font-weight: 700;
    padding-bottom: 20px
}

table tr td img {
    margin: 0 auto
}

.tableLine tbody tr td:last-child:after {
    cursor: pointer
}

.srl tbody tr:nth-child(even),
.dataTable tbody tr:nth-child(even) {
    background-color: #FCF9EF
}

.tableLine tr,
.tableLine th,
.tableLine td {
    border: 1px solid #000
}

.tableLine,
.srl {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1024px;
    border-collapse: collapse;
    line-height: 2;
    color: #666;
    font-weight: 700
}

.tableLine a {
    text-decoration: underline;
    color: #4B4A61
}

.tableLine a:hover {
    cursor: pointer
}

.dTitleW {
    margin: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #a89253
}

.dTitle {
    font-size: 22px;
    color: #C1AA6A;
    font-weight: 700;
    letter-spacing: 1px
}

.contentE {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin-top: 38px;
    cursor: pointer
}

.contentE input {
    height: 22px
}

.contentF {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 38px;
    width: 230px
}

@media only screen and (max-width: 768px) {
    .contentAB {
        margin: 10px auto 20px;
        width: 96%
    }
}

.tableLine select {
	height: 35px;
    font-size: 20px;
    margin-right: 10px;
}

.account-search{
    text-align: right;
    font-size: 16px;
}