html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.left {
  float: left;
}

.align_right {
  text-align: right;
}

.admin-slots-editor {font-size: 30px; font-weight: bold; margin-bottom: 30px; border-bottom: 1px solid #333; padding-bottom: 5px; }
.route_slot_form { margin-bottom: 10px; }
.admin-slot-section { margin-bottom: 10px; }
.route_slot_form label { display: block; width: 200px; float: left; }
.admin-slot-section label.for-select { display: block; width: 200px; float: left; }
.admin-slot-section label.for-checkbox { display: block; width: 200px; float: left; }
.route_slot_form input { width: 500px; }
.route_slot_form select { width: 200px; }
.admin-slot-section select { width: 200px; }
.update_tag { display: block; width: 100px; height: 20px; border: 1px solid #333; text-transform: uppercase; float: left; margin-top: 5px; margin-left: 5px; margin-right: 20px; }
.cancel_tag { display: block; width: 100px; height: 20px; border: 1px solid #333; text-transform: uppercase; float: left; margin-top: 5px; margin-right: 20px; }
.admin-slot-actions { display: block; background-color: #777; border: 1px solid #333; height: 30px; margin-top: 20px; }