#acpd_cats {
		width: 100%;
		height: 40px;
		background: rgba(219, 219, 219, 0) url(/aseancap/wp-content/uploads/2017/06/blue-caret-sprite.png) no-repeat right 0;
		margin: 6px 0px 4px 6px;
		border-color: #4970b8;
		border-width: 3px;
		color: #4970b8;
		font-weight: 700;
		-moz-appearance: none;

	}
	
	#acpd_posts {
		width: 100%;
		height: 40px;
		background: rgba(219, 219, 219, 0) url(/aseancap/wp-content/uploads/2017/06/blue-caret-sprite.png) no-repeat right 0;
		margin: 6px 0px 4px 6px;
		border-color: #8099c7;
		border-width: 3px;
		color: #8099c7;
		font-weight: 700;
		-moz-appearance: none;

	}
	
	#acpd_class {
		width: 100%;
		height: 40px;
		background: rgba(219, 219, 219, 0) url(/aseancap/wp-content/uploads/2017/06/blue-caret-sprite.png) no-repeat right 0;
		margin: 6px 0px 4px 6px;
		border-color: #4970b8;
		border-width: 3px;
		color: #4970b8;
		font-weight: 700;
		-moz-appearance: none;

	}
	
	.acpd_posts_active {

		border-color: #4970b8 !important;
		color: #4970b8 !important;
	}
	
	.acpd_button{

		display: inline-block !important;
		height: 18px !important;
		padding: 10px !important;
		line-height: 1 !important;
		background: #FFCB00 !important;
		width: 91%;
		margin: 6px 0px 4px 6px !important;
		text-align: center !important;
		color: #4970b8 !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		cursor:pointer !important;
	}
	
	.acpd_button_disabled{

		display: inline-block !important;
		height: 18px !important;
		padding: 10px !important;
		line-height: 1 !important;
		background: #ffde5f !important;
		width: 91% !important;
		margin: 6px 0px 4px 6px !important;
		text-align: center !important;
		color: #4970b8 !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		pointer-events: none !important;
		cursor: default !important;
	}
	
	.acpd_class_button{

		display: inline-block !important;
		height: 36px !important;
		padding: 10px !important;
		line-height: 1 !important;
		background: #FFCB00 !important;
		width: 100% !important;
		margin: 6px 0px 4px 6px !important;
		text-align: center !important;
		color: #4970b8 !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		cursor:pointer !important;
	}
	
	.acpd_class_button_disabled{

		display: inline-block !important;
		height: 36px !important;
		padding: 10px !important;
		line-height: 1 !important;
		background: #ffde5f !important;
		width: 100% !important;
		margin: 6px 0px 4px 6px !important;
		text-align: center !important;
		color: #4970b8 !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		pointer-events: none !important;
		cursor: default !important;
	}
	
	#acdp_title {
		font-size:23px; 
		color:#153988; 
		line-height: 100%;
	}
	
	.acpd_header {
		margin: 6px 0px 4px 6px;
		width: 100%;
		color: #000;
		font-family: EtelkaTextPro;
		font-size: 14px;
		text-align: center;
		text-transform: uppercase;
		background: url(/aseancap/wp-content/uploads/2017/05/grid3.png) repeat-x 0 center;
	}
	
	.acpd_header span {
		padding: 0 10px;
		text-align: center;
		background: #FFF;
	}
	
	/*
	
	#acpd_posts {
	color: #FFF;
    box-sizing: border-box;
    height: 36px;
    background: #607C8E url(/aseancap/wp-content/uploads/2017/06/white-caret-sprite.png) no-repeat right 0;
    display: table;
    width: 100%;
}
	
#acpd_cats	{
	
	color: #FFF;
    box-sizing: border-box;
    height: 36px;
    background: #607C8E url(/aseancap/wp-content/uploads/2017/06/white-caret-sprite.png) no-repeat right 0;
    display: table;
    width: 100%;
}
*/