/*** DNS SETTING CSS START **/
/* 
.row {
  margin-bottom: 20px;
} */

.button.button-small {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
}

/* td input[type=text],
td select {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 2px 8px;
  border: 1px solid #000;

} */

.float-left {
  display: flex !important;
  float: left !important;
}

th:last-child {
  text-align: right;
}

td:last-child {
  text-align: right;
}

td:last-child .button {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  background-color: #FFF;

}

td:last-child .button .fa {
  line-height: 30px;
  width: 30px;
}



/*** DNS SETTING CSS END **/