.bigger{
  font-size:1.2em;
}
div.inlinediv{
	display:inline;
}
.pjustify
{
	text-align:justify;
}
.width40
{
	width:40%;
}
.width60
{
	width:60%;
}
.pagination{
  margin:10px 0 !important;
}
.vertical-space{
  padding-top:2px;
  padding-bottom:2px;
}
.fixed-panel {
  min-height: 160px;
  max-height: 160px;
  overflow-y: scroll;
}
.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.padleft{
	padding-left:50%;
}
.selectable{
  user-select: all;
}
