html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.table {
    margin-top: 250px;
}
.table-responsive {
    width: 80%;
    margin-left: 16%;
}




btn-success {
    margin-left: 127%;
}

.btn-secondary {
    margin-left: 16px;
}

.modal-header {
    border-bottom: none;
}


.modal-footer {
    border-top: none;
}