table, tr, th {
  border: 2px solid black;
  border-collapse: collapse;
  width: 100%;
  height: 35px;
}

th {
	width: 13.33%;
}
body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
height: calc(100%);

}

html,body {
    margin:0;
    padding:0;
}

* {
   margin: 0px;
   padding: 0px;
}

html {
	height: 100%;
}

.inputform {
 float:center;
 height:30px;
 width:95%;
}

.inputprice {
 float:center;
 height:30px;
 width:93%;
}

.inputdescription {
 float:center;
 width:95%;
}

textarea {
  resize: none;
  width: 100%;
}

.outputnumber {
    float:left;
 height:30px;
 width:80%;
}

.posterminal
{
    float:left;
 height:30px;
	display: inline-block;
 width:85%;
	
}

.add {
	height: 30px;
}

.logo {
	height: auto;
	filter: invert(100%);
}

.login {
	
	width: 100%;
	height: 40px;
	/*font-size: 30px;*/
	
}

a.logout {
	color: #ACACAC;

}

a.menu {
	
	color: black;
}
a:link, a:visited {

  
  padding: 1px 2px 1px 2px;	
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
}

a:hover, a:active {
 
}