/*
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 : 19.01.2018, 09:16:17
    Author     : s.mager
*/

h1 {font-size:24px}
h2 {font-size:20px}
h3 {font-size:16px}
h4 {font-size:14px}


div.required label:after {
  content: " *";
  color: red;
}

label {
  font-size:11px
}

th {
  font-size:10px;
}
.destination-click{
  cursor:pointer
}
.termin-click{
  cursor:pointer
}

.collapse-toggle{
  cursor:pointer
}

td {
  padding:3px !important;
    font-size:12px
}