.slide-card {
    border: 0;
}
.slide-card {
    margin-bottom: 0.5rem;
}

.slide-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}
.slide-card {
    border-width: 0;
    transition: all .2s;
}
.slide-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card .slide-card-body {
    padding: 0.75rem 1rem;
    border-radius: 2px;
}
.slide-card-body {
    background-color: #fff;
}
.slide-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.slide-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.slide-reveal-main-content {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

