/* 
    Created on : 2015-feb-04, 10:46:47
    Author     : Fredric 'Frippuz' Palmgren
*/

.blurb-edit {
	background-color: #333333;
	border: solid 2px black;
	border-radius: 6px;
	color: white;
	display: none;
	float: right;
	padding: 3px;
	position: relative;
	z-index: 1000;
}

.blurb-edit .blurb-tag {
  text-decoration: underline;
  text-align: center;
}

.logged-in .blurb-edit {
  display: inline-block;
}

.view-blurbs div.contextual-links-wrapper {
  right: auto;
}