    .stripe, .content>div:nth-child(1),.action-button-container,.footer{
        display: none;
    }
    .image-tile {
        display: inline;
    }
    .image-tile>img{
        max-width:25%;
    }

    *{
        font-family: sans-serif;
    }

    dt{
        font-weight: bold;
        text-transform: capitalize;
    }

    dd{
        margin-left: 186px;
        text-transform: capitalize;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    h3 {
        margin-top: 30px !important;
    margin-bottom: 0px !important;
    }

body{
    background: white;
}