@import url('//fonts.googleapis.com/css?family=Armata'); * { margin: 0; padding: 0; } html, body { height: 100%; } body, input, textarea, select { font-family: Armata; color: #787878; } ul, li { list-style: none; } a { color: #5d8869; cursor: pointer; text-decoration: none; } .hidden-text { overflow: hidden; text-indent: -9999px; } .holder { margin: auto; width: 980px; } .button { display: block; } .action { height: 32px; padding: 0 20px; background: #f1f3f2; font-size: 11px; line-height: 32px; color: #797878; text-transform: uppercase; &:hover { background: #dbdddc; } }