/* BUTTONS */
.btn { font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;  color: #333; }
.btn { margin: 5px 0; padding: 4px 16px 6px; border-radius: 4px; display: inline-block; line-height: 20px; text-align: center; text-decoration: none; vertical-align: middle; white-space: nowrap; }
.btn-block { display: block; text-align: center; }

.btn-primary { color: white; background: #5BF; border: 1px solid #08F; }
.btn-primary:hover { color: white; background: #08F; -webkit-transition: all 0.2s linear; }

.btn-grn { color: #272; background: #BEA; border: 1px solid #272; }
.btn-grn:hover { color: white; background: #272; -webkit-transition: all 0.2s linear; }

.btn-red { color: #723; background: #EAB; border: 1px solid #723; }
.btn-red:hover { color: white; background: #723; -webkit-transition: all 0.2s linear; }

.btn-prp { color: #637; background: #DBD; border: 1px solid #637; }
.btn-prp:hover { color: white; background: #637; -webkit-transition: all 0.2s linear; }

.btn-blu { color: #147; background: #ACE; border: 1px solid #147; }
.btn-blu:hover { color: white; background: #147; -webkit-transition: all 0.2s linear; }

.btn-org { color: #B41; background: #FCA; border: 1px solid #B41; }
.btn-org:hover { color: white; background: #B41; -webkit-transition: all 0.2s linear; }

.btn-wht { color: #666; background: #FFF; border: 1px solid #666; }
.btn-wht:hover { color: #666; background: #EEE; -webkit-transition: all 0.2s linear; }