/* Statement Stack */

.table {
  font-size: 16px;
}

#statementStack {
  text-align: center;
  margin-bottom: 20px;
}

.draggable {
  background: rgba(29, 113, 184,0.8);
  color: #FFF;
  cursor: move;
  display: inline-block;
  font-size: 18px;
  height: 37px!important;
  padding: 6px;
  text-align: center;
  z-index: 2;
  white-space: nowrap;
  max-width: 150px;
}

.dropZone .draggable {
  background: transparent;
  color: #333;
  display: block;
  font-size: 16px;
  height: auto!important;
  padding: 0;
  text-align: left;
  width: 100%!important;
}

.dropZone {
  font-weight: bold;
}


/* Alerts */

.alert {
  font-weight: bold;
  border-radius: 0;
}

.alert-danger {
  border: 1px solid #a94442;
}

.alert-success {
  border: 1px solid #3c763d;
}

.alert-top {
  margin-top: 20px;
}

.alert-bottom {
  margin-bottom: 0;
}


/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){


}

/* Large Desktop */
@media(min-width:1200px){



}

/* Print */
@media print {


}