body {
     background: url('../img/image.png') -200px 0 repeat-y;
 }
 .custom-form input[class*="span"] {
    width: 146px;
}
.center {
    text-align: center;
}
.left {
    float: left;
}
@media (max-width: 767px) {
    .custom-form input[class*="span"], select[class*="span"] {
        margin-bottom:10px;
        width:100%;       
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .custom-form.span8 {
        width:548px;
    }
}

.row-fluid > .sidebar-nav {
    position: absolute;
    top: auto;
    left: auto;
    width: 400px;
}
.fixed-fluid {
    margin-left: 440px;
}
.accordion-inner {
  font-size: 13px;
  line-height: 1.25em;
}
.sidebar-nav > .well {
  background: none;
}

/*#pokus {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background-color: #ffffff;
}*/
.obrazeknevybrany {
  border: 1px solid white;
}
.obrazekvybrany {
  border: 1px solid red;
}
#editor-well {
  width: 90%;
}