@import "home.css";
@import "button.css";
@import "table.css";

html {
  height: 100%;
  margin: 0 auto;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

body {
  padding: 0;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  width: 796px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

a {
  color: #00B7FF;
}

input {
  padding: 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

button {
  border-radius: 2px;
}

table {
  width: 100%;
}

tr:nth-child(even) {
  background-color: rgba(217, 217, 217, 0.53);
}

tr td {
  padding: 8px 16px 8px;
}

.table-action, .table-input {
  padding: 0;
}

.table-input input {
  width: calc(100% - 36px);
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.text-end {
  text-align: end;
}

input {
  padding: 16px;
  font-size: 16px;
}
