.list-group-item {border:1px solid #fff;border-bottom-width: 2px;}
.list-group-item-info {color: #333;}
.panel-default>.panel-heading .badge {float:right;}

.gi-sm{font-size: 0.6em;}
.gi-med{font-size: 0.9em;}
.gi-lrg{font-size: 1.2em;}
.gi-xlrg{font-size: 2em;}



#accordion h4.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 14px;
	background: #efefef;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 4px 5px 4px 35px;
}

blockquote {
	padding:5px 20px;
}
.panel-title a:hover, .panel-title a:focus, .panel-title a:active {text-decoration: none;}
.panel-heading .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	color: #333;         /* adjust as needed */
}
.panel-heading .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    color: #333;         /* adjust as needed */
}

