.hasil-column {
  float: left;
  width: 25%;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  text-align: left;
}

.hasil:after {
  content: "";
  display: table;
  clear: both;
}

.form-group {
  margin-bottom: 15px;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-6 {
  width: 50%;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-success {
  color: rgb(255, 255, 255);
  background-color: rgb(92, 184, 92);
  border-color: rgb(76, 174, 76);
}

.btn {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 4px;
}

@media screen and (max-width:768px){
    .hasil-column {
        float: inherit;
        width: 100%;
    }
    .btn {
        padding: 6px 2px;
    }
    .form-control {
      padding: 0.375rem 0.5rem;
    }
}