.requestIbis {
    display: flex;
    justify-content: center;
    align-items: center;
}

table {
    border: none;
    outline: none;
    width: 640px;
    border-collapse: collapse;
}

.promotion-code-header {
    background-color: #D9E0E6;
    font-size: 12px;
    border: none;
    outline: none;
    width: 640px;
    height: 40px;
    word-break: keep-all;

}

.promotion-code-odd {
    background-color: #F3F5F7;
    font-size: 12px;
    border: none;
    outline: none;
    width: 640px;
    height: 40px;
    text-align: center;
}

.promotion-code-even {
    background-color: #FFFFFF;
    font-size: 12px;
    border: none;
    outline: none;
    width: 640px;
    height: 40px;
    text-align: center;
}

.promotion-type-odd,
.expire-date-odd {
    background-color: #F3F5F7;
    font-size: 12px;
    border: none;
    outline: none;
    width: 640px;
    height: 40px;
    text-align: center;
}

.promotion-type-even,
.expire-date-even {
    background-color: #FFFFFF;
    font-size: 12px;
    border: none;
    outline: none;
    width: 640px;
    height: 40px;
    text-align: center;
}

.requestIbis a {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    width: 50%;
    height: 48px;
    padding: 17px 8px 15px 44px;
    display: inline-block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
    background-image: url('https://ibispaint.com/img/icon/ibis_account.png');
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-color: #76AF05;
}

.usage-history {
    font-size: 21px;
    text-align: center;
    line-height: 1.25;
    font-weight: bold;
    width: 640px;
    height: 56px;
    padding: 8px;
    display: table;
}

.not-activate-message,
.login-message {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 36px;
}

.useButton {
    width: 64px;
    height: 36px;
    font-weight: normal;
    border: 1px solid #D9E0E6;
    border-left: 0;
    background-color: #FFFFFF;
    background-position: -1px 1px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    left: 360px;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

#contents-searchBox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-grow: 1;
    max-width: 360px;
    text-align: center;
    height: 36px;
    margin-bottom: 24px;
    position: relative;
    margin-left: 120px;
}