/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ol,
ul {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

button,
select {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer; }

.no-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .no-dropdown:focus {
    outline: none; }
