Index: wp-content/themes/twentyfourteen/style.css
===================================================================
--- wp-content/themes/twentyfourteen/style.css	(revision 27140)
+++ wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -502,6 +502,7 @@
 /* Buttons */
 
 button,
+.button,
 .contributor-posts-link,
 input[type="button"],
 input[type="reset"],
@@ -519,6 +520,8 @@
 
 button:hover,
 button:focus,
+.button:hover,
+.button:focus,
 .contributor-posts-link:hover,
 input[type="button"]:hover,
 input[type="button"]:focus,
@@ -531,6 +534,7 @@
 }
 
 button:active,
+.button:active,
 .contributor-posts-link:active,
 input[type="button"]:active,
 input[type="reset"]:active,
@@ -1256,7 +1260,11 @@
 .entry-content a:hover,
 .entry-summary a:hover,
 .page-content a:hover,
-.comment-content a:hover {
+.comment-content a:hover,
+.entry-content a.button,
+.entry-summary a.button,
+.page-content a.button,
+.comment-content a.button {
 	text-decoration: none;
 }
 
@@ -2223,6 +2231,7 @@
 }
 
 .widget button,
+.widget .button,
 .widget input[type="button"],
 .widget input[type="reset"],
 .widget input[type="submit"] {
