/* CSS Document */

span#ponuka_title {
  font-size : 20px;
  font-weight : bold;
  color : olive;
}

#objednavka {
  font-size : 18px;
  color : #D3D640;
}

td.name {
  font-family: Arial;
  font-size : 13px;
  font-weight:bold;
}

table {
  border-collapse: collapse;
  border-style : solid;
  border-width : 0px;
  border-color : #7D7E32;
  padding : 5px;
  color : #000000;
}

table#ponuka_main td.row{
  background-color : olive;
  color : #000000;
  width : 400px;
}

table#ponuka_main table {
  border-width : 0 3 0 3;
  border-style : solid;
  border-color : olive;
  width : 400px;
  margin : 2 0 2 0;
}

table table table td {
  font-family : Arial;
  font-size : 13px;
  text-align: justify;
  border-style : solid;
  border-width : 0;
  border-color : #494A19;
  background-color : #E3E6B0;
  padding : 0 0 0 7;
}


