/**
 *
 * Apply your custom CSS here
 *
*/

body {	
}

a {
}

.logo {
    font-size: 24px;
    color: white;
}
.button-group {
	height:100px;
}
.panel-group {
	/* height:200px; */
}
.stat-item  {
	border:1px solid #808080;
	margin-right:10px;
	float:left;
	width:120px;
	height:120px;
	
}

.stat-item .stat-title{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	height:60px;
	display: flex; justify-content: center; align-items: center;
}

.stat-item  .stat-number{
	font-size:18px;
	text-align:center;
	color:red;
	height:60px;
	display: flex; justify-content: center; align-items: center;
}
#tooltip_show{
    z-index: 99999;
    position:absolute;
    border:1px solid #333;
    background:#f7f5d1;
    padding:1px;
    color:#333;
    display:none;
}