/** reset **/
* {
  /*word-break: break-all; word-wrap: break-word; font-weight:bold;*/
  outline: none;
  margin: 0;
  padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: content-box;
}

body,
th,
td,
input,
select,
textarea,
button {
  font-size: 14px;
  font-weight: 300;
}

input,
select,
textarea,
button {
  font-size: 100%;
  vertical-align: middle;
}

button {
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

a:active,
a:hover {
  text-decoration: none;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

fieldset,
img {
  border: 0 none;
}

blockquote,
q {
  quotes: none;
}

em,
i {
  font-style: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
}

caption {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  visibility: hidden;
}

hr {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

select,
textarea,
input {
  border-radius: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

legend,
.blind {
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

strong,
dt {
  font-weight: normal;
}

select,
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.badge {
  font-size: 14px;
  font-weight: 300;
}

.dropdown-menu {
  border-radius: 0;
  margin: 0;
}

section,
article,
footer,
header {
  box-sizing: border-box;
}

/*# sourceMappingURL=reset.css.map */
