a, a:hover, a:active, a:focus { 
  outline: 0; 
}

.intro h1, .intro p {
	text-align: center;
}

#wrap {
	position: relative;
	padding-top: 40px;
}

#flash-messenger {
	position: absolute;
	top: 0;
	left: 0;
}

textarea.form-control {
	height: 100px;
}

.page-header {
	margin: 0 0 20px 0;
}

.page-header h1 {
	margin-top: 0;	
}

#res-msg {
	margin: 10px 0; 
}

#res-msg.red {
	color: #f00;
}

#res-msg.green {
	color: #0f0;
}

#edit-stage {
	margin-top: 20px;
}

#edit-stage label {
	font-weight: normal;
}

.nav-tabs {
	margin-bottom: 15px;
}

.mp-ok {
	color: #0f0;
	font-weight: bold;
}

.mp-err{
	color: #f00;
	font-weight: bold;
}

.modal-lg {
    width: 90%;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.center {
	text-align: center;
}