.solicitar-btn {
  margin-bottom: 10px;
}
table {
  position: relative;
}
.main-container {
  padding-bottom: 10px;
}
.fixed-container {
  display: none;
  position: relative;
  height: 1px;
  z-index: 10;
}
.fixed-container .fixed-button {
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  margin-bottom: 60px;
}
.fixed-container .fixed-button .btn-col {
  padding: 15px;
  background: #FFF;
  border: 1px solid #CCC;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
