@import "/wf/metropolis/font.css";
html {
  height: 100%;
}
body {
  background-color: #0391d3;
  background: #0391d3 -moz-linear-gradient(45deg, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
  background: #0391d3 -webkit-linear-gradient(45deg, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
  background: #0391d3 linear-gradient(45deg, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090979",endColorstr="#00d4ff",GradientType=1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FFF;
  font-family: "Metropolis", sans-serif;
  max-width: 600px;
  margin: 20px auto 0 auto;
  padding: 0 10px 10px 10px;
  font-weight: 400;
}
a {
  color: #FFF;
}
a, button, input[type="submit"] {
  border-radius: 3px;
  border: 0;
}
a:hover {
  background-color: #FFF;
  color: #0391d3;
  text-decoration: none;
}
.md {
  display: none;
}
.mi {
  display: inline-block;
  margin: 3px;
}
.ci {
	display: inline-block;
	padding: 0 !important;
	border-radius: 6px;
	background: #0003;
	height: auto !important;
}
#menu {
  margin: -5px -10px 0 -10px;
  padding: 10px;
  display: block;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#menu a {
  text-decoration: none;
  cursor: default;
}
#menu * {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  box-sizing: content-box;
  height: 14px;
  outline: 0;
}
#form {
  align-items: center;
}
.r {
  float: right;
}
#menu li {
  display: inline;
}
#container img {
  max-width: 100%;
  max-height: 100%;
}
input, select, button {
  background-color: #FFF;
  color: #0391d3;
  border: 0;
  outline: 0;
  font-family: "Metropolis", sans-serif;
}
.b:active {
  background-color: #0391d3;
  color: #FFF;
}
.drf input, .drf select, .drf button {
  font-size: 28px !important;
}
.drf .b {
  padding-top: 1px;
  padding-bottom: 1px;
}
.drf input[type="text"], #tsel, .il {
  border-radius: 3px 0 0 3px !important;
  margin-right: 0;
}
.drf input[type="submit"], #tset, .ir {
  border-radius: 0 3px 3px 0 !important;
  margin-left: 1px;
}