<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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 : 14.05.2015, 16:32:44
    Author     : KayD
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v17-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  /*font-family: Gudea, "Helvetica Neue", Helvetica, Arial, sans-serif; */
  /*font-family: Gudea, Arial, sans-serif; */
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #D3E172;
}

a {
  color: #333;
}

.navbar-inverse {
  background-color: #D3E172;
  border-color: #D3E172;
}

.navbar-inverse .navbar-brand {
  color: #000;
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
  color: #000;
}

.jumbotron {
  background-color: #D3E172;
  border-color: #D3E172;
}

table#kontakt01 th,
td {
  padding-right: 10px;
}
</pre></body></html>