#livetovodentrylist-tab {
  margin-bottom: 20px;
}
#livetovodentrylist-tab .warning {
  margin-bottom: 20px;
}
#livetovodentrylist-tab-pane table {
  width: 565px;
}
#livetovodentrylist-tab-pane table thead tr {
  font-weight: bold;
}
#livetovodentrylist-tab-pane table tbody tr:nth-of-type(1n) {
  background-color: #d8edfb;
}
#livetovodentrylist-tab-pane table tbody tr:nth-of-type(2n) {
  background-color: #bee1f4 !important;
}
#livetovodentrylist-tab-pane table tbody td.actions {
  text-align: right;
}
#livetovodentrylist-tab-pane .btn-small.btn-edit {
  font-size: 0;
  padding: 1px 12px;
  position: relative;
  height: 20px;
  color: #fff;
  text-shadow: none;
  border-color: rgba(0,0,0,0.2) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  background-image: linear-gradient(to bottom,#ee7f32,#e17024);
  background-image: -webkit-linear-gradient(to bottom,#ee7f32,#e17024);
  background-image: -moz-linear-gradient(to bottom,#ee7f32,#e17024);
  background-image: -ms-linear-gradient(to bottom,#ee7f32,#e17024);
  background-image: -o-linear-gradient(to bottom,#ee7f32,#e17024);
}
#livetovodentrylist-tab-pane .btn-small.btn-edit .icon-pencil {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -4px;
}
#livetovodentrylist-tab-pane .btn-small.btn-edit:hover {
  background-image: linear-gradient(to bottom,#e17024,#ee7f32);
  background-image: -webkit-linear-gradient(to bottom,#e17024,#ee7f32);
  background-image: -moz-linear-gradient(to bottom,#e17024,#ee7f32);
  background-image: -ms-linear-gradient(to bottom,#e17024,#ee7f32);
  background-image: -o-linear-gradient(to bottom,#e17024,#ee7f32);
  background-position: 0;
}
#livetovodentrylist-tab-pane .btn-small.btn-edit:focus {
  background-image: linear-gradient(to bottom,#ee7f32,#ce823c) !important;
  background-image: -webkit-linear-gradient(to bottom,#ee7f32,#ce823c) !important;
  background-image: -moz-linear-gradient(to bottom,#ee7f32,#ce823c) !important;
  background-image: -ms-linear-gradient(to bottom,#ee7f32,#ce823c) !important;
  background-image: -o-linear-gradient(to bottom,#ee7f32,#ce823c) !important;
  background-image: linear-gradient(to bottom,#ee7f32,#ce0000) !important;
  background-position: 0;
}
.v2ui #livetovodentrylist-tab-pane .btn-small.btn-edit,
.v2ui #livetovodentrylist-tab-pane .btn-small.btn-edit:hover {
  padding: 0;
  width: 24px;
  height: 24px;
  border-width: 0 !important;
}
.v2ui #livetovodentrylist-tab-pane .btn-small {
  margin-left: 5px;
}
.v2ui #livetovodentrylist-tab-pane .btn-small.btn-delete,
.v2ui #livetovodentrylist-tab-pane .btn-small.btn-delete:hover {
  padding: 0;
  width: 24px;
  height: 24px;
  border-width: 0 !important;
  position: relative;
}
.v2ui #livetovodentrylist-tab-pane .btn-small.btn-delete .icon-trash {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -4px;
}
.v2ui #livetovodentrylist-tab-pane .livetovodentrylist-container h3 {
  margin: 0;
}
.v2ui #livetovodentrylist-tab-pane .livetovodentrylist-container thead td {
  font-weight: bold;
  margin: 0;
}
.v2ui #livetovodentrylist-tab-pane .livetovodentrylist-container td {
  border-left: none;
}
