

.dropdown .hide {
    max-height: 0 !important;
	display:none;
}

.dropdown{
	font-family:'Oxygen', sans-serif;
	width: 10em;
	margin-bottom: 1em;
	display:inline-block;
	float:right;
	width:50px;
	cursor:pointer;
	position: fixed;
    top: 3px;
    right: 0px;
}
.dropdown img {float:right; margin-top:-8px}
.dropdown .title{
	 /* margin: 8px 0 -8px 0;	  */
	 margin:0;
    padding: .6em .6em 0;
	height: 32px;width: 100%;
}
.dropdown .title p{display:none !important;}
.dropdown .title .fa-angle-right{
	float: right;
	margin-right: .7em;
	transition: transform .3s;
}

.dropdown .menu{

	transition: max-height .5s ,display 1s;
	max-height: 20em;
	overflow: hidden;
    border-radius: 9px 0 9px 9px;

	position: fixed;
    right: 0;
    background: #444;
	padding:5px 0;
	text-align: right;
	top: 41px;
    width: 160px;
	border: 1px solid #555;
}

.dropdown .menu .option{
	height: 32px;width: 100%;
    padding: .6em .6em 0;margin: 10px 0;
}
.dropdown .menu .option p
{
	    width: 63%;
    display: inline-block;
    margin-right: 0.5em;
}
.dropdown .menu .option:hover{
	background: rgba(0,0,0,0.2);
}

.pointerCursor:hover{
	cursor: pointer;
}

.rotate-90{
	transform: rotate(90deg);
}

.topspan
{
	height: 32px;
    padding: .6em .6em 0;
	 margin:0;display:inline-block;

}
