/* toggle
----------------------------------------------- */
.azc_tsh_toggle, .azc_tsh_toggle_open, .azc_tsh_toggle_active, .azc_tsh_toggle_open_active {
    margin: 5px 0px 5px 0px !important;
    border: none;
    font-weight:600;
    font-size: 13px;
color: #CC0033;
    padding: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: 0;
    height: 1em;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
  
}
.azc_tsh_toggle h3 {
       line-height: 0.5em;
}

.azc_tsh_toggle {
    background-image:none ;
}
.azc_tsh_toggle_open {
    background-image:none;
}
.azc_tsh_toggle_active {
    background-image:none;
}
.azc_tsh_toggle_open_active {
    background-image:none;
}

.azc_tsh_toggle a,.azc_tsh_toggle_open a, .azc_tsh_toggle_open_active a {
	color: #CC0033;
}
.azc_tsh_toggle_container, .azc_tsh_toggle_container_open {
	margin: auto;
    margin-bottom: 0px !important;
	padding: 0px 5px;
	border-right: 0px solid #007fff;
	border-bottom: 0px solid #007fff;
	border-left: 0px solid #007fff;
	overflow: auto;
         font-family: 'Cyntho Slab pro';
}
.azc_tsh_toggle a {
text-decoration: none;
}
.azc_tsh_toggle a:hover {
color: #fa9722;
text-decoration: none;
}