.clr {
    clear: both;
}

div#no_category {
	width:100%;
	background-color: #e6c0c0;
	color: #c00;
	border-top: 2px solid #DE7A7B;
	border-bottom: 2px solid #DE7A7B;
}

div#no_category p {margin:10px 0px; text-align: center;}

#ac-contacts-accordian h2.first_letter {
    margin-top: 10px!important;
    margin-bottom: 0!important;
}

.ac-contacts-accordian {color: #333;}

.ac-contacts-accordian ul {margin:0px; padding:0px;}

.ac-contacts-accordian ul li {margin: 0 0 10px!important; padding:0px; }

/*heading styles*/
.ac-contacts-accordian h3 {
	background:#ffffff;
	color:#333;
	font-size: 18px;
	padding: 10px;
	margin:0px;
	font-weight:normal;
	cursor: pointer;
	margin: 0!important;
}

/*heading hover effect*/
.ac-contacts-accordian h3:hover {
}

/*iconfont styles*/
.ac-contacts-accordian h3 span {font-size: 16px; color:#1B809E; padding-left:26px; display: inline-block;}
span.gm-closed {background:url(../img/plus.png) 0% 0.25em no-repeat;}
span.gm-opened {background:url(../img/minus.png) 0% 0.25em no-repeat;}

/*list items*/
.ac-contacts-accordian {
	list-style-type: none;
	width:100%;
	float:left;
	background:#F9F9F9;
	margin-bottom: 1em!important;
}

.ac-contacts-accordian .ac-contacts-accordian-inner {
	border-radius:3px;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-color:#ccc;
	border-left-color: #1B809E;
}

/*links*/
.ac-contacts-accordian .contactslist a {
}
/*hover effect on links*/
.ac-contacts-accordian .contactslist a:hover {
}
/*Lets hide the non active LIs by default*/
.ac-contacts-accordian .contactslist {display: none;}
.ac-contacts-accordian .contactslist.active {display: block;}

ul#contactslist {padding:10px;}

ul#contactslist table {width: 100%;}

.ac-table-striped tbody > tr:nth-child(2n+1) > td,
.ac-table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}

.ac-table-striped tbody > tr:nth-child(2n) > td,
.ac-table-striped tbody > tr:nth-child(2n) > th {
	background-color: #f3f3f3;
	border-bottom: 1px solid #dddddd;
}

th.ac_contact_label {color: #55595c; font-size: 14px; font-weight:normal; line-height: 24px; padding-left:10px;}
td.ac_contact_value span.gm-closed {background:none;}
td.ac_contact_value span.gm-opened {background:none;}

div#ac_contacts_image {float: right; width: 30%;}

div#ac_contacts_image img {
	border:1px solid #ccc;
	padding:5px;
	background:#ffffff;
	border-radius: 50%;
	width: 120px;
	max-height:120px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.ac-contacts-accordian button{
	text-align: left;
}


