
label.fromlib_radio {
	cursor: pointer;

	display: inline-block;
	
	margin-top: 3px;
	margin-left: 3px;	
	
    padding-left: 20px;
    text-indent: -20px;	
}

label.fromlib_radio input {
    vertical-align: text-top;
	
	margin-right: 8px;		
}	

label.fromlib_checkbox {
	cursor: pointer;

	display: inline-block;
	
	margin-top: 3px;
	margin-left: 3px;	
	
    padding-left: 20px;
    text-indent: -20px;	
}

label.fromlib_checkbox input {
    vertical-align: text-top;
	
	margin-right: 8px;		
}	


.ribbon {
  position: absolute;
  right: -5px; top: 20px;
  z-index: -1;
  width: 100%; height: 100%;
  text-align: right;
}
.ribbon span {
    padding: 1em;
    color: #000;
    text-align: center;
    line-height: 20px;
    display: block;
    background: #FFEB3B;
    position: absolute;
    bottom: -60px;
    right: 4px; 
}

.red-ribbon {
    top: 1em;
    right:0;
}

.red-ribbon span {
    /*background: #ff0000;*/
    /*color: #ffffff;*/
    right:0;
}

.nonce {
    text-align: center;
    font-size: 3em;
    letter-spacing: 0.3em;
    font-family: monospace;
    padding: 0.4em;
    background-color: #ffe108;
    font-weight: bold;
}
.big-nonce {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000000;
    display: block;
    padding-top: 50vh;
    font-size: 20vh;
    line-height: 0em;
}
