.edit .date select {
  margin-bottom: 10px;
}

.container * {
  vertical-align: middle;
}
.container .thumbnail {
  display: inline;
}

.view .itemcolor {
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 2px solid black;
}

.edit .error, .create .error {
  color: #bb5500;
}
.edit .itemcolor, .create .itemcolor {
  width: 200px;
}
.edit .colorswatch, .create .colorswatch {
  float: left; display: inline;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: white;
  border-width: 2px;
}

.label-container .label {
  font-weight: bold;
  padding-right: 15px;
}

.large-image {
  width: 100%;
  text-align: center;
}

.large-description {
  width: 100%;
  text-align: center;
}

.large-image img {
  background: #eae1d4;
  padding: 5px;
  margin: 0 13px 13px 0;
}

.listitem {
  overflow: hidden;
  margin-bottom: 30px;
  clear: both;
}

.listitem .title {
  border: 0;
  clear: none;
}

li {
  padding-left: 10px;
  list-style-position: inside;
}

table.rows-list {
  width: 95%;
}
  .rows-list th { text-align: left; }
  .rows-list tr {
  }
  .rows-list td {
    border: none;
    padding: 5px;
    padding-right: 20px;
  }
  .rows-list tr.first th {
    background: white;
    border-bottom: 1px solid black;
  }
  .rows-list tr.even { background-color: #f3f5f7; }
  .rows-list tr.odd { }

table.list {
  padding: none;
  margin: none;
  border-collapse: collapse;
}
  .list tr {
    padding: none;
    margin: none;
    vertical-align: top;
  }
  .list td {
    width: 33%;
    border: none;
    padding: 10px;
    padding-bottom: 30px;
    text-align: center;
  }
  .list th {
    border: none;
    padding: 4px 10px 4px 0;
  }
  .list th.left { padding-right: 30px; }


/* -------------------------- Registration package display ------------------------- */

.view.packages .label-container .label {
  float: left;
  width: 250px;
}

.view.packages .label-container {
  clear: left;
}

input.package-select {
}

.view.packages {
  overflow: hidden;
  padding-bottom: 10px;
}
