/*タイトル*/
.ssoinfo-title {
    width: 100%;
    padding: 12px 15px 9px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
}

.ssoinfo-topinfo .row {
    font-weight: bold;
    height: 1.5em !important;
    min-height: 1.5em !important;
}

.ssoinfo-panel .row {
    min-height: 2.5em;
}

.ssoinfo-panel hr {
    margin-top: 7px;
    margin-bottom: 14px;
}
.ssoinfo-customkeyinfo {
    margin-top: 1em;
}
.ssoinfo-spinfo,
.ssoinfo-idpinfo {
    margin-top: 2em;
}

.ssoinfo-val {
    word-wrap: break-word;
}
.ssoinfo-key {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ssoinfo-panel button {
    padding-top: 3px;
    padding-bottom: 3px;
}
