h1 { text-align: center; }
#examples { padding-left: 10px; }
.endingRemark { margin-top: 30px; }
DIV.example { margin-top: 50px; }
DIV.example ul { width: 500px; }
A { color: green; }
A.decorate { text-decoration: underline; }
#nahravatko {
  width: 80%;
  height: 300px;
  margin: 80px auto 0 auto;
  text-align:center;
  position:relative;
}
.qq-uploader {
  width:100%;  height:100%;
  position:absolute;
  top:0; left:0;
}
div.qq-upload-drop-area {
  display: block !important;
  position:absolute;  top:80px; left:0;
  width:100%;  height:220px;
  border:5px dashed #ccc;
  background-color:#eee;
}
div.qq-upload-drop-area span {
  position: absolute;
  top: 20px;
  margin-top:0px;
  font-size: 28px;
  color:#666;
}
div.qq-upload-drop-area-active.qq-upload-drop-area {
  background-color:#f5bcbc;
  border:5px dashed #b07878;
}
.qq-upload-list {
  position: absolute;
  top:320px;
  width:100%;
  text-align:left;
  border: 5px solid white;
  margin-bottom:40px;
  z-index:20;
}
.qq-upload-button {
  width:250px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
}
.qq-upload-button div { font-size: 30px; line-height:60px }
.qq-upload-button input {height:70px}

#komentar {
  position: absolute;
  bottom: 0;
  font: 13px sans-serif;
  color: gray;
  z-index:15;
  width:100%;
}
#komentar h3 {
  font-size: 18px;
  margin-bottom:0;
  cursor: hand;
}
#komentar h3.changeColor {
  color:red
}
#komentar-content {
  width: 80%;
  margin: 15px auto;
  dispalay:none;
}
