/* line 1, ../../sass/style_edit.sass */
* {
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 11, ../../sass/style_edit.sass */
h1,
#nav-inner a,
#loginBar a,
.section-title,
.usermenu {
  font-family: "Armata", "Helvetica", "Arial", sans-serif;
}

/* line 23, ../../sass/style_edit.sass */
.usermenu {
  font-weight: bold;
}

/* line 27, ../../sass/style_edit.sass */
ul {
  list-style-type: none;
}

/* line 31, ../../sass/style_edit.sass */
select, input, textarea {
height:30px;
  border-radius: 4px;
  padding: 0.4em 0.4em 0.4em 0.4em;
  color: black;
}

/* line 36, ../../sass/style_edit.sass */
select {
  border: 1px solid rgba(65, 94, 139, 0.8) !important;
  border: 1px solid rgba(65, 94, 139, 0.8);
margin-top:1px;
}

/* line 41, ../../sass/style_edit.sass */
input[type="text"], input[type="password"] {
  border: 1px solid rgba(65, 94, 139, 0.8);
}

/* line 45, ../../sass/style_edit.sass */
textarea {
  border: 1px solid rgba(65, 94, 139, 0.8) !important;
  border: 1px solid rgba(65, 94, 139, 0.8);
}

/* line 49, ../../sass/style_edit.sass */
label {
  color: white;
}

/* line 52, ../../sass/style_edit.sass */
#googleTransItem select {
  padding-top: 2px !important;
  font-family: arial !important;
}
/* line 55, ../../sass/style_edit.sass */
#googleTransItem select option {
  font-family: arial !important;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  /* line 59, ../../sass/style_edit.sass */
  html, body {
    height: 100%;
    width: 100%;
  }
}
/* line 63, ../../sass/style_edit.sass */
#size {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  background-color: blue;
  color: yellowgreen;
  z-index: 9999;
}
