﻿
.Case {
    width: 700px;
    height: 500px;
    overflow: auto;
}

.event-stage {
    float: right;
    position: relative;
    top: -44px;
}

.panel-heading {
    height: 42px;
}

.selectedItem {
    border: 2px solid red;
}
