@import 'clear-sans.css';
* {outline: 0 !important;}
html, body {height: 100%;}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Clear Sans', sans-serif;
    font-size: 1rem;
}

img {max-width: 100%; border: 0;}
input, select, .btn,
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
button:focus {outline: none;}

/**/
.table-outline {
  border: 1px solid #F7F6F3;
}