* {
  font-size: 14px;
  font-family: Consolas;
}

.tooltip {
  position: fixed !important;
  display: inline-block !important;
  max-width: calc(100vw - 35px) !important;
  max-height: calc(100vh - 35px) !important;
  overflow: auto !important;
  padding: 4px 8px !important;
  box-sizing: content-box !important;
  z-index: 0x7ffffffe + ' !important;
  box-shadow: 8px 8px 10px rgba(0,0,0,.3) !important;
  border-radius: 3px !important;
  background: rgba(0,0,0,0.65) !important;
}

button, input[type="button"], input[type="submit"] {min-width:10px; height:20px; margin:2px; border:none; border-radius:3px; outline:none; font-size:13px; color:#fff; background:#0068cc; transition:all 0.2s ease;}
button:focus, input[type="button"]:focus, input[type="submit"]:focus {
  background: #08e;
}

input[type="text"] {
  border: none;
  border-bottom: 1px solid #000;
}

input:focus {
  outline: none;
}
