/* Updated for ID7 
   GW, ITS 5 Aug 2016 */

/* A to Z buttons */
p.atoz {
	margin-top: 20px;
} 
.atoz a {
	display: block;
	float: left;
	width: 2em;
	margin: 0 8px 8px 0;
	padding: 3px 0;
	background-color: #5b3069;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
}

.atoz a:hover {
    text-decoration: underline;
}
#committees-list table {
	position: relative;
	top: 20px;
	height: auto;
}

/* A-Z headings in list */
#committee-list .letter {
	clear: both;
	padding: 5px 0 5px 10px;
	margin: 2em 0 0.5em;
	color: #383838;
	background-color:#eee;
	font-weight:bold;
	font-size:1.2em;
}

#committee-list .letter:first-of-type {
	margin-top: 60px;
}

#committee-list .letter hr {
	display:none;
}

/* Wraps a group of committees starting with same letter */
#committee-list .list-content {
	padding: 0 0 0 10px;
	line-height: 2em;
}

#committee-list .committee-with-minutes,
#committee-list .committee .title {
	clear:both;
}

#committee-list .committee-with-minutes .title {
	float: left;
	padding-right: 0px;
}

/* Column wrapping minutes links */
.committee .minutes {
	float: right;
	padding-right: 10px;
}

/*** SIDEBAR ***/

/* Stop buttons breaking out of sidebar */
@media (min-width: 768px) and (max-width: 992px) {
	a.btn {
		padding: 2px 4px;
		font-size: 0.77em;
	}
}

/* Make live search form responsive */
.livesearch input {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
    .livesearch input {
        width: 185px !important;    
		font-size: 0.87em;
    }    
}
@media (min-width: 992px) and (max-width: 1199px) {
    .livesearch input {
        width: 255px !important;    
		font-size: 0.87em;
    }    
}
@media (min-width: 1200px) {
    .livesearch input {
        width: 320px !important;    
    }    
}