/*

When editing this stylesheet make sure to test it in all browsers. You can use
the test.html file in the same folder.

 */

html {
    font-family: system-ui, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/* Text */

h1, h2, h3, h4, h5, h6 {
    margin: 1.2em 0 0.8em;
    line-height: 1.4;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

code, kbd, samp, pre {
    font-size: 1em;
}

strong, b {
    font-weight: bolder;
}

/* Forms */

input, button, textarea, select, .idb-link-button {
    padding: 0.4em 0.6em;
    margin: 0;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 0.2em;
    font-size: inherit;
}

input:focus,
button:focus,
textarea:focus,
select:focus,
.idb-link-button:focus {
    outline: none;
    border-color: darkgray;
}

input:disabled,
button:disabled,
textarea:disabled,
select:disabled {
    opacity: 0.6;
    filter: grayscale(100%);
    cursor: auto;
}

input, textarea {
    /*-webkit-appearance: none;*/
    font-family: inherit;
}

textarea {
    overflow: auto;
}

button,
[type=submit],
[type=reset],
[type=button],
.idb-link-button {
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    line-height: 1;
    border: none;
    background-color: lightgray;
    cursor: pointer;
}

button:active:not(:disabled),
[type=submit]:active:not(:disabled),
[type=reset]:active:not(:disabled),
[type=button]:active:not(:disabled),
.idb-link-button:active:not(:disabled) {
    background-color: darkgray;
}

.idb-link-button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

[type=search] {
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.6;
}

select:-moz-focusring{
    color: transparent !important;
    text-shadow: 0 0 0 #111 !important;
}
::-moz-focus-inner{
    border: 0px none!important;
    outline:currentcolor none medium !important;
}

