.case-study-summary {
    overflow: auto;
}
.case-study-summary .case-study-type {
    float: right;
    font-weight: bold;
    position: relative;
    top: -2em;
}
.case-study-summary input {
    float: right;
}

.white-paper-summary {
    overflow: auto;
}
.white-paper-summary .white-paper-type {
    float: right;
    font-weight: bold;
    position: relative;
    top: -2em;
}
.white-paper-summary input {
    float: right;
}
