@charset "utf-8";


/* CUSTOMIZE CSS HERE */

#userButton {
	width:140px;
	padding-top:8px;
	padding-bottom:8px;
	}
	
#buttonBoxes {
		 padding:20px;	
	}

#companyLogo {
	display:block;
	margin:auto;
	width:100%;
	max-width:320px;
	}

h3 {
	font-size:20px;
	display:block;
	margin-top:12px;
	color:#3B3B3B;
	}
	
.well {
	border-radius: 0px;
	background-color:rgba(4,22,30,1.00);
	color:#F4F4F4;
	font-weight:lighter;
	}
	