.choice_of_examination {
    font-family: 'Open Sans',sans-serif;
}

.choice_of_examination .title {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.choice_of_examination span {
    display: block;
}

.choice_of_examination .body {
    margin: 20px 0;
}
.description pre {
    word-break: break-word;
    white-space: normal;
}
.examination-info{
    width:45%;
    margin-left:30%;
    height: 100%;
}
    .start-time{
        float:left;
        width:50%
    }
    end_time{
        float: right;
    }
    .page-header{
        width:100%; 
        text-align:center;
    }
    .panel-body{
        min-height:200px;
    }
    .panel-body-this{
        height: 270px;
    }