.btn-primary {
  background-color: #085AC4 !important;
  color: #fff !important;
  border: 1px solid #085AC4 !important;
}

.btn-primary:hover {
  background-color: #487dc2 !important;
  color: #fff !important;
  border: 1px solid #487dc2 !important;
}

.btn-success {
  background-color: #5fc449;
  color: #fff !important;
  border: 1px solid #5fc449;
}

.btn-info {
  background-color: #65CCE4 !important;
  color: #fff !important;
  border: 1px solid #65CCE4 !important;
}

.btn-info:hover {
  background-color: #65CCE4 !important;
  color: #fff !important;
  border: 1px solid #65CCE4 !important;
}

.option-container button {
  margin-bottom: 5px !important;
}

.option-container button {
  width: 50px !important;
}

.btn-outline-danger{
  background-color:transparent!important;
  color:#dc3545!important;
  border:1px solid #dc3545!important;
}

.btn-outline-danger:hover,.btn-outline-danger:focus{
  background-color:#dc3545!important;
  color:#fff!important;
  border-color:#dc3545!important;
}

a.btn.btn-outline-danger{
  text-decoration:none;
}