body { 
   /*background: url('socrates4.jpg') no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;*/
   
  }

.withbackground{

}

.floating-box {
    float: left;
    width: 100%;
    /*height: 75px;*/
    margin-right: 20px;
    padding:10px;
    opacity: 1;
    
    /*color:white;*/
   /* border: 1px solid;  */
}

.after-box {
    clear: left;
    padding:5px;
   /* border: 2px solid;*/      
}

@media screen and (max-width: 850px) {
    
     #tree-menu {
       /* display: none;*/
    }
}

@media screen and (max-width: 350px) {
    
     .floating-box {
     	width: 350px;
       
    }
}

@media screen and (max-width: 1350px) {
    
     #pocetZodpovedanych {
        display: none;
       
    }
}

#pocetZodpovedanych {
        
        color:white;
    }
.submitFromTreeMenu {
  margin: 0;
  padding: 0;
  border: none;
  color: blue;
  background-color: transparent;
  text-decoration: none;
   width:240px;
   height:25px;
  overflow: hidden;
  text-overflow: clip;
  text-align: left;
  float: none;
 
}

.nosubmit {
  margin: 0;
  padding: 0;
  border: none;
  color: black;
  background-color: transparent;
  text-decoration: none;
   width:240px;
   height:25px;
  overflow: hidden;
  text-overflow: clip;
  text-align: left;
  float: none;
  cursor:text;

 
}


