a {
    color: #005cd9;
}

#title-header .header {
	background-color: #005cd9;
}

#title-header .subheader {
	color: #005cd9;
	background-color: #e5e5e5;
}

#sortable_list {
  display: float;
  float: left;
}

li.moveable {
  background-color: #c0d9fb;
  border:1px solid #005cd9;
  cursor: move;
  padding: 4px;
  margin: 4px;
}

