
/* #accMenu dt {position: relative; cursor:pointer; background-color: #0070e1; transition: background-color .4s; border-bottom:solid 2px #fff;} */


#accMenu .fa {position: absolute; top: 30%; right: 25px; font-size: 30px; transition: all .2s; text-shadow: 0 3px 0 #CCC;}
#accMenu .fa.active {top: 20%; right: 33px; transform: rotate(-90deg); text-shadow: -3px 0 0 #CCC;}
.indent {padding-left: 2em !important;; text-indent: -1em !important; }

@media screen and (max-width: 420px) {
	#accMenu {font-size: 12px;}
	#accMenu dt { padding: 15px 40px 15px 10px; }
	#accMenu dd { padding: 10px; }
	#accMenu .fa {position: absolute; top: 19px; right: 17px; font-size: 1.5em; }
	#accMenu .active.fa {top: 13px; right: 25px;}
}