

.main_table {
  width: 100%;
  margin-top: 20px;
  margin-left: 0vw;
  margin-right: 0vw;
}


.button-success {
    background: rgb(28, 184, 65);
    color: rgb(255, 255, 255);
	align: center;
}

.button-error {
    background: rgb(202, 60, 60);
    color: rgb(255, 255, 255);
}


.pure-input-1 {
	height: 35px;
}