#content #filtered_list {
  position: relative;
    top: 0;
    left: 0;
  width: 654px;
  margin-top: 14px;
}

#content #filtered_list #filters {
  position: absolute;
    top: 20px;
    left: 0;
  width: 30%;
}

#content #filtered_list #filters li {
  line-height: 30px;
  height: 30px;
  padding-left: 15px;
  font-weight: bold;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
}

#content #filtered_list #filters li:hover {
  background-color: silver;
}

#content #filtered_list #filters li.selected,
#content #filtered_list #filters li.selected:hover,
#content #filtered_list #filters li.hover {
  background-color: #EEE;
}

#content #filtered_list #elements {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  position: relative;
    top: 0;
    left: 30%;
  width: 70%;
  background-color: #EEE;
}

#content #filtered_list #elements .selected_container {
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: 100%;
}

#content #filtered_list #elements .element {
  position: absolute;
    left: 0;
  width: 437px;
  margin-left: 15px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: move;
}

#content #filtered_list #elements .selected_container .element {
  background-color: white;
}

#content #filtered_list #elements .element .name {
  position: relative;
    top: 0;
    left: 0;
  width: 70%;
}

#content #filtered_list #elements .element .delete {
  position: absolute;
    top: 0;
    right: 14px;
  width: 13%;
  text-align: right;
  font-size: 80%;
}

#content #filtered_list #elements .element .edit {
  position: absolute;
    top: 0;
    right: 15%;
  width: 13%;
  text-align: right;
  font-size: 80%;
}

#content #filtered_list #elements .annotation {
  position: absolute;
    bottom: 8px;
    right: 12px;
}

#content #element_actions {
  position: absolute;
    top: 8px;
    right: 8px;
  font-size: 10px;
  text-align: right;
  clear: both;
}
