.study-details-header {
    margin-bottom: 2rem;
    justify-content: space-between;
}

.study-details-header,
.study-details-left-btns {
    display: flex;
    align-items: center;
}

.study-details-header span {
    font-size: 1.6rem;
    height: 2.25rem;
}

.study-details {
    border: 1px var(--selection-gray-background-color) solid;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    background-color: white;
    padding: 1rem;
    overflow: hidden;
}

.study-details * {
    font-size: 1rem;
}

.study-details > table {
    border-collapse: separate;
    border-spacing: 0 1rem;
    width: 100%;
}

.study-details tr .title-td {
    padding-right: 3rem;
    padding-left: 1rem;
    color: gray;
    width: 15%;
}

.study-details tr .value-td {
    width: 35%;
    word-wrap: break-word;
}

.study-details-tabs {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.default-details-check input {
    width: 1.25rem;
    height: 1.25rem;
}

.notifications-details {
}

.notifications-details > table {
    width: 95%;
    height: 100%;
}

.notifications-details > table > tbody > tr {
    height: 4%;
}

.notifications-details > table > tbody > tr:last-child {
    height: 84%;
}

.notifications-details tr .title-td {
    width: 15%;
}

.notifications-details tr .value-td {
    width: 85%;
}

.notifications-details-last-col {
    vertical-align: top;
    padding-top: 0.75rem;
}

.notifications-details-last-col textarea {
    height: 100%;
}

.notifications-details-last-col > div {
    max-height: 100%;
    max-width: 100%;
    height: 100% !important;
    width: 100% !important;
}