/** global **/
textarea {
	resize: vertical;
}

.pre {
	white-space: pre-wrap;
}

.clickable {
	cursor: pointer;
}

.tab-content {
	margin: 10px;
}

/* nav */
.navbar-login {
	width: 305px;
	padding: 10px;
	padding-bottom: 0px;
}

.navbar-login-session {
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* content */
#map {
	height: 400px;
}

/* lib */
.bootstrap-dialog .bootstrap-dialog-title {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.bootstrap-dialog .bootstrap-dialog-message {
	font-size: 16px;
}

/** debug **/
.wrap-round {
	border: 1px solid #555555;
	padding: 0 0 70px;
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.paginationControl {
	margin-bottom: 20px;
}

.tooltip {
	word-wrap: break-word;
}