
.table-entry {
  display: block;
  height: auto;
  line-height: 28px;
  min-height: 28px;
  width: 100%;
}

.table-entry:focus {
  outline: none;
}

table.modal-table {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
}

.modal-table td, .modal-table th {
    border: 1px solid #ddd;
    padding: 10px;

} {
    border: 1px solid #ddd;
    padding: 10px;

}, {
    border: 1px solid #ddd;
    padding: 10px;

}

.eye {
  float: left;
  margin-right: 1.2em;
  cursor: pointer;
}

.eye:before {
  color: #620100;
  content: "";
  display: inline-block;
  left: 3px;
  position: relative;
}

.glyphicon {
  font-size: 1.5em;
  margin-right: 0.2em;
}

.content {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.content.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wrapper {
    overflow: hidden;
}

.highlight {
  background: yellow;
  cursor: help;
}


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {


}