.worker_name
{
	display: inline-block;
	margin-top: 12px;
}
.showContent
{
	display: inline-block;
	font-size: 90%;
	margin-top: 8px;
	margin-bottom: 20px;
	
}
.fancy_button
{
	color: black;
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	border-radius: 8px;
	border: 1px solid rgb(191, 199, 210);
	box-shadow: 0 0 10px black, 0 0 4px #08c;
	padding: 8px;
	box-sizing: border-box;

	background-color: rgb(222, 227, 233);
	background-image: -webkit-linear-gradient(white, rgb(171, 191, 241));
	background-image: -moz-linear-gradient(white, rgb(171, 191, 241));
	background-image: -o-linear-gradient(white, rgb(171, 191, 241));
	background-image: linear-gradient(white, rgb(171, 191, 241));
}
.fancy_button:active
{
	box-shadow: 0 0 0 1px #45A1FF, 0 0 0 3px rgba(69, 161, 255, 0.3);
}
.imageAlignment
{
	margin-top: 15px;
	box-shadow: 0 0 8px rgb(8, 188, 248);
	box-shadow: 0 3px 10px black;
	
	border-radius: 20% / 45%;
	height: 50px;
	width: 50px;
	padding: 3px;
	background-color: rgba(29, 29, 29, 1);
}
.font-size
{
	font-size: 130%;
}
#contact_div
{
	float: left;
	height: 50%;
	width: 48%;
}
#email_div
{
	float: left;
	height: 50%;
	width: 48%;
}
#company_div
{
	float: right;
	height: 100%;
	width: 50%;
}
#company_sub_top
{
	float: left;
	width: 100%;
}
.company_sub_half
{
	float: left;
	width: 50%;
	width: 100%;
}