body {
	padding-top: 60px;
	padding-bottom: 40px;
}

a.black {
	color: #333;
}

.link {
	cursor: pointer;
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}

/* Drag handler */
.drag-handler .drag-group {
	width: 80px;
	cursor: move;
	text-align: center;
	position: relative;
	font-size: 14px;
	padding: 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.drag-handler .drag-group:hover {
	color: #fff;
	background-color: #00aff0;
}

.drag-handler .drag-group .position {
	display: inline-block;
	border: solid 1px #ccc;
	background-color: #eee;
	padding: 0 5px;
	color: #aaa;
	width: 43px;
	text-shadow: #fff 1px 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 3px inset;
	box-shadow: rgba(0,0,0,0.2) 0 1px 3px inset;
}

.btn-group {
	white-space: nowrap;
}

.btn-group a.btn {
	margin-right: -4px;
}

.btn-group .btn {
	float: none;
}

/*
** Custom theme
*/
.navbar-ideo {
	background-color: #6AD7B6;
	border-color: #6AD7B6;
}

.navbar-ideo .navbar-nav>.active>a {
	background-color: #009d7f;
}

.navbar-ideo .navbar-nav>li>a {
	color: white;
}

.navbar-ideo .navbar-brand {
	color: white;
}

.navbar-ideo .navbar-text {
	color: white;
}

.navbar-ideo .navbar-link {
	color: white;
}
