.updates {
    position:fixed;}
.updates:not(.uright) {
	left:10px;
    top:10px;}
.updates.uright {
	right:10px;
    top:40px;}
.update {
    padding-bottom:10px;}	
	
.ut {
    cursor:help;
    position:relative;
    font-size:0.9em;
    font-weight:bold;
    padding:7px 11px;
    text-transform:uppercase;
    letter-spacing:1px;
    width:0.9em;
    line-height:1.5;
    height:1.5em;
	border:1px solid transparent;
	transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;}
.updates.uright .ut {
	margin-left:calc(100% - 24px - 0.9em);}
	
.ut .fa {
    color:inherit;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    font-size:1.1em;
    width:1.28571429em;
    height:0.8em;
    margin:auto 8px;}	
.ut span {
    position:absolute;
    display:none;}
	
.ut.active {
	width:calc(100% - 24px);}
.updates.uright .ut.active {
	margin-left:0px;}
	
.update .hidden {
    display:none;}
.update .text {
	border:1px solid transparent;
    margin-top:5px;}    
	
.ucr {
	display:none;}