/*!
* Drag-n-Drop styles
*
*/
#rankList {
padding: 10px 0px;
margin-top: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #eee;
}

#rankList ul li, .addItemToList {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 4px;
margin: 2px 12px;
background: #ccc;
list-style: none;

}

#rankList ul {
padding: 0px; margin: 0px;
}

RankListHeader {
  display: inline-block;
  width: 90%;
  padding: 0;
  margin: 5px 10px;
  font-size: 21px;
  line-height: 30px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.rankItemHeader {
  display: block;
  position: relative;
  float: left;
  height: 100%;
  width: 20px;
  background: grey;
  color: silver;
  cursor: move;
}

.rankItemContent {
  margin-left: 25px;
}

.rankItemEdit {
  display: block;
  position: relative;
  float: right;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.addItemContent input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px 5px;
}
