/* Sablona ONE green */

body { background: #FFF;
  -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /* IE 10+ */ -o-user-select: none; user-select: none;  
}

#index #motive{
  max-height: 225px;
}


#motto{
  background: #004B23;
  color: white;
  font-size: xx-large;
  padding: 35px;
  padding-bottom: 27px;
  border-style: solid;
  background-image: url(/obrazek/3/logo-travniky-white-png/);
  border-radius: 25px;
  padding-left: 106px;
  border-color: #7DC250;
  background-position-x: 20px;
  background-size: 75px;
  background-position-y: 19px;
  border-width: 5px;
  background-repeat: no-repeat;
}
#motto-text{
  font-size: xx-large !important;
  color: #ffffff;
}

a{
  font-style: italic;
}

.navbar .navbar-nav>li>a {
  font-style: normal;
}

#toc {
  position: absolute;
  left: 65%;
  border-style: solid;
  border-color: #7cc15c;
  border-width: medium;
  padding: 5px 20px;
  border-radius: 20px;
}

@media (max-width:990px){
  #toc{
    position:static;
  }
}
