body {
  margin: 0px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #328CC1;
}

header {
  margin: 0px;
  padding: 10px 10px 10px 10px;
  color: floralwhite;
  background-color: #0B3C5D;
}

.navbar-inverse {
  background-color: #1D2731;
}

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 5px;
  color: floralwhite;
  background-color: #0B3C5D;
  text-align: center;
}

table {
  width: 100%;
  margin-top: 10px;
}

thead {
  color: #1D2731;
  background-color: #D9B310;
}

th, td {
  padding: 0px 10px 0px 10px;
}

th.sortable {
  cursor: cell;
}

tbody#content {
  margin-bottom: 90px;
}

tr {
  border-bottom: solid thin black;
}

tr:hover td {
  color: floralwhite;
  background-color: #0B3C5D;
  cursor: zoom-in;
}

td {
  background-color: floralwhite;
}

td.td-del {
  width: 20px;
  text-align: center;
}

div#body {
  margin-bottom: 100px;
}

div#cover {
  text-align: center;
  margin-top: 20px;
}

div.modal-header {
  color: floralwhite;
  background-color: #0B3C5D;
}

div.form-group {
  height: 1.4em;
}

div.top-spc-row {
  margin-top: 10px;
}

div.cmb-row {
  background-color: #D9B310;
}

div.tab-row {
  background-color: #D9B310;
}

div.txt-area {
  margin-bottom: 5px;
}

h1 {
  text-align: left;
}

li {
  padding-right: 20px;
}

button {
  cursor: pointer;
}

img.btn-del {
  border: solid thin black;
}

img.btn-del:hover {
  cursor: pointer;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #DDDD88;
  font-weight: bold;
}

a:hover {
  color: floralwhite;
}

a#submit {
  color: floralwhite;
}

.btn-primary {
  background: #30415D;
}
