.module-home .btn {
	border-radius: 10px;
	font-weight: bold;
}
.module-home .btn .icon {
	font-size: 2.5rem;
}
.module-timesheets .fc-day {
	position: relative;
}
.module-timesheets .fc-day:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	content: '+';
	font-size: 3rem;
	color: #ccc;
	text-align: center;
	line-height: 0;
}
.module-job-certification .input-field {
	background: none;
	border: 0;
	padding: 0 .5em;
	min-height: auto;
	box-shadow: none;
}
/*.module-job-profile .svg {
	max-width: 250px;
	max-height: 150px;
}
.module-job-create .signature {
	height: 200px;
	width: 100%;
}*/