/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.04.2022, 12:09:44
    Author     : d.heilmann
*/


body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #c5c5c5;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
}
a{ 
    cursor: pointer; 
}

.cursor-wait{
    cursor: wait !important;
}

table {
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  font-family: monospace;
  font-size: 12px;
}

input {
  margin-left: auto;
  margin-right: auto;
  font-family: monospace;
  font-size: 12px;
}
textarea {
  margin-left: auto;
  margin-right: auto;
  font-family: monospace;
  font-size: 12px;
}

.btn {
  width: 80px;
  height: 20px;
  cursor: pointer;
  background: #91C9FF;
  border: 2px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
}
#div_outside { display: flex; }
.div_inside { width:150px; }