.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    text-decoration: none
}
.panel-group table {
    margin-bottom: 0;
}
.panel-group tr a {
    display: block;
}
.panel-group tr a {
    display: block;
}
#graphContainer {
    /* width: 900px; */
    height: 270px;
    border-bottom: 0px solid #5388c4;
    border-left: 0px solid #5388c4;
    padding: 30px
}        
#graphContainer img {
    position: absolute;
    border: 2px solid #5388c4;
    top: 10%;
    left: 10%;
    z-index:2;
}
#graphContainer img:hover {
    cursor: pointer;
}
.tooltip{
	z-index: 3;
	font-size: 13px;
}
#graphContainer .tooltip-inner {
    background-color:white;
	color:black;
}
.time {
  	height: 395px;
}
.time span,#dates span {
    position: absolute;
}
.img-circle {
	border-radius: 50%;
}
.fa-2x {
    font-size: 1.5em;
}