Index: wp-content/themes/twentyfourteen/style.css
===================================================================
--- wp-content/themes/twentyfourteen/style.css	(revision 25243)
+++ wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -2301,6 +2301,38 @@
 	width: 198px;
 }
 
+/* =Contributor Page
+----------------------------------------------- */
+.contributors-box{
+	padding: 0 100px;
+	clear: both;
+	padding-bottom: 30px;
+	margin-bottom: 30px;
+	border-bottom: 1px solid #e7e7e7;
+}
+.contributors-box img.avatar{
+	float: left;
+	vertical-align: top;
+	padding: 2px;
+	border: 1px solid #e7e7e7;
+	margin-right: 30px;
+}
+.contributor-button{
+	display: inline-block;
+	transition: all 0.2s ease-out 0s;
+	background-color: #000000;
+	border: medium none;
+	border-radius: 2px 2px 2px 2px;
+	color: #FFFFFF;
+	font-size: 1.2rem;
+	font-weight: 700;
+	line-height: 1;
+	padding: 1.3rem 3.3rem 1.1rem;
+	text-transform: uppercase;
+	vertical-align: top;
+}
+
+
 /* =Media Queries
 ----------------------------------------------- */
 
