.mybutton {
    background-color: #dfdfdf;
    color: black;
    border-radius: 4px;
    margin-right: 10px;
}

.profile-table {
    border: none;
    padding: 2px;
}

.profile-table .title {
    display: flex;
    flex-direction: row;
    border: 1px solid transparent;
    margin-bottom: 20px;
    border-radius: 0px;
}

.profile-table .title .item {
    text-align: center;
    line-height: 80px;
    color: black;
    font-size: 18px;
    height: 80px;
    background-color: whitesmoke;
    border-radius: 0px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.profile-table .row {
    display: flex;
    flex-direction: row;
    border: 1px dotted transparent;
    margin: 20px 0px;
    height: 100px;
    overflow: hidden;
}

.profile-table .row .ditem {
    text-align: center;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 100;
    background-color: cornsilk;
    border-radius: 0px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 3px;
    border: 1px solid lightsteelblue;
}

.profile-table .row .level {
    font-size: 20px;
}

.profile-table .row .level a {
    display: block;
    color: blue;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.4em;
}

.profile-table .row .status {
    font-size: 20px;
    box-sizing: border-box;
}

.profile-table .row .status span {
    display: block;
    border-radius: 10px;
    color: lime;
    font-size: 28px;
    font-weight: 900;
    padding: 10px 20px;
}

.profile-table .row .status-fail {
    font-size: 20px;
    box-sizing: border-box;
}

.profile-table .row .status-fail span {
    display: block;
    border-radius: 10px;
    color: grey;
    font-size: 28px;
    font-weight: 900;
    padding: 10px 20px;
}


.profile-table .row .index {
    font-size: 20px;
}

.profile-table .row .index a {
    display: block;
    color: white;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.4em;
}


.banner .item .button-detail {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    cursor: pointer;
    color: dimgrey;
    font-size: 20px;
    background-color: whitesmoke;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
}

.banner .item .button-detail:focus,
.banner .item .button-detail:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: orange;
}
