.streamBoxWrapper {
    border-radius: 12px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.streamBoxWrapper .teaserHead {
    border-radius: 12px 12px 0 0;
    padding-bottom: 15px;
    position: relative;
}

.streamBoxWrapper .contactBody {
    background-color: #fff;
    border-radius: 12px;
    border-style: solid;
    border-width: 0.15rem;
    box-sizing: border-box;
    margin-top: -15px;
    position: relative;
    width: 100%;
    z-index: 50;
}

.streamBoxWrapper .teaserHead .buttonLabel {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 20px;
}
.streamBoxWrapper .boxBackground {
    border-radius: 12px;
    border-style: solid;
    border-width: 0.15rem;
    margin-top: -50px;
    padding: 50px 20px 20px;
    position: relative;
}

.streamBoxWrapper .entryWrapper {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 0;
    width: 100%;
}

.streamBoxWrapper .entryWrapper:last-child{
    border: none;
}

.streamBoxWrapper .imageWrapper {
    float: left;
    margin-right: 3%;
    width: 40%;
}
.streamBoxWrapper .imageWrapper img{
    border-radius: 8px;
}
.streamBoxWrapper .message {
    margin-top: -8px;
    vertical-align: top;
}

.streamBoxWrapper .showEntry {
    display: inline-block;
    text-align: right;
    width: 100%;
}