/* admin styles */
.signin-menu{
	border: 1px solid black;
    position: absolute;
    right: 10px;
    background-color: white;
	padding: 10px;
	color: #006;
}
#header-bar .action-button{
	background-color: #506;
	border: solid 1px #782;
	color: #ff5 !important;
}
.action-button{
	background-color: #dbf;
	padding: 0 3px;
	border: solid 1px #494;
	border-radius: 11px;
    color: black !important;
    margin: 0 3px;
	white-space: nowrap;
}
.input_small{
	width: 60px;
}