
/* angular-bootstrap css http://angular-ui.github.io/bootstrap/ */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }


/* make main scroll bar always visible to avoid main content width change*/
html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body {
  
}

a {
  cursor: pointer;
}

/* image fix parent width */
div[ng-controller="FileController"] img {
	max-width:100%;	
}

/* tag cloud tag based on bootstrap label */
.label-tag {
   display: inline-block;
   font-size: 100%;
   margin-bottom: 0.3em;
}


.sora-header-right {
	margin-top: 20px;
	font-size: 20px;
}

.sora-header-right-login {
	padding-top: 10px;
	padding-bottom: 10px;	
}

