/***** My Council List Page Start *****/
.council-list-main { overflow:hidden; padding-bottom:80px;}
.council-list-img img { width:100%; height:auto;}
.council-list-img { float:left; width:15%;}
.council-list-content-main { float:left; width:45%; padding-left:20px; margin:0px 5% 0px 3%;  }
.council-list-cat-main { float:left; width:32%;}
.council-list-cat { font-size:14px; border-bottom:1px solid #eee; padding:5px 0px; overflow:hidden;}
.council-list-post { font-weight:bold; padding-bottom:10px;}
.council-list-title h2 { font-size:20px; line-height:28px; margin-top:0px; text-transform:uppercase;}
.council-list-title h2 a { text-decoration:none;}
.council-list-title h2 a:hover { text-decoration:none;}
.council-list-cat span { float:left; padding-right:3px; font-weight:bold;}
.council-list-cat .street-block { float:left; padding-right:3px;}
.council-list-cat .locality-block { float:left;}
.council-list-cat .country { float:left;}
.council-list-cat span.mailto { display:none;}
.council-list-button { padding-top:15px;}
.council-list-cat .country-AU span  { font-weight:normal;}
.council-list-cat span.country  { font-weight:normal;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}


@media only screen and (min-width: 200px) and (max-width: 767px) {
	.council-list-img { width:100%; text-align:center;}
	.council-list-img img { float:none; margin-bottom:25px; text-align:center;  display:inline-block;}
	.council-list-content-main { float: left;  margin:0px 0px 25px 0px;  padding-left: 20px;  width: 95%;}
	.council-list-cat-main { float: left;  width: 100%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.council-list-img { width:100%; text-align:center;}
	.council-list-img img { width:35%;}
}

@media only screen and (min-width: 200px) and (max-width: 479px) {
	.council-list-img img { width:50%;}
}
/***** My Council List Page End *****/



/***** My Council Detail Page Start *****/
.council-detail-main { overflow:hidden; padding-bottom:80px;}
.council-detail-img img { width:100%; height:auto;}
.council-detail-img { float:left; width:15%;}
.council-detail-content-main { float:left; width:45%; border-left:5px solid #63bc47; padding-left:20px; margin:0px 5% 0px 3%;  }
.council-detail-cat-main { float:left; width:32%;}
.council-detail-cat { font-size:14px; border-bottom:1px solid #eee; padding:5px 0px; overflow:hidden;}
.council-detail-post { font-weight:bold; padding-bottom:10px;}
.council-detail-cat span { float:left; padding-right:3px; }
.council-detail-cat .street-block { float:left;}
.council-detail-cat .locality-block { float:left;}
.council-detail-cat .country { float:left;}
.council-detail-cat span.mailto { display:none;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
.council-detail-img img { width:auto; height:auto;}
.council-detail-img { float:left; width:100%; margin-bottom:25px; text-align:center;}
.council-detail-content-main { float:left; width:100%; margin:0px 0px 25px 0px;}
.council-detail-cat-main { float:left; width:100%;}
}
/***** My Council Detail Page End *****/