@charset "UTF-8";

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}


html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

/*p,
pre {
    margin: 0.8em 0;
}*/

small {
    font-size: 75%;
}

dl,
menu,
ol,
ul {
    /*margin: 1em 0;*/
}

dd {
   /* margin: 0 0 0 40px;*/
}


menu,
ol,
ul {
   /* padding: 0 0 0 40px;*/
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

/*button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0; 
    vertical-align: baseline; 
    *vertical-align: middle; 
}*/

button,
input {
    line-height: normal;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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