html, body, h1, h2, h3, input, select, a, textarea, button, span, p, .ui-btn,* {
    font-family: 'Roboto', sans-serif !important;
}

.btn {
 margin:10px;
 background-color: #f6f6f6;
 border:1px solid #ddd;
color: #333;
text-shadow: 0 1px 0 #f3f3f3;
border-radius: .3125em
}
/* Darker background on mouse-over */
.btn:hover {
  background-color: #ddd !important;
}
.fa-custom
{
	font-size:18px !important;
	margin-right:5px;
	color:#4590F7
}

#menu-user
{
 transform: translate(16px, -10px);
  background: #FFF;
  padding: 20px;
  border-radius:6px;
  visibility: none;
  display: inline-block;
  position: fixed;
  font-size: 11px;
  border: 1px solid #ddd;
  text-align: left;
  top:60px;
  right:-181px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 10px;
  max-width:150px;
  padding:0;
  z-index:1000;
}
.dropped
{
	opacity: 1 !important;
	transform: translate(16px, -10px) !important;
	visibility: visible !important;
}
.menu-item, a.item-link {
  list-style: none;
  text-decoration: none;
  z-index: 1;
  background: transparent;
  width: 100%;
  display: inline-block;
  padding-bottom:6px;
  border-bottom:1px solid #ddd;
  padding:5px;
  padding-left:10px
}