@font-face {
  font-family: 'PT Sans';
  font-weight: 400;
  font-display: swap;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Sans';
  font-weight: 700;
  font-display: swap;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format('woff2');
}

html {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  max-width: 600px;
  margin: 0 auto;
}

body {
  margin: 30px 5px 50px;
}

h1 {
  font-family: inherit;
  font-size: 150%;
  color: #666;
}

h2 {
  font-family: inherit;
  font-size: 120%;
  color: #666;
}

select {
  background: white;
  font-family: inherit;
  font-size: inherit;
  border: none;
}

#logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -10px;
}

#logos a {
  text-align: center;
  border-radius: 9px;
  border: 1px solid #999;
  padding: 75px 20px 10px;
  background-size: 60px auto;
  background-position: top 10px center;
  background-repeat: no-repeat;
  color: inherit;
  text-decoration: none;
  font-size: 110%;
  min-width: 90px;
  margin-bottom: 10px;
  margin-right: 10px;
}

#logos #codemirror { background-image: url(logo_codemirror.svg) }
#logos #prosemirror { background-image: url(logo_prosemirror.svg) }
#logos #acorn { background-image: url(logo_acorn.svg); background-position-y: 30% }
#logos #lezer { background-image: url(logo_lezer.png); background-position-y: 35% }

.option {
  border-radius: 9px;
  border: 1px solid #999;
  padding: 8px 40px 8px 12px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.option h2 {
  font-size: 110%;
  margin: 0;
}

.option p {
  margin: 5px 0 0
}

.go, .choice, #loginbutton, form.regular button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 0 8px;
  background: transparent;
  color: black;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.option .go {
  position: absolute;
  right: -1px;
  width: 35px;
  top: -1px;
  bottom: -1px;
  border-left: 1px solid #999;
  color: transparent;
  line-height: 0;
}

.option .go:after {
  content: "»";
  color: #666;
  font-size: 140%;
}

.option .go:hover {
  background: #f2f2f2;
}

.option h2 {
  margin-bottom: 5px;
}

footer {
  margin-top: 30px;
  text-align: right;
}

footer a {
  color: #666;
  text-decoration: none;
  padding-left: 8px;
}

#loginbutton, form.regular button {
  display: inline-flex;
  border: 1px solid #999;
  border-radius: 4px;
}

form.regular label {
  display: block;
  margin-bottom: 5px;
}
form.regular label.inline {
  display: inline;
}
form.regular label span, .formlabel {
  display: inline-block;
  min-width: 9em;
}
form.regular .if-invoice label span {
  min-width: 8em;
}
textarea, input[type=text] {
  width: 200px;
  border-radius: 4px;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0 5px;
  font-family: inherit;
  font-size: inherit;
}
