body {
	background: #fff;
	color: #666;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	margin-bottom: 10px
}

.footer {
	border-top: 1px solid #ddd;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff
}

.navbar-pad {
	margin-top: 50px
}

iframe {
	border: 0
}

section {
	padding-top: 15px;
	padding-bottom: 15px
}

.title-section {
	margin-top: 75px;
	min-height: 55px;
	padding: 10px;
	margin-bottom: 30px
}

.title-section h3 {
	padding: 0!important;
	margin: 0!important
}

.btn-muted {
	border: 1px solid #ccc;
	background-color: #eee;
	color: #777;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.btn-muted:hover {
	background: rgba(0, 0, 0, .3);
	color: #eee;
	border: 2px solid #ccc
}

.has-jobs {
	background-color: red;
	color: white;
}

.pointer {
	cursor: pointer;
}

textarea {
	resize: none;
}