.smaller-width {
  width: 95% !important;
}

.smaller-button {
  margin-left: 5px;
  min-width: 100px;
  text-align: center;
  padding: 8px 16px;
  color: #139dd8;
  border: 2px #139dd8 solid;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 1px;
  text-transform: uppercase;
}

.smaller-button:hover[disabled] {
  color: #139dd8;
  background-color: #fff;
  cursor: not-allowed;
}

.smaller-button:hover {
  background-color: #139dd8;
  color: #fff;
  cursor: pointer;
}

.buttons-div {
  margin-left: 10px;
  padding-bottom: 20px;
  margin-right: 10px;
}

.right {
  float: right;
}