html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline
}

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

[hidden],template {
  display: none
}

a {
  background: transparent
}

a:active,a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #fff;
  color: #111
}

small {
  font-size: 80%
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

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

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,select {
  text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

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

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

input {
  line-height: normal
}

input[type=checkbox],input[type=radio] {
/* box-sizing:border-box; */
/* padding:0; */
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

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

td,th {
  padding: 0
}

* {
 box-sizing:inherit;
}

html,body {
/* font-family:Arial,Helvetica,sans-serif; */
box-sizing: border-box;
height: 100%;
}

body {
  color: #111;
/* font-size:1.1em; */
line-height: 1.5;
background: #fff
}

main {
  display: block;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: .6em 0
}

li {
  margin: 0 0 .3em
}

a {
  color: #0074d9;
  text-decoration: none;
  box-shadow: none;
  /*transition: all .3s*/
}

code {
  padding: .3em .6em;
  font-size: .8em;
  background: #f5f5f5
}

pre {
  text-align: left;
  padding: .3em;
  background: #f5f5f5;
  border-radius: .2em
}

pre code {
  padding: 0
}

blockquote {
  padding: 0 0 0 1em;
  margin: 0 0 0 .1em;
  box-shadow: inset 5px 0 rgba(17,17,17,.3)
}

label {
  cursor: pointer
}

[class^=icon-]:before,[class*=" icon-"]:before {
  margin: 0 .6em 0 0
}

i[class^=icon-]:before,i[class*=" icon-"]:before {
  margin: 0
}

.dropimage,button,.button,[type=submit],.label,[data-tooltip]:after {
  display: inline-block;
  text-align: center;
  letter-spacing: inherit;
  margin: 0;
/* padding:.3em .9em; */
vertical-align: middle;
background: #0074d9;
/* color:#fff; */
border: 0;
border-radius: .2em;
width: auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}

.success.dropimage,button.success,.success.button,.success[type=submit],.success.label,.success[data-tooltip]:after {
  background: #2ecc40
}

.warning.dropimage,button.warning,.warning.button,.warning[type=submit],.warning.label,.warning[data-tooltip]:after {
  background: #ff851b
}

.error.dropimage,button.error,.error.button,.error[type=submit],.error.label,.error[data-tooltip]:after {
  background: #ff4136
}

.pseudo.dropimage,button.pseudo,.pseudo.button,.pseudo[type=submit],.pseudo.label,.pseudo[data-tooltip]:after {
  background-color: transparent;
  color: inherit
}

.label,[data-tooltip]:after {
  font-size: .6em;
  padding: .4em .6em;
  margin-left: 1em;
  line-height: 1
}

.dropimage,button,.button,[type=submit] {
  margin: .3em 0;
  cursor: pointer;
  /*transition: all .3s;*/
  border-radius: .2em;
  height: auto;
  vertical-align: baseline;
  box-shadow: 0 0 rgba(17,17,17,0) inset
}

.dropimage:hover,button:hover,.button:hover,[type=submit]:hover,.dropimage:focus,button:focus,.button:focus,[type=submit]:focus {
  box-shadow: inset 0 0 0 99em rgba(255,255,255,.2);
  border: 0
}

.pseudo.dropimage:hover,button.pseudo:hover,.pseudo.button:hover,.pseudo[type=submit]:hover,.pseudo.dropimage:focus,button.pseudo:focus,.pseudo.button:focus,.pseudo[type=submit]:focus {
  box-shadow: inset 0 0 0 99em rgba(17,17,17,.1)
}

.active.dropimage,button.active,.active.button,.active[type=submit],.dropimage:active,button:active,.button:active,[type=submit]:active {
  box-shadow: inset 0 0 0 99em rgba(17,17,17,.2)
}

[disabled].dropimage,button[disabled],[disabled].button,[disabled][type=submit] {
  cursor: default;
  box-shadow: none;
  background: #aaa
}

:checked+.toggle,:checked+.toggle:hover {
  box-shadow: inset 0 0 0 99em rgba(17,17,17,.2)
}

[type]+.toggle {
  padding: .3em .9em;
  margin-right: 0
}

[type]+.toggle:after,[type]+.toggle:before {
  display: none
}

input,textarea,.select select {
/* line-height:1.5; */
/* margin:0; */
/* height:2.1em; */
padding: 0 .6em;
border: 1px solid #aaa;
background-color: #fff;
border-radius: .2em;
 transition:all .3s;
/* width:100%; */
}

input:focus,textarea:focus,.select select:focus {
  border: 1px solid #0074d9;
  outline: 0
}

textarea {
  height: auto
}

[type=file],[type=color] {
  cursor: pointer
}

[type=file] {
  height: auto
}

select {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjMiPjxwYXRoIGQ9Im0gMCwxIDEsMiAxLC0yIHoiLz48L3N2Zz4=) no-repeat scroll 95% center/10px 15px;
  background-position: calc(100% - 15px) center;
  border: 1px solid #aaa;
  border-radius: .2em;
  cursor: pointer;
  width: 100%;
  height: 2.2em;
  box-sizing: border-box;
  padding: .3em .45em;
  /*transition: all .3s;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

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

select:focus,select:active {
  border: 1px solid #0074d9;
  /*transition: outline 0s*/
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111
}

select option {
  font-size: inherit;
  padding: .45em
}

select[multiple] {
  height: auto;
  background: none;
  padding: 0
}

[type=checkbox],[type=radio] {
/* opacity:0; */
/* width:0; */
/* position:absolute; */
/* display:inline-block; */
}

[type=checkbox]+.checkable:hover:before,[type=radio]+.checkable:hover:before,[type=checkbox]:focus+.checkable:before,[type=radio]:focus+.checkable:before {
  border: 1px solid #0074d9
}

[type=checkbox]+.checkable,[type=radio]+.checkable {
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  margin-right: .6em
}

[type=checkbox]+.checkable:before,[type=radio]+.checkable:before,[type=checkbox]+.checkable:after,[type=radio]+.checkable:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1em;
  color: transparent;
  font-family: sans-serif;
  text-align: center;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  /*transition: all .3s*/
}

[type=checkbox]+.checkable:before,[type=radio]+.checkable:before {
  border: 1px solid #aaa
}

[type=checkbox]:checked+.checkable:after,[type=radio]:checked+.checkable:after {
  background: #111;
  transform: scale(0.5) translateY(-100%)
}

[type=checkbox]+.checkable:before {
  border-radius: .2em
}

[type=checkbox]+.checkable:after {
  content: "✔";
  background: none;
  transform: scale(2) translateY(-25%);
  visibility: hidden;
  opacity: 0
}

[type=checkbox]:checked+.checkable:after {
  color: #111;
  background: none;
  transform: translateY(-50%);
  /*transition: all .3s;*/
  visibility: visible;
  opacity: 1
}

table {
  text-align: left
}

td,th {
  padding: .3em 2.4em .3em .6em
}

th {
  text-align: left;
  font-weight: 900;
  color: #fff;
  background-color: #0074d9
}

.success th {
  background-color: #2ecc40
}

.warning th {
  background-color: #ff851b
}

.error th {
  background-color: #ff4136
}

.dull th {
  background-color: #aaa
}

/*tr:nth-child(even) {*/
/*  background: rgba(17,17,17,.05)*/
/*}*/
[type="checkbox"].show {
	opacity: 0;
	width: 0;
	position: absolute;
	display: inline-block;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    /*right: 0;*/
    height: 3em;
    padding: 0 .6em;
    background: #fff;
    box-shadow: 0 0 .2em rgba(170,170,170,.2);
    z-index: 10000;
    /*transition: all .3s;*/
    transform-style: preserve-3d
}

nav .brand,nav .menu,nav .burger {
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

nav .brand {
    font-weight: 700;
    float: left;
    padding: 0 .6em;
    max-width: 50%;
    white-space: nowrap;
    color: inherit
}

nav .brand * {
    vertical-align: middle
}

nav .logo {
    height: 2em;
    margin-right: .3em
}

nav .select::after {
    height: calc(100% - 1px);
    padding: 0;
    line-height: 2.4em
}

nav .menu>* {
    margin-right: .6em
}

nav .burger {
    display: none
}

/*@media all and (max-width: 60em) {*/
    nav .burger {
        display:inline-block;
        cursor: pointer;
        bottom: -1000em;
        margin: 0;
        -webkit-tap-highlight-color: transparent
    }

    nav .burger~.menu,nav .show:checked~.burger {
        position: fixed;
        min-height: 100%;
        top: 0;
        left: 0;
        bottom: -1000em;
        margin: 0;
        background: #fff;
        /*transition: all .5s ease;*/
        transform: none
    }
    nav .burger~.menu {
        z-index: 11
    }

    nav .show:checked~.burger {
        color: transparent;
        width: 100%;
        border-radius: 0;
        background: rgba(17,17,17,.2);
        /*transition: all .5s ease*/
    }

    nav .show~.menu {
        /*width: 70%;*/
        max-width: 8em;
        transform-origin: center right;
        transition: all .25s ease;
        transform: scaleX(0)
    }

    nav .show~.menu>* {
        transform: translateX(100%);
        /*transition: all 0s ease .5s*/
    }

    nav .show:checked~.menu>*:nth-child(1) {
        /*transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s*/
    }

    nav .show:checked~.menu>*:nth-child(2) {
        /*transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1) .1s*/
    }

    nav .show:checked~.menu>*:nth-child(3) {
        /*transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1) .2s*/
    }

    nav .show:checked~.menu>*:nth-child(4) {
        /*transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1) .3s*/
    }

    nav .show:checked~.menu>*:nth-child(5) {
        /*transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1) .4s*/
    }

    nav .show:checked~.menu>*:nth-child(6) {
        /*transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1) .5s*/
    }

    nav .show:checked~.menu {
        transform: scaleX(1)
    }

    nav .show:checked~.menu>* {
        transform: translateX(0);
        /*transition: all .5s ease-in-out .6s*/
    }

    nav .burger~.menu>* {
        display: block;
        margin: .3em;
        text-align: left;
        max-width: calc(100% - 0.6em)
    }

    nav .burger~.menu>a {
        padding: .3em .9em
    }
/*}*/