div > div.tag {
    position: relative;
}

div.tag > div {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

div.tag i.fa-rss-square {
    color: orange;
}

div.footer {
    text-align: right;
}

/**********************
 * login page:
 */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin.existing input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin.register input[type="text"] {
  margin-bottom: 10px;
}

.form-signin.existing input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin.register input[name="pass0"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin.register input[name="pass1"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/**********************
 * Search Page:
 */

form.search > div.input-group {
    margin-bottom: 10px;
}

/**********************
 * Monitor Page:
 */

div.stream.header {
    border-bottom: 1px;
    border-bottom-color: #1995dc;
    border-bottom-style: solid;
}

div.stream.header > div.left {
    float: left;
    margin-right: 2px;
}

div.stream.header > div.right {
    float: right;
    margin-left: 2px;
}

div.stream.header > div.handle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

div.stream.header a:hover[role='button'] {
    text-decoration: none;
}

/**********************
 * Badges:
 */

div.badge_bar {
    margin-bottom: -16px;
}

div.term_badge {
    height: 10px;
    display: inline-block;
}

div.term_badge:first-child {
  border-top-left-radius: 10px;
}

div.term_badge:last-child {
  border-top-right-radius: 10px;
}

div.term_badge {
    height: 10px;
    display: inline-block;
}

/**********************
 * SVG Stuff:
 */

.axis text {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

/**********************
 * Additional aspect ratios:
 */

/* see: http://tympanus.net/codrops/2014/08/19/making-svgs-responsive-with-css/ */
.embed-responsive > svg {
    position: absolute;
    top: 0;
    left: 0;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.embed-responsive-12by5 {
    padding-bottom: 33%;
}

/**********************
 * Filters:
 */

div.filter-container div.embed-responsive {
    margin-bottom: 10px;
    border-radius: 10px;
}

/**********************
 * Surveys:
 */
form div.question {
    margin-bottom: 15px;
}

