/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

img {
    display: block;
    width: 100%;
}
a {
    font-style: none;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
body {
    line-height: 1.15;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.btn {
    display: inline-block;
    color: #fff;
    border: 1px solid #edf0e7;
    background-color: #008fd5;
    padding: 6px 12px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #0391a3b0;
}
