.detail {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    margin-right: 0px;
    width: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14pt;
    position: relative;
    text-align: left;
}
.detail .shadow {
    box-shadow: 0px 0px 10px #C0C0C0;
    margin: 20px;
    text-align: center;
}
.detail .shadow img {
    max-height: 750px;
    max-width: 100%;
}
.middle {
    width: 34% !important;
}
.overview {
    background-color: #FFF;
    padding: 0px;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}