h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}
p {
    margin-bottom: 0;
}
ol,
ul,
dl {
    margin-bottom: 0;
}
a {
    color: inherit;
}
a:focus {
    text-decoration: none;
}
a:hover {
    color: inherit;
}
a:active {
    color: inherit;
}
a:active, a:hover {
    outline: inherit;
    text-decoration: inherit;
}
*, :after, :before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
