@fa-version: ~'4.6.3'; /* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.7.0 */ html, legend { color:#000; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure, figcaption { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } label { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } table { border-collapse:collapse; border-spacing:0; } fieldset, img { border:0; } address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style:inherit; font-weight:inherit; } del, ins { text-decoration:none; } li { list-style:none; } caption, th { text-align:left; } h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; } q:before, q:after { content:''; } abbr, acronym { border:0; font-variant:normal; } sup { vertical-align:text-top; } sub { vertical-align:text-bottom; } input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; } // Fixes for pathetically, horrible, peice of junk iOS. Friends don't let friends buy this garbage. input, select { .border-radius(0); } input, button, textarea, select { font-size:100%; } input, textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } strong { font-weight:bold; } p { margin-bottom:10px; } .hidden { display:none !important; } input[type="search"] { -webkit-appearance: none; -webkit-box-sizing: content-box; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display:none; } .clear { clear: both; } // Include thru reset so it only loads once @fa-cdn: "//cdnjs.cloudflare.com/ajax/libs/font-awesome/@{fa-version}/fonts"; @font-face { font-family: 'FontAwesome'; src: url('@{fa-cdn}/fontawesome-webfont.eot'); src: url('@{fa-cdn}/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('@{fa-cdn}/fontawesome-webfont.svg#fontawesomeregular') format('svg'), url('@{fa-cdn}/fontawesome-webfont.woff') format('woff'), url('@{fa-cdn}/fontawesome-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }